Upgrade to Spring Data Release Train Lovelace-BUILD-SNAPSHOT.
Upgrade to Spring Data for Apache Geode/Pivotal GemFire 2.1.9.BUILD-SNAPSHOT.
This commit is contained in:
@@ -15,7 +15,7 @@ group = 'org.springframework.data'
|
||||
description = 'Spring Test Framework for Apache Geode and Pivotal GemFire using Spring Data.'
|
||||
|
||||
//ext['spring.version'] = "$springVersion"
|
||||
//ext['spring-data-releasetrain.version'] = "$springDataReleaseTrainVersion"
|
||||
ext['spring-data-releasetrain.version'] = "$springDataReleaseTrainVersion"
|
||||
|
||||
ext.releaseBuild = version.endsWith('RELEASE')
|
||||
ext.snapshotBuild = version.endsWith('SNAPSHOT')
|
||||
|
||||
@@ -8,9 +8,9 @@ multithreadedtcVersion=1.01
|
||||
pivotalGemFireVersion=9.5.3
|
||||
springVersion=5.1.7.RELEASE
|
||||
springBootVersion=2.1.4.RELEASE
|
||||
springDataGemFireVersion=2.1.8.RELEASE
|
||||
springDataGeodeVersion=2.1.8.RELEASE
|
||||
springDataReleaseTrainVersion=Lovelace-SR8
|
||||
springDataGemFireVersion=2.1.9.BUILD-SNAPSHOT
|
||||
springDataGeodeVersion=2.1.9.BUILD-SNAPSHOT
|
||||
springDataReleaseTrainVersion=Lovelace-BUILD-SNAPSHOT
|
||||
#springDataReleaseTrainVersion=Moore-BUILD-SNAPSHOT
|
||||
springShellVersion=1.2.0.RELEASE
|
||||
version=0.0.3.BUILD-SNAPSHOT
|
||||
|
||||
4
pom.xml
4
pom.xml
@@ -89,7 +89,7 @@
|
||||
<mockito.version>2.27.0</mockito.version>
|
||||
<multithreadedtc.version>1.01</multithreadedtc.version>
|
||||
<spring-boot.version>2.1.4.RELEASE</spring-boot.version>
|
||||
<spring-data-release-train.version>Lovelace-SR8</spring-data-release-train.version>
|
||||
<spring-data-releasetrain.version>Lovelace-BUILD-SNAPSHOT</spring-data-releasetrain.version>
|
||||
<spring-shell.version>1.2.0.RELEASE</spring-shell.version>
|
||||
</properties>
|
||||
|
||||
@@ -135,7 +135,7 @@
|
||||
<dependency>
|
||||
<groupId>org.springframework.data</groupId>
|
||||
<artifactId>spring-data-releasetrain</artifactId>
|
||||
<version>${spring-data-release-train.version}</version>
|
||||
<version>${spring-data-releasetrain.version}</version>
|
||||
<scope>import</scope>
|
||||
<type>pom</type>
|
||||
</dependency>
|
||||
|
||||
Reference in New Issue
Block a user