Skip to content

Commit f479663

Browse files
spring-buildsodrotbohm
authored andcommitted
#31 - Prepare next development iteration.
1 parent 0fac11f commit f479663

File tree

4 files changed

+11
-11
lines changed

4 files changed

+11
-11
lines changed

Diff for: bom/pom.xml

+8-8
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@
44
<modelVersion>4.0.0</modelVersion>
55
<groupId>org.springframework.data</groupId>
66
<artifactId>spring-data-releasetrain</artifactId>
7-
<version>1.3.0.RELEASE</version>
7+
<version>Dijkstra-BUILD-SNAPSHOT</version>
88
<packaging>pom</packaging>
99

1010
<parent>
1111
<groupId>org.springframework.data.build</groupId>
1212
<artifactId>spring-data-build</artifactId>
13-
<version>1.3.0.RELEASE</version>
13+
<version>1.4.0.BUILD-SNAPSHOT</version>
1414
</parent>
1515

1616
<name>Spring Data Release Train - BOM</name>
@@ -22,32 +22,32 @@
2222
<dependency>
2323
<groupId>org.springframework.data</groupId>
2424
<artifactId>spring-data-commons</artifactId>
25-
<version>1.7.0.RELEASE</version>
25+
<version>1.8.0.BUILD-SNAPSHOT</version>
2626
</dependency>
2727
<dependency>
2828
<groupId>org.springframework.data</groupId>
2929
<artifactId>spring-data-jpa</artifactId>
30-
<version>1.5.0.RELEASE</version>
30+
<version>1.6.0.BUILD-SNAPSHOT</version>
3131
</dependency>
3232
<dependency>
3333
<groupId>org.springframework.data</groupId>
3434
<artifactId>spring-data-mongodb</artifactId>
35-
<version>1.4.0.RELEASE</version>
35+
<version>1.5.0.BUILD-SNAPSHOT</version>
3636
</dependency>
3737
<dependency>
3838
<groupId>org.springframework.data</groupId>
3939
<artifactId>spring-data-neo4j</artifactId>
40-
<version>3.0.0.RELEASE</version>
40+
<version>3.1.0.BUILD-SNAPSHOT</version>
4141
</dependency>
4242
<dependency>
4343
<groupId>org.springframework.data</groupId>
4444
<artifactId>spring-data-rest</artifactId>
45-
<version>2.0.0.RELEASE</version>
45+
<version>2.1.0.BUILD-SNAPSHOT</version>
4646
</dependency>
4747
<dependency>
4848
<groupId>org.springframework.data</groupId>
4949
<artifactId>spring-data-solr</artifactId>
50-
<version>1.1.0.RELEASE</version>
50+
<version>1.2.0.BUILD-SNAPSHOT</version>
5151
</dependency>
5252
</dependencies>
5353
</dependencyManagement>

Diff for: parent/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
<parent>
2828
<groupId>org.springframework.data.build</groupId>
2929
<artifactId>spring-data-build</artifactId>
30-
<version>1.3.0.RELEASE</version>
30+
<version>1.4.0.BUILD-SNAPSHOT</version>
3131
<relativePath>../pom.xml</relativePath>
3232
</parent>
3333

Diff for: pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<modelVersion>4.0.0</modelVersion>
55
<groupId>org.springframework.data.build</groupId>
66
<artifactId>spring-data-build</artifactId>
7-
<version>1.3.0.RELEASE</version>
7+
<version>1.4.0.BUILD-SNAPSHOT</version>
88
<packaging>pom</packaging>
99

1010
<name>Spring Data Build</name>

Diff for: resources/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<parent>
99
<groupId>org.springframework.data.build</groupId>
1010
<artifactId>spring-data-build</artifactId>
11-
<version>1.3.0.RELEASE</version>
11+
<version>1.4.0.BUILD-SNAPSHOT</version>
1212
<relativePath>../pom.xml</relativePath>
1313
</parent>
1414

0 commit comments

Comments
 (0)