Prepare next development iteration.

Set version to 0.2.1-Q-SNAPSHOT.
This commit is contained in:
John Blum
2022-01-11 17:22:31 -08:00
parent 58e0880c0d
commit 78d49ff053
3 changed files with 3 additions and 3 deletions

View File

@@ -13,4 +13,4 @@ springDataBomVersion=2021.1.0
springDataGemFireVersion=2.6.0
springDataGeodeVersion=2.6.0
springShellVersion=1.2.0.RELEASE
version=0.2.0-Q
version=0.2.1-Q-SNAPSHOT

View File

@@ -13,7 +13,7 @@
<groupId>org.springframework.data</groupId>
<artifactId>spring-test-data-geode-build</artifactId>
<version>0.2.0-Q</version>
<version>0.2.1-Q-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.2.0-Q</version>
<version>0.2.1-Q-SNAPSHOT</version>
</parent>
<artifactId>spring-data-geode-test</artifactId>