Skip to content

Commit 3b6b347

Browse files
committed
Release 1.0.0-M7.
1 parent cf030f1 commit 3b6b347

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

gradle.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@ springBootVersion=3.0.0-M5
88
springDataBomVersion=2022.0.0-M6
99
springDataGeodeVersion=3.0.0-M6
1010
springShellVersion=1.2.0.RELEASE
11-
version=1.0.0-SNAPSHOT
11+
version=1.0.0-M7

pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313

1414
<groupId>org.springframework.data</groupId>
1515
<artifactId>spring-test-data-geode-build</artifactId>
16-
<version>1.0.0-SNAPSHOT</version>
16+
<version>1.0.0-M7</version>
1717
<packaging>pom</packaging>
1818

1919
<modules>

spring-data-geode-test/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<parent>
99
<groupId>org.springframework.data</groupId>
1010
<artifactId>spring-test-data-geode-build</artifactId>
11-
<version>1.0.0-SNAPSHOT</version>
11+
<version>1.0.0-M7</version>
1212
</parent>
1313

1414
<artifactId>spring-data-geode-test</artifactId>

0 commit comments

Comments
 (0)