Skip to content

Commit

Permalink
Updated name of eventuatePlatformVersion
Browse files Browse the repository at this point in the history
  • Loading branch information
cer committed Aug 10, 2020
1 parent caa884b commit 540061e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ subprojects {
}

dependencies {
implementation(platform("io.eventuate.platform:platform-dependencies:$eventuateBomVersion"))
implementation(platform("io.eventuate.platform:platform-dependencies:$eventuatePlatformVersion"))
}
}

Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ eventuateCommonImageVersion=0.10.0.RELEASE
eventuateMessagingKafkaImageVersion=0.10.0.RELEASE
eventuateCdcImageVersion=0.7.0.RELEASE

eventuateBomVersion=0.1.0.BUILD-SNAPSHOT
eventuatePlatformVersion=0.1.0.BUILD-SNAPSHOT

swaggerUiVersion=3.23.11
eventuateExamplesBaseImageVersion=BUILD-5
Expand Down

0 comments on commit 540061e

Please sign in to comment.