Skip to content

Commit 7f2296b

Browse files
committed
Release 0.3.0-RAJ.
1 parent 30426d2 commit 7f2296b

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@ springBootVersion=2.7.0-RC1
1212
springDataBomVersion=2021.2.0
1313
springDataGeodeVersion=2.7.0
1414
springShellVersion=1.2.0.RELEASE
15-
version=0.3.0-RAJ-SNAPSHOT
15+
version=0.3.0-RAJ

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.0-RAJ-SNAPSHOT</version>
16+
<version>0.3.0-RAJ</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.0-RAJ-SNAPSHOT</version>
11+
<version>0.3.0-RAJ</version>
1212
</parent>
1313

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

0 commit comments

Comments
 (0)