Prepare next development iteration.

Set Spring Data for Apache Geode (SDG) version to 2.7.4-SNAPSHOT.

Set version to 0.3.2-RAJ-SNAPSHOT.
This commit is contained in:
John Blum
2022-09-23 12:46:13 -07:00
parent b599e0f95a
commit f8c96578e6
3 changed files with 4 additions and 4 deletions

View File

@@ -10,6 +10,6 @@ pivotalGemFireVersion=9.10.16
springVersion=5.3.23
springBootVersion=2.7.4
springDataBomVersion=2021.2.3
springDataGeodeVersion=2.7.3
springDataGeodeVersion=2.7.4-SNAPSHOT
springShellVersion=1.2.0.RELEASE
version=0.3.1-RAJ
version=0.3.2-RAJ-SNAPSHOT

View File

@@ -13,7 +13,7 @@
<groupId>org.springframework.data</groupId>
<artifactId>spring-test-data-geode-build</artifactId>
<version>0.3.1-RAJ</version>
<version>0.3.2-RAJ-SNAPSHOT</version>
<packaging>pom</packaging>
<modules>

View File

@@ -8,7 +8,7 @@
<parent>
<groupId>org.springframework.data</groupId>
<artifactId>spring-test-data-geode-build</artifactId>
<version>0.3.1-RAJ</version>
<version>0.3.2-RAJ-SNAPSHOT</version>
</parent>
<artifactId>spring-data-geode-test</artifactId>