Prepare next development iteration.

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

Set version to 0.2.4-Q-SNAPSHOT.
This commit is contained in:
John Blum
2022-09-23 12:17:08 -07:00
parent ec6d18aadc
commit 1abf388638
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.6.12
springDataBomVersion=2021.1.7
springDataGeodeVersion=2.6.7
springDataGeodeVersion=2.6.8-SNAPSHOT
springShellVersion=1.2.0.RELEASE
version=0.2.3-Q
version=0.2.4-Q-SNAPSHOT

View File

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