Prepare next development iteration.

Set version to 0.0.29-SNAPSHOT.
This commit is contained in:
John Blum
2021-10-28 16:48:53 -07:00
parent 55eec4f013
commit e146111c95
3 changed files with 3 additions and 3 deletions

View File

@@ -13,4 +13,4 @@ springDataBomVersion=2021.0.6
springDataGemFireVersion=2.5.6
springDataGeodeVersion=2.5.6
springShellVersion=1.2.0.RELEASE
version=0.0.28
version=0.0.29-SNAPSHOT

View File

@@ -13,7 +13,7 @@
<groupId>org.springframework.data</groupId>
<artifactId>spring-test-data-geode-build</artifactId>
<version>0.0.28</version>
<version>0.0.29-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.0.28</version>
<version>0.0.29-SNAPSHOT</version>
</parent>
<artifactId>spring-data-geode-test</artifactId>