Browse Source

DATACMNS-572 - Prepare next development iteration.

pull/126/head
Spring Buildmaster 12 years ago committed by Oliver Gierke
parent
commit
4dcda97017
  1. 4
      pom.xml

4
pom.xml

@ -5,14 +5,14 @@ @@ -5,14 +5,14 @@
<groupId>org.springframework.data</groupId>
<artifactId>spring-data-commons</artifactId>
<version>1.9.0.RELEASE</version>
<version>1.9.1.BUILD-SNAPSHOT</version>
<name>Spring Data Core</name>
<parent>
<groupId>org.springframework.data.build</groupId>
<artifactId>spring-data-parent</artifactId>
<version>1.5.0.RELEASE</version>
<version>1.5.1.BUILD-SNAPSHOT</version>
<relativePath>../spring-data-build/parent/pom.xml</relativePath>
</parent>

Loading…
Cancel
Save