1.0.0.RELEASE release

This commit is contained in:
Costin Leau
2011-02-02 18:48:20 +02:00
parent faa5dea6e3
commit 795890acff
5 changed files with 11 additions and 11 deletions

View File

@@ -4,13 +4,13 @@
<parent>
<artifactId>samples</artifactId>
<groupId>org.springframework.data.gemfire.samples</groupId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0.RELEASE</version>
<relativePath>../</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.springframework.data.gemfire.samples</groupId>
<artifactId>hello-world</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0.RELEASE</version>
<name>Spring GemFire - Hello World Sample</name>
<description>A simple Hello World example illustrating the basic steps in configuring GemFire with Spring</description>

View File

@@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.springframework.data.gemfire.samples</groupId>
<artifactId>samples</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0.RELEASE</version>
<name>Spring GemFire Samples</name>
<packaging>pom</packaging>
<url>http://www.springframework.org/spring-gemfire</url>
@@ -21,7 +21,7 @@
</organization>
<properties>
<spring.version>3.0.3.RELEASE</spring.version>
<spring.version>3.0.5.RELEASE</spring.version>
<junit.version>4.7</junit.version>
</properties>