Skip to content

Commit f8c9657

Browse files
committed
Prepare next development iteration.
Set Spring Data for Apache Geode (SDG) version to 2.7.4-SNAPSHOT. Set version to 0.3.2-RAJ-SNAPSHOT.
1 parent b599e0f commit f8c9657

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

gradle.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,6 @@ pivotalGemFireVersion=9.10.16
1010
springVersion=5.3.23
1111
springBootVersion=2.7.4
1212
springDataBomVersion=2021.2.3
13-
springDataGeodeVersion=2.7.3
13+
springDataGeodeVersion=2.7.4-SNAPSHOT
1414
springShellVersion=1.2.0.RELEASE
15-
version=0.3.1-RAJ
15+
version=0.3.2-RAJ-SNAPSHOT

pom.xml

Lines changed: 1 addition & 1 deletion
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>0.3.1-RAJ</version>
16+
<version>0.3.2-RAJ-SNAPSHOT</version>
1717
<packaging>pom</packaging>
1818

1919
<modules>

spring-data-geode-test/pom.xml

Lines changed: 1 addition & 1 deletion
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>0.3.1-RAJ</version>
11+
<version>0.3.2-RAJ-SNAPSHOT</version>
1212
</parent>
1313

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

0 commit comments

Comments
 (0)