Skip to content
This repository was archived by the owner on Jun 18, 2020. It is now read-only.

Commit 8e4877b

Browse files
author
Thomas Risberg
committed
prepared for snapshot builds again
1 parent 7b3cd7f commit 8e4877b

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<groupId>org.springframework.data</groupId>
66
<artifactId>spring-data-jdbc-dist</artifactId>
77
<name>Spring Data JDBC Extensions Support Distribution</name>
8-
<version>1.0.0.RC1</version>
8+
<version>1.0.0.BUILD-SNAPSHOT</version>
99
<packaging>pom</packaging>
1010
<modules>
1111
<module>spring-data-jdbc-parent</module>

spring-data-jdbc-core/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>org.springframework.data</groupId>
66
<artifactId>spring-data-jdbc-parent</artifactId>
7-
<version>1.0.0.RC1</version>
7+
<version>1.0.0.BUILD-SNAPSHOT</version>
88
<relativePath>../spring-data-jdbc-parent/pom.xml</relativePath>
99
</parent>
1010
<artifactId>spring-data-jdbc-core</artifactId>

spring-data-jdbc-parent/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<artifactId>spring-data-jdbc-parent</artifactId>
77
<name>Spring Data JDBC Extensions Support Parent</name>
88
<url>http://www.springsource.org/spring-data</url>
9-
<version>1.0.0.RC1</version>
9+
<version>1.0.0.BUILD-SNAPSHOT</version>
1010
<packaging>pom</packaging>
1111
<properties>
1212
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>

spring-data-oracle-test/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>org.springframework.data</groupId>
66
<artifactId>spring-data-jdbc-parent</artifactId>
7-
<version>1.0.0.RC1</version>
7+
<version>1.0.0.BUILD-SNAPSHOT</version>
88
<relativePath>../spring-data-jdbc-parent/pom.xml</relativePath>
99
</parent>
1010
<artifactId>spring-data-oracle-test</artifactId>

spring-data-oracle/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>org.springframework.data</groupId>
66
<artifactId>spring-data-jdbc-parent</artifactId>
7-
<version>1.0.0.RC1</version>
7+
<version>1.0.0.BUILD-SNAPSHOT</version>
88
<relativePath>../spring-data-jdbc-parent/pom.xml</relativePath>
99
</parent>
1010
<artifactId>spring-data-oracle</artifactId>

0 commit comments

Comments
 (0)