Skip to content

Commit

Permalink
Prepare next development iteration.
Browse files Browse the repository at this point in the history
Set version to 0.0.14.BUILD-SNAPSHOT.

Set Spring Data for Apache Geode & Pivotal GemFire version to 2.2.5.BUILD-SNAPSHOT.

Set Spring Data Release Train version to Moore-BUILD-SNAPSHOT.
  • Loading branch information
jxblum committed Feb 23, 2020
1 parent 79cecf7 commit 2c514d0
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
8 changes: 4 additions & 4 deletions gradle.properties
Expand Up @@ -8,9 +8,9 @@ multithreadedtcVersion=1.01
pivotalGemFireVersion=9.8.6
springVersion=5.2.3.RELEASE
springBootVersion=2.2.4.RELEASE
springDataGemFireVersion=2.2.4.RELEASE
springDataGeodeVersion=2.2.4.RELEASE
springDataReleaseTrainVersion=Moore-SR4
springDataGemFireVersion=2.2.5.BUILD-SNAPSHOT
springDataGeodeVersion=2.2.5.BUILD-SNAPSHOT
springDataReleaseTrainVersion=Moore-BUILD-SNAPSHOT
#springDataReleaseTrainVersion=Neumann-BUILD-SNAPSHOT
springShellVersion=1.2.0.RELEASE
version=0.0.13.RELEASE
version=0.0.14.BUILD-SNAPSHOT
6 changes: 3 additions & 3 deletions pom.xml
Expand Up @@ -8,12 +8,12 @@
<parent>
<groupId>org.springframework.data.build</groupId>
<artifactId>spring-data-parent</artifactId>
<version>2.2.4.RELEASE</version>
<version>2.2.5.BUILD-SNAPSHOT</version>
</parent>

<groupId>org.springframework.data</groupId>
<artifactId>spring-test-data-geode-build</artifactId>
<version>0.0.13.RELEASE</version>
<version>0.0.14.BUILD-SNAPSHOT</version>
<packaging>pom</packaging>

<modules>
Expand Down Expand Up @@ -94,7 +94,7 @@
<!-- <pivotal-gemfire.version>9.8.6</pivotal-gemfire.version>-->
<spring.version>5.2.3.RELEASE</spring.version>
<spring-boot.version>2.2.4.RELEASE</spring-boot.version>
<spring-data-releasetrain.version>Moore-SR4</spring-data-releasetrain.version>
<spring-data-releasetrain.version>Moore-BUILD-SNAPSHOT</spring-data-releasetrain.version>
<spring-shell.version>1.2.0.RELEASE</spring-shell.version>
</properties>

Expand Down
2 changes: 1 addition & 1 deletion spring-data-gemfire-test/pom.xml
Expand Up @@ -8,7 +8,7 @@
<parent>
<groupId>org.springframework.data</groupId>
<artifactId>spring-test-data-geode-build</artifactId>
<version>0.0.13.RELEASE</version>
<version>0.0.14.BUILD-SNAPSHOT</version>
</parent>

<artifactId>spring-data-gemfire-test</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion spring-data-geode-test/pom.xml
Expand Up @@ -8,7 +8,7 @@
<parent>
<groupId>org.springframework.data</groupId>
<artifactId>spring-test-data-geode-build</artifactId>
<version>0.0.13.RELEASE</version>
<version>0.0.14.BUILD-SNAPSHOT</version>
</parent>

<artifactId>spring-data-geode-test</artifactId>
Expand Down

0 comments on commit 2c514d0

Please sign in to comment.