Skip to content

Commit

Permalink
Upgraded platform dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
cer committed Aug 10, 2020
1 parent 540061e commit cfaa538
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 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:$eventuatePlatformVersion"))
implementation(platform("io.eventuate.platform:eventuate-platform-dependencies:$eventuatePlatformVersion"))
}
}

Expand Down
12 changes: 6 additions & 6 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,15 @@ springBootVersion=2.2.6.RELEASE
springCloudSleuthVersion=2.2.2.RELEASE
springCloudGatewayVersion=2.2.2.RELEASE
springCloudContractDependenciesVersion=2.2.0.RELEASE
eventuateUtilVersion=0.5.0.RELEASE
eventuateUtilVersion=0.7.0.RELEASE

eventuateTramSagasImageVersion=0.14.0.RELEASE
eventuateTramSagasImageVersion=0.15.2.RELEASE

eventuateCommonImageVersion=0.10.0.RELEASE
eventuateMessagingKafkaImageVersion=0.10.0.RELEASE
eventuateCdcImageVersion=0.7.0.RELEASE
eventuateCommonImageVersion=0.12.0.RELEASE
eventuateMessagingKafkaImageVersion=0.12.0.RELEASE
eventuateCdcImageVersion=0.9.0.RELEASE

eventuatePlatformVersion=0.1.0.BUILD-SNAPSHOT
eventuatePlatformVersion=2020.3.RELEASE

swaggerUiVersion=3.23.11
eventuateExamplesBaseImageVersion=BUILD-5
Expand Down

0 comments on commit cfaa538

Please sign in to comment.