prepared for 1.1.0 snapshot builds

This commit is contained in:
trisberg
2011-04-18 17:52:08 -04:00
parent bc130ab9fd
commit 3aed2e87fe
3 changed files with 3 additions and 3 deletions

View File

@@ -5,7 +5,7 @@
<groupId>org.springframework.data</groupId>
<artifactId>spring-data-commons-dist</artifactId>
<name>Spring Data Commons Distribution</name>
<version>1.0.0.RELEASE</version>
<version>1.1.0.BUILD-SNAPSHOT</version>
<packaging>pom</packaging>
<modules>

View File

@@ -4,7 +4,7 @@
<parent>
<groupId>org.springframework.data</groupId>
<artifactId>spring-data-commons-parent</artifactId>
<version>1.0.0.RELEASE</version>
<version>1.1.0.BUILD-SNAPSHOT</version>
<relativePath>../spring-data-commons-parent/pom.xml</relativePath>
</parent>
<artifactId>spring-data-commons-core</artifactId>

View File

@@ -6,7 +6,7 @@
<artifactId>spring-data-commons-parent</artifactId>
<name>Spring Data Commons Parent</name>
<url>http://www.springsource.org/spring-data</url>
<version>1.0.0.RELEASE</version>
<version>1.1.0.BUILD-SNAPSHOT</version>
<packaging>pom</packaging>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>