Browse Source

DATAMONGO-1750 - Release version 1.10.6 (Ingalls SR6).

pull/492/head 1.10.6.RELEASE
Oliver Gierke 9 years ago
parent
commit
42cc6ff37f
  1. 2
      pom.xml
  2. 2
      spring-data-mongodb-benchmarks/pom.xml
  3. 4
      spring-data-mongodb-cross-store/pom.xml
  4. 2
      spring-data-mongodb-distribution/pom.xml
  5. 2
      spring-data-mongodb-log4j/pom.xml
  6. 2
      spring-data-mongodb/pom.xml

2
pom.xml

@ -5,7 +5,7 @@ @@ -5,7 +5,7 @@
<groupId>org.springframework.data</groupId>
<artifactId>spring-data-mongodb-parent</artifactId>
<version>1.10.6.BUILD-SNAPSHOT</version>
<version>1.10.6.RELEASE</version>
<packaging>pom</packaging>
<name>Spring Data MongoDB</name>

2
spring-data-mongodb-benchmarks/pom.xml

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

4
spring-data-mongodb-cross-store/pom.xml

@ -6,7 +6,7 @@ @@ -6,7 +6,7 @@
<parent>
<groupId>org.springframework.data</groupId>
<artifactId>spring-data-mongodb-parent</artifactId>
<version>1.10.6.BUILD-SNAPSHOT</version>
<version>1.10.6.RELEASE</version>
<relativePath>../pom.xml</relativePath>
</parent>
@ -48,7 +48,7 @@ @@ -48,7 +48,7 @@
<dependency>
<groupId>org.springframework.data</groupId>
<artifactId>spring-data-mongodb</artifactId>
<version>1.10.6.BUILD-SNAPSHOT</version>
<version>1.10.6.RELEASE</version>
</dependency>
<dependency>

2
spring-data-mongodb-distribution/pom.xml

@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@
<parent>
<groupId>org.springframework.data</groupId>
<artifactId>spring-data-mongodb-parent</artifactId>
<version>1.10.6.BUILD-SNAPSHOT</version>
<version>1.10.6.RELEASE</version>
<relativePath>../pom.xml</relativePath>
</parent>

2
spring-data-mongodb-log4j/pom.xml

@ -5,7 +5,7 @@ @@ -5,7 +5,7 @@
<parent>
<groupId>org.springframework.data</groupId>
<artifactId>spring-data-mongodb-parent</artifactId>
<version>1.10.6.BUILD-SNAPSHOT</version>
<version>1.10.6.RELEASE</version>
<relativePath>../pom.xml</relativePath>
</parent>

2
spring-data-mongodb/pom.xml

@ -11,7 +11,7 @@ @@ -11,7 +11,7 @@
<parent>
<groupId>org.springframework.data</groupId>
<artifactId>spring-data-mongodb-parent</artifactId>
<version>1.10.6.BUILD-SNAPSHOT</version>
<version>1.10.6.RELEASE</version>
<relativePath>../pom.xml</relativePath>
</parent>

Loading…
Cancel
Save