DATAMONGO-559 - Prepare 1.1.x branch.

Set version number to 1.1.2.BUILD-SNAPSHOT. Upgraded to Spring Data Commons 1.4.1.BUILD-SNAPSHOT.
This commit is contained in:
Oliver Gierke
2012-11-13 16:53:46 +01:00
parent 55dc16d8fa
commit eb7c0fe1dd
4 changed files with 8 additions and 8 deletions

View File

@@ -4,7 +4,7 @@
<parent> <parent>
<groupId>org.springframework.data</groupId> <groupId>org.springframework.data</groupId>
<artifactId>spring-data-mongodb-parent</artifactId> <artifactId>spring-data-mongodb-parent</artifactId>
<version>1.2.0.BUILD-SNAPSHOT</version> <version>1.1.2.BUILD-SNAPSHOT</version>
<relativePath>../spring-data-mongodb-parent/pom.xml</relativePath> <relativePath>../spring-data-mongodb-parent/pom.xml</relativePath>
</parent> </parent>
<artifactId>spring-data-mongodb-cross-store</artifactId> <artifactId>spring-data-mongodb-cross-store</artifactId>
@@ -42,7 +42,7 @@
<dependency> <dependency>
<groupId>org.springframework.data</groupId> <groupId>org.springframework.data</groupId>
<artifactId>spring-data-mongodb</artifactId> <artifactId>spring-data-mongodb</artifactId>
<version>1.2.0.BUILD-SNAPSHOT</version> <version>${project.version}</version>
</dependency> </dependency>
<dependency> <dependency>

View File

@@ -4,7 +4,7 @@
<parent> <parent>
<groupId>org.springframework.data</groupId> <groupId>org.springframework.data</groupId>
<artifactId>spring-data-mongodb-parent</artifactId> <artifactId>spring-data-mongodb-parent</artifactId>
<version>1.2.0.BUILD-SNAPSHOT</version> <version>1.1.2.BUILD-SNAPSHOT</version>
<relativePath>../spring-data-mongodb-parent/pom.xml</relativePath> <relativePath>../spring-data-mongodb-parent/pom.xml</relativePath>
</parent> </parent>
<artifactId>spring-data-mongodb-log4j</artifactId> <artifactId>spring-data-mongodb-log4j</artifactId>

View File

@@ -6,7 +6,7 @@
<name>Spring Data MongoDB Parent</name> <name>Spring Data MongoDB Parent</name>
<description>Spring Data project for MongoDB</description> <description>Spring Data project for MongoDB</description>
<url>http://www.springsource.org/spring-data/mongodb</url> <url>http://www.springsource.org/spring-data/mongodb</url>
<version>1.2.0.BUILD-SNAPSHOT</version> <version>1.1.2.BUILD-SNAPSHOT</version>
<packaging>pom</packaging> <packaging>pom</packaging>
<developers> <developers>
@@ -92,7 +92,7 @@
<org.codehaus.jackson.version>1.6.1</org.codehaus.jackson.version> <org.codehaus.jackson.version>1.6.1</org.codehaus.jackson.version>
<org.springframework.version.30>3.0.7.RELEASE</org.springframework.version.30> <org.springframework.version.30>3.0.7.RELEASE</org.springframework.version.30>
<org.springframework.version.range>3.1.2.RELEASE</org.springframework.version.range> <org.springframework.version.range>3.1.2.RELEASE</org.springframework.version.range>
<data.commons.version>1.4.0.RELEASE</data.commons.version> <data.commons.version>1.4.1.BUILD-SNAPSHOT</data.commons.version>
<aspectj.version>1.6.11.RELEASE</aspectj.version> <aspectj.version>1.6.11.RELEASE</aspectj.version>
<bundlor.failOnWarnings>true</bundlor.failOnWarnings> <bundlor.failOnWarnings>true</bundlor.failOnWarnings>
</properties> </properties>
@@ -326,8 +326,8 @@
</pluginRepositories> </pluginRepositories>
<repositories> <repositories>
<repository> <repository>
<id>spring-libs-release</id> <id>spring-libs-snapshot</id>
<url>http://repo.springsource.org/libs-release</url> <url>http://repo.springsource.org/libs-snapshot</url>
</repository> </repository>
</repositories> </repositories>
<reporting> <reporting>

View File

@@ -4,7 +4,7 @@
<parent> <parent>
<groupId>org.springframework.data</groupId> <groupId>org.springframework.data</groupId>
<artifactId>spring-data-mongodb-parent</artifactId> <artifactId>spring-data-mongodb-parent</artifactId>
<version>1.2.0.BUILD-SNAPSHOT</version> <version>1.1.2.BUILD-SNAPSHOT</version>
<relativePath>../spring-data-mongodb-parent/pom.xml</relativePath> <relativePath>../spring-data-mongodb-parent/pom.xml</relativePath>
</parent> </parent>
<artifactId>spring-data-mongodb</artifactId> <artifactId>spring-data-mongodb</artifactId>