Browse Source

prepared for snapshot builds

pull/2/head
Thomas Risberg 15 years ago
parent
commit
ecf7cd1a08
  1. 2
      pom.xml
  2. 2
      spring-data-commons-core/pom.xml
  3. 2
      spring-data-commons-parent/pom.xml

2
pom.xml

@ -5,7 +5,7 @@ @@ -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.RC1</version>
<version>1.0.0.BUILD-SNAPSHOT</version>
<packaging>pom</packaging>
<modules>

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

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

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

@ -6,7 +6,7 @@ @@ -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.RC1</version>
<version>1.0.0.BUILD-SNAPSHOT</version>
<packaging>pom</packaging>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>

Loading…
Cancel
Save