Skip to content

Commit

Permalink
Release 0.0.13.RELEASE.
Browse files Browse the repository at this point in the history
  • Loading branch information
jxblum committed Feb 23, 2020
1 parent 44cac6f commit 79cecf7
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion gradle.properties
Expand Up @@ -13,4 +13,4 @@ springDataGeodeVersion=2.2.4.RELEASE
springDataReleaseTrainVersion=Moore-SR4
#springDataReleaseTrainVersion=Neumann-BUILD-SNAPSHOT
springShellVersion=1.2.0.RELEASE
version=0.0.13.BUILD-SNAPSHOT
version=0.0.13.RELEASE
2 changes: 1 addition & 1 deletion pom.xml
Expand Up @@ -13,7 +13,7 @@

<groupId>org.springframework.data</groupId>
<artifactId>spring-test-data-geode-build</artifactId>
<version>0.0.13.BUILD-SNAPSHOT</version>
<version>0.0.13.RELEASE</version>
<packaging>pom</packaging>

<modules>
Expand Down
2 changes: 1 addition & 1 deletion spring-data-gemfire-test/pom.xml
Expand Up @@ -8,7 +8,7 @@
<parent>
<groupId>org.springframework.data</groupId>
<artifactId>spring-test-data-geode-build</artifactId>
<version>0.0.13.BUILD-SNAPSHOT</version>
<version>0.0.13.RELEASE</version>
</parent>

<artifactId>spring-data-gemfire-test</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion spring-data-geode-test/pom.xml
Expand Up @@ -8,7 +8,7 @@
<parent>
<groupId>org.springframework.data</groupId>
<artifactId>spring-test-data-geode-build</artifactId>
<version>0.0.13.BUILD-SNAPSHOT</version>
<version>0.0.13.RELEASE</version>
</parent>

<artifactId>spring-data-geode-test</artifactId>
Expand Down

0 comments on commit 79cecf7

Please sign in to comment.