Prepare next development iteration.

Set version to 1.0.0-SNAPSHOT.
This commit is contained in:
John Blum
2022-07-19 14:20:46 -07:00
parent cb9a5357cf
commit 6ecc26f33a
3 changed files with 3 additions and 3 deletions

View File

@@ -14,4 +14,4 @@ springBootVersion=3.0.0-M3
springDataBomVersion=2022.0.0-M5
springDataGeodeVersion=3.0.0-M5
springShellVersion=1.2.0.RELEASE
version=1.0.0-M6
version=1.0.0-SNAPSHOT

View File

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