+ align maven group Id

+ various other fixes
This commit is contained in:
Costin Leau
2011-02-09 15:01:52 +02:00
parent 76df2c518d
commit d9c012f584
4 changed files with 8 additions and 9 deletions

View File

@@ -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:
<dependency>
<groupId>org.springframework.data</groupId>
<artifactId>spring-data-redis</artifactId>
<version>1.0.0-BUILD-SNAPSHOT</version>
<version>1.0.0.BUILD-SNAPSHOT</version>
</dependency>
<repository>
@@ -65,7 +64,7 @@ For those in a hurry:
<dependency>
<groupId>org.springframework.data</groupId>
<artifactId>spring-data-riak</artifactId>
<version>1.0.0-BUILD-SNAPSHOT</version>
<version>1.0.0.BUILD-SNAPSHOT</version>
</dependency>
<repository>

View File

@@ -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,

View File

@@ -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

View File

@@ -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