|
4 | 4 | <modelVersion>4.0.0</modelVersion>
|
5 | 5 | <groupId>org.springframework.data</groupId>
|
6 | 6 | <artifactId>spring-data-releasetrain</artifactId>
|
7 |
| - <version>1.3.0.RELEASE</version> |
| 7 | + <version>Dijkstra-BUILD-SNAPSHOT</version> |
8 | 8 | <packaging>pom</packaging>
|
9 | 9 |
|
10 | 10 | <parent>
|
11 | 11 | <groupId>org.springframework.data.build</groupId>
|
12 | 12 | <artifactId>spring-data-build</artifactId>
|
13 |
| - <version>1.3.0.RELEASE</version> |
| 13 | + <version>1.4.0.BUILD-SNAPSHOT</version> |
14 | 14 | </parent>
|
15 | 15 |
|
16 | 16 | <name>Spring Data Release Train - BOM</name>
|
|
22 | 22 | <dependency>
|
23 | 23 | <groupId>org.springframework.data</groupId>
|
24 | 24 | <artifactId>spring-data-commons</artifactId>
|
25 |
| - <version>1.7.0.RELEASE</version> |
| 25 | + <version>1.8.0.BUILD-SNAPSHOT</version> |
26 | 26 | </dependency>
|
27 | 27 | <dependency>
|
28 | 28 | <groupId>org.springframework.data</groupId>
|
29 | 29 | <artifactId>spring-data-jpa</artifactId>
|
30 |
| - <version>1.5.0.RELEASE</version> |
| 30 | + <version>1.6.0.BUILD-SNAPSHOT</version> |
31 | 31 | </dependency>
|
32 | 32 | <dependency>
|
33 | 33 | <groupId>org.springframework.data</groupId>
|
34 | 34 | <artifactId>spring-data-mongodb</artifactId>
|
35 |
| - <version>1.4.0.RELEASE</version> |
| 35 | + <version>1.5.0.BUILD-SNAPSHOT</version> |
36 | 36 | </dependency>
|
37 | 37 | <dependency>
|
38 | 38 | <groupId>org.springframework.data</groupId>
|
39 | 39 | <artifactId>spring-data-neo4j</artifactId>
|
40 |
| - <version>3.0.0.RELEASE</version> |
| 40 | + <version>3.1.0.BUILD-SNAPSHOT</version> |
41 | 41 | </dependency>
|
42 | 42 | <dependency>
|
43 | 43 | <groupId>org.springframework.data</groupId>
|
44 | 44 | <artifactId>spring-data-rest</artifactId>
|
45 |
| - <version>2.0.0.RELEASE</version> |
| 45 | + <version>2.1.0.BUILD-SNAPSHOT</version> |
46 | 46 | </dependency>
|
47 | 47 | <dependency>
|
48 | 48 | <groupId>org.springframework.data</groupId>
|
49 | 49 | <artifactId>spring-data-solr</artifactId>
|
50 |
| - <version>1.1.0.RELEASE</version> |
| 50 | + <version>1.2.0.BUILD-SNAPSHOT</version> |
51 | 51 | </dependency>
|
52 | 52 | </dependencies>
|
53 | 53 | </dependencyManagement>
|
|
0 commit comments