diff --git a/pom.xml b/pom.xml index 2e971896..cfe24806 100644 --- a/pom.xml +++ b/pom.xml @@ -5,6 +5,19 @@ spring-gemfire 1.0.0.M1-SNAPSHOT Spring GemFire Project + + Spring GemFire Integration for Java + + Issue Tracker + http://jira.springframework.org/browse/SGF + + + http://git.springsource.org/spring-gemfire + + + SpringSource, a division of VMware + www.SpringSource.org + 3.0.3.RELEASE @@ -34,7 +47,7 @@ org.springframework spring-webmvc ${spring.version} - compile + provided javax.inject @@ -65,18 +78,6 @@ - Spring GemFire Integration for Java - - Issue Tracker - http://jira.springframework.org/browse/SGF - - - http://git.springsource.org/spring-gemfire - - - SpringSource, a division of VMware - www.SpringSource.org - diff --git a/samples/hello-world/pom.xml b/samples/hello-world/pom.xml index 8947af5c..89924122 100644 --- a/samples/hello-world/pom.xml +++ b/samples/hello-world/pom.xml @@ -1,97 +1,24 @@ - 4.0.0 + + samples + org.springframework.data.gemfire.samples + 1.0.0.M1-SNAPSHOT + ../ + + 4.0.0 org.springframework.data.gemfire.samples hello-world 1.0.0.M1-SNAPSHOT Spring GemFire - Hello World Sample A simple Hello World example illustrating the basic steps in configuring GemFire with Spring - - Issue Tracker - http://jira.springframework.org/browse/SGF - - - http://git.springsource.org/spring-gemfire - - - SpringSource, a division of VMware - www.SpringSource.org - - - - 3.0.3.RELEASE - 4.7 - - - - - - junit - junit - ${junit.version} - test - - - org.springframework - spring-context - ${spring.version} - compile - - - org.springframework - spring-tx - ${spring.version} - compile - - - javax.inject - javax.inject - 1 - test - - - javax.annotation - jsr250-api - 1.0 - test - - - org.springframework - spring-test - ${spring.version} - test - - - - org.springframework.data.gemfire - spring-gemfire - ${version} - - - - - com.gemstone.gemfire - gemfire - 6.0.1.A - compile - - - - org.apache.maven.plugins - maven-compiler-plugin - - 1.5 - 1.5 - - - - org.apache.maven.plugins + org.apache.maven.plugins maven-jar-plugin 2.1 @@ -101,7 +28,7 @@ - + org.codehaus.mojo exec-maven-plugin @@ -113,11 +40,4 @@ - - - gemfire-release-repo - GemFire Release Repository - http://dist.gemstone.com/maven/release/ - - \ No newline at end of file diff --git a/samples/pom.xml b/samples/pom.xml new file mode 100644 index 00000000..64eba646 --- /dev/null +++ b/samples/pom.xml @@ -0,0 +1,94 @@ + + + 4.0.0 + org.springframework.data.gemfire.samples + samples + 1.0.0.M1-SNAPSHOT + Spring GemFire Samples + pom + http://www.springframework.org/spring-gemfire + + + Issue Tracker + http://jira.springframework.org/browse/SGF + + + http://git.springsource.org/spring-gemfire + + + SpringSource, a division of VMware + www.SpringSource.org + + + + 3.0.3.RELEASE + 4.7 + + + + hello-world + + + + + org.springframework.data.gemfire + spring-gemfire + ${version} + + + + javax.inject + javax.inject + 1 + test + + + + javax.annotation + jsr250-api + 1.0 + test + + + + org.springframework + spring-test + ${spring.version} + test + + + + + + + + org.apache.maven.plugins + maven-compiler-plugin + + 1.5 + 1.5 + + + + + + + + + maven-javadoc-plugin + + ${basedir}/../../docs/src/javadoc/javadoc.css + + + + + + + + gemfire-release-repo + GemFire Release Repository + http://dist.gemstone.com/maven/release/ + + + + \ No newline at end of file