Prepare next development iteration.

Set version to 0.3.1-RAJ-SNAPSHOT.
This commit is contained in:
John Blum
2022-05-17 13:40:49 -07:00
parent 7f2296b34b
commit 266f3366b1
3 changed files with 3 additions and 3 deletions

View File

@@ -12,4 +12,4 @@ springBootVersion=2.7.0-RC1
springDataBomVersion=2021.2.0
springDataGeodeVersion=2.7.0
springShellVersion=1.2.0.RELEASE
version=0.3.0-RAJ
version=0.3.1-RAJ-SNAPSHOT

View File

@@ -13,7 +13,7 @@
<groupId>org.springframework.data</groupId>
<artifactId>spring-test-data-geode-build</artifactId>
<version>0.3.0-RAJ</version>
<version>0.3.1-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.0-RAJ</version>
<version>0.3.1-RAJ-SNAPSHOT</version>
</parent>
<artifactId>spring-data-geode-test</artifactId>