Browse Source

DATACMNS-280 - Prepare next development iteration.

1.4.x
Spring Buildmaster 13 years ago
parent
commit
4f67c4b3fd
  1. 2
      pom.xml
  2. 2
      spring-data-commons-core/pom.xml
  3. 2
      spring-data-commons-parent/pom.xml

2
pom.xml

@ -6,7 +6,7 @@ @@ -6,7 +6,7 @@
<name>Spring Data Commons Distribution</name>
<description>Spring Data Commons</description>
<url>http://www.springsource.org/spring-data</url>
<version>1.4.1.RELEASE</version>
<version>1.4.2.BUILD-SNAPSHOT</version>
<packaging>pom</packaging>
<modules>

2
spring-data-commons-core/pom.xml

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

2
spring-data-commons-parent/pom.xml

@ -6,7 +6,7 @@ @@ -6,7 +6,7 @@
<name>Spring Data Commons Parent</name>
<description>Spring Data Commons Parent</description>
<url>http://www.springsource.org/spring-data</url>
<version>1.4.1.RELEASE</version>
<version>1.4.2.BUILD-SNAPSHOT</version>
<packaging>pom</packaging>
<properties>

Loading…
Cancel
Save