change poms to 1.0.0.RC1 version

This commit is contained in:
Costin Leau
2010-12-20 18:32:30 +02:00
parent 1420f4fd79
commit e65a2c461f
4 changed files with 7 additions and 7 deletions

View File

@@ -4,13 +4,13 @@
<parent>
<artifactId>samples</artifactId>
<groupId>org.springframework.data.gemfire.samples</groupId>
<version>1.0.0.RC1-SNAPSHOT</version>
<version>1.0.0.RC1</version>
<relativePath>../</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.springframework.data.gemfire.samples</groupId>
<artifactId>hello-world</artifactId>
<version>1.0.0.RC1-SNAPSHOT</version>
<version>1.0.0.RC1</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.RC1-SNAPSHOT</version>
<version>1.0.0.RC1</version>
<name>Spring GemFire Samples</name>
<packaging>pom</packaging>
<url>http://www.springframework.org/spring-gemfire</url>