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

@@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.springframework.data.gemfire</groupId>
<artifactId>spring-gemfire</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0.RELEASE</version>
<name>Spring GemFire Documentation</name>
<build>

View File

@@ -2,8 +2,8 @@ SPRING GEMFIRE INTEGRATION CHANGELOG
====================================
http://www.springsource.org/spring-gemfire
Changes in version 1.0.0 (2010-12-dd)
-----------------------------------------
Changes in version 1.0.0 (2011-02-02)
-------------------------------------
Changes in version 1.0.0.RC1 (2010-12-20)

View File

@@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.springframework.data.gemfire</groupId>
<artifactId>spring-gemfire</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0.RELEASE</version>
<name>Spring GemFire Project</name>
<description>Spring GemFire Integration for Java</description>
@@ -355,9 +355,9 @@ limitations under the License.
<url>scp://static.springframework.org/var/www/domains/springframework.org/static/htdocs/spring-gemfire/snapshot-site/</url>
</site>
<repository>
<id>spring-milestone</id>
<name>Spring Milestone Repository</name>
<url>s3://maven.springframework.org/milestone</url>
<id>spring-release</id>
<name>Spring Release Repository</name>
<url>s3://maven.springframework.org/release</url>
</repository>
<snapshotRepository>
<id>spring-snapshot</id>

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>