+ version bump
This commit is contained in:
@@ -3,7 +3,7 @@
|
|||||||
<modelVersion>4.0.0</modelVersion>
|
<modelVersion>4.0.0</modelVersion>
|
||||||
<groupId>org.springframework.data.gemfire</groupId>
|
<groupId>org.springframework.data.gemfire</groupId>
|
||||||
<artifactId>spring-gemfire</artifactId>
|
<artifactId>spring-gemfire</artifactId>
|
||||||
<version>1.0.0.RC1</version>
|
<version>1.0.0-SNAPSHOT</version>
|
||||||
<name>Spring GemFire Documentation</name>
|
<name>Spring GemFire Documentation</name>
|
||||||
|
|
||||||
<build>
|
<build>
|
||||||
|
|||||||
2
pom.xml
2
pom.xml
@@ -3,7 +3,7 @@
|
|||||||
<modelVersion>4.0.0</modelVersion>
|
<modelVersion>4.0.0</modelVersion>
|
||||||
<groupId>org.springframework.data.gemfire</groupId>
|
<groupId>org.springframework.data.gemfire</groupId>
|
||||||
<artifactId>spring-gemfire</artifactId>
|
<artifactId>spring-gemfire</artifactId>
|
||||||
<version>1.0.0.RC1</version>
|
<version>1.0.0-SNAPSHOT</version>
|
||||||
<name>Spring GemFire Project</name>
|
<name>Spring GemFire Project</name>
|
||||||
|
|
||||||
<description>Spring GemFire Integration for Java</description>
|
<description>Spring GemFire Integration for Java</description>
|
||||||
|
|||||||
@@ -4,13 +4,13 @@
|
|||||||
<parent>
|
<parent>
|
||||||
<artifactId>samples</artifactId>
|
<artifactId>samples</artifactId>
|
||||||
<groupId>org.springframework.data.gemfire.samples</groupId>
|
<groupId>org.springframework.data.gemfire.samples</groupId>
|
||||||
<version>1.0.0.RC1</version>
|
<version>1.0.0-SNAPSHOT</version>
|
||||||
<relativePath>../</relativePath>
|
<relativePath>../</relativePath>
|
||||||
</parent>
|
</parent>
|
||||||
<modelVersion>4.0.0</modelVersion>
|
<modelVersion>4.0.0</modelVersion>
|
||||||
<groupId>org.springframework.data.gemfire.samples</groupId>
|
<groupId>org.springframework.data.gemfire.samples</groupId>
|
||||||
<artifactId>hello-world</artifactId>
|
<artifactId>hello-world</artifactId>
|
||||||
<version>1.0.0.RC1</version>
|
<version>1.0.0-SNAPSHOT</version>
|
||||||
<name>Spring GemFire - Hello World Sample</name>
|
<name>Spring GemFire - Hello World Sample</name>
|
||||||
|
|
||||||
<description>A simple Hello World example illustrating the basic steps in configuring GemFire with Spring</description>
|
<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>
|
<modelVersion>4.0.0</modelVersion>
|
||||||
<groupId>org.springframework.data.gemfire.samples</groupId>
|
<groupId>org.springframework.data.gemfire.samples</groupId>
|
||||||
<artifactId>samples</artifactId>
|
<artifactId>samples</artifactId>
|
||||||
<version>1.0.0.RC1</version>
|
<version>1.0.0-SNAPSHOT</version>
|
||||||
<name>Spring GemFire Samples</name>
|
<name>Spring GemFire Samples</name>
|
||||||
<packaging>pom</packaging>
|
<packaging>pom</packaging>
|
||||||
<url>http://www.springframework.org/spring-gemfire</url>
|
<url>http://www.springframework.org/spring-gemfire</url>
|
||||||
|
|||||||
Reference in New Issue
Block a user