Browse Source

DATACMNS-449 - Prepare next development iteration.

1.7.x
Spring Buildmaster 12 years ago committed by Oliver Gierke
parent
commit
e2c4fb9ca8
  1. 8
      pom.xml

8
pom.xml

@ -5,14 +5,14 @@ @@ -5,14 +5,14 @@
<groupId>org.springframework.data</groupId>
<artifactId>spring-data-commons</artifactId>
<version>1.7.1.RELEASE</version>
<version>1.7.2.BUILD-SNAPSHOT</version>
<name>Spring Data Core</name>
<parent>
<groupId>org.springframework.data.build</groupId>
<artifactId>spring-data-parent</artifactId>
<version>1.3.1.RELEASE</version>
<version>1.3.2.BUILD-SNAPSHOT</version>
<relativePath>../spring-data-build/parent/pom.xml</relativePath>
</parent>
@ -201,8 +201,8 @@ @@ -201,8 +201,8 @@
<repositories>
<repository>
<id>spring-libs-release</id>
<url>http://repo.spring.io/libs-release</url>
<id>spring-libs-snapshot</id>
<url>http://repo.spring.io/libs-snapshot</url>
</repository>
</repositories>

Loading…
Cancel
Save