diff --git a/README.md b/README.md index 408c26a59..d3d635d64 100644 --- a/README.md +++ b/README.md @@ -16,13 +16,12 @@ Read the main project [website](http://www.springsource.org/spring-data) and the For those in a hurry: - -* Download the jar through Maven: +* Download the (SNAPSHOT) jar through Maven: org.springframework.data spring-data-redis - 1.0.0-BUILD-SNAPSHOT + 1.0.0.BUILD-SNAPSHOT @@ -65,7 +64,7 @@ For those in a hurry: org.springframework.data spring-data-riak - 1.0.0-BUILD-SNAPSHOT + 1.0.0.BUILD-SNAPSHOT diff --git a/build.gradle b/build.gradle index c5df578a8..0c2287737 100644 --- a/build.gradle +++ b/build.gradle @@ -16,7 +16,7 @@ assemble.dependsOn generatePom allprojects { // group will translate to groupId during pom generation and deployment - group = 'org.springframework.data.keyvalue' + group = 'org.springframework.data' // version will be used in maven pom generation as well as determining // where artifacts should be deployed, based on release type of snapshot, diff --git a/docs/src/info/readme.txt b/docs/src/info/readme.txt index 35be799a8..71d8f0ab9 100644 --- a/docs/src/info/readme.txt +++ b/docs/src/info/readme.txt @@ -1,5 +1,5 @@ -SPRING DATASTORE KEY-VALUE 1.0.0 M1 (? ? 2010) -------------------------------------------------- +SPRING DATASTORE KEY-VALUE 1.0.0 ${version} +------------------------------------------- Spring Datastore Key-Value is released under the terms of the Apache Software License Version 2.0 (see license.txt). @@ -14,4 +14,4 @@ The reference manual and javadoc are located in the 'docs' directory. ADDITIONAL RESOURCES: Spring Data Homepage: http://www.springsource.org/spring-data -Spring Data Forum: http://forum.springsource.org/forumdisplay.php?f=?? +Spring Data Forum: http://forum.springsource.org/forumdisplay.php?f=80 diff --git a/gradle.properties b/gradle.properties index 9217f08a4..d91d8d73e 100644 --- a/gradle.properties +++ b/gradle.properties @@ -17,7 +17,7 @@ mockitoVersion = 1.8.5 # version to be applied to all projects in this multi-project build. this is # the one and only location version changes need to be made. # ------------------------------------------------------------------------------ -springDataKeyValueVersion=1.0.0.M2-BUILD-SNAPSHOT +springDataKeyValueVersion=1.0.0.BUILD-SNAPSHOT # ------------------------------------------------------------------------------ # build system user roles