From 65d72e6dae69264566186809c559fa4fb2064db0 Mon Sep 17 00:00:00 2001 From: Costin Leau Date: Fri, 8 Jul 2011 16:58:05 +0300 Subject: [PATCH] + fix old version in samples pom --- docs/pom.xml | 2 +- samples/hello-world/pom.xml | 4 ++-- samples/pom.xml | 11 +++++++++-- 3 files changed, 12 insertions(+), 5 deletions(-) diff --git a/docs/pom.xml b/docs/pom.xml index c12506a6..a9769774 100644 --- a/docs/pom.xml +++ b/docs/pom.xml @@ -3,7 +3,7 @@ 4.0.0 org.springframework.data.gemfire spring-gemfire - 1.0.2.BUILD-SNAPSHOT + 1.1.0.BUILD-SNAPSHOT Spring GemFire Documentation diff --git a/samples/hello-world/pom.xml b/samples/hello-world/pom.xml index e098fbef..3468ff0f 100644 --- a/samples/hello-world/pom.xml +++ b/samples/hello-world/pom.xml @@ -4,13 +4,13 @@ samples org.springframework.data.gemfire.samples - 1.0.2.BUILD-SNAPSHOT + 1.1.0.BUILD-SNAPSHOT ../ 4.0.0 org.springframework.data.gemfire.samples hello-world - 1.0.2.BUILD-SNAPSHOT + 1.1.0.BUILD-SNAPSHOT Spring GemFire - Hello World Sample A simple Hello World example illustrating the basic steps in configuring GemFire with Spring diff --git a/samples/pom.xml b/samples/pom.xml index ce5efb30..cded87e4 100644 --- a/samples/pom.xml +++ b/samples/pom.xml @@ -3,7 +3,7 @@ 4.0.0 org.springframework.data.gemfire.samples samples - 1.0.2.BUILD-SNAPSHOT + 1.1.0.BUILD-SNAPSHOT Spring GemFire Samples pom http://www.springframework.org/spring-gemfire @@ -63,7 +63,14 @@ ${junit.version} test - +