change poms to 1.0.0.RC1 version
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
<groupId>org.springframework.data.gemfire</groupId>
|
||||
<artifactId>spring-gemfire</artifactId>
|
||||
<version>1.0.0.RC1-SNAPSHOT</version>
|
||||
<version>1.0.0.RC1</version>
|
||||
<name>Spring GemFire Documentation</name>
|
||||
|
||||
<build>
|
||||
|
||||
6
pom.xml
6
pom.xml
@@ -3,7 +3,7 @@
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
<groupId>org.springframework.data.gemfire</groupId>
|
||||
<artifactId>spring-gemfire</artifactId>
|
||||
<version>1.0.0.RC1-SNAPSHOT</version>
|
||||
<version>1.0.0.RC1</version>
|
||||
<name>Spring GemFire Project</name>
|
||||
|
||||
<description>Spring GemFire Integration for Java</description>
|
||||
@@ -59,7 +59,7 @@ limitations under the License.
|
||||
</licenses>
|
||||
|
||||
<properties>
|
||||
<spring.version>3.0.3.RELEASE</spring.version>
|
||||
<spring.version>3.0.5.RELEASE</spring.version>
|
||||
<junit.version>4.7</junit.version>
|
||||
|
||||
<!-- javadoc configuration -->
|
||||
@@ -115,7 +115,7 @@ limitations under the License.
|
||||
<dependency>
|
||||
<groupId>com.gemstone.gemfire</groupId>
|
||||
<artifactId>gemfire</artifactId>
|
||||
<version>6.5</version>
|
||||
<version>6.5.1</version>
|
||||
<scope>compile</scope>
|
||||
</dependency>
|
||||
|
||||
|
||||
@@ -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>
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user