|
13 | 13 | <parent>
|
14 | 14 | <groupId>org.springframework.data.build</groupId>
|
15 | 15 | <artifactId>spring-data-parent</artifactId>
|
16 |
| - <version>2.4.0-RC1</version> |
| 16 | + <version>2.4.0-SNAPSHOT</version> |
17 | 17 | <relativePath/>
|
18 | 18 | </parent>
|
19 | 19 |
|
|
28 | 28 | <project.type>multi</project.type>
|
29 | 29 | <dist.id>spring-data-rest</dist.id>
|
30 | 30 |
|
31 |
| - <springdata.commons>2.4.0-RC1</springdata.commons> |
32 |
| - <springdata.jpa>2.4.0-RC1</springdata.jpa> |
33 |
| - <springdata.mongodb>3.1.0-RC1</springdata.mongodb> |
34 |
| - <springdata.geode>2.4.0-RC1</springdata.geode> |
35 |
| - <springdata.solr>4.3.0-RC1</springdata.solr> |
36 |
| - <springdata.cassandra>3.1.0-RC1</springdata.cassandra> |
37 |
| - <springdata.keyvalue>2.4.0-RC1</springdata.keyvalue> |
| 31 | + <springdata.commons>2.4.0-SNAPSHOT</springdata.commons> |
| 32 | + <springdata.jpa>2.4.0-SNAPSHOT</springdata.jpa> |
| 33 | + <springdata.mongodb>3.1.0-SNAPSHOT</springdata.mongodb> |
| 34 | + <springdata.geode>2.4.0-SNAPSHOT</springdata.geode> |
| 35 | + <springdata.solr>4.3.0-SNAPSHOT</springdata.solr> |
| 36 | + <springdata.cassandra>3.1.0-SNAPSHOT</springdata.cassandra> |
| 37 | + <springdata.keyvalue>2.4.0-SNAPSHOT</springdata.keyvalue> |
38 | 38 |
|
39 | 39 | <hibernate.version>5.4.8.Final</hibernate.version>
|
40 | 40 | <jsonpath>1.1.0</jsonpath>
|
|
143 | 143 |
|
144 | 144 | <repositories>
|
145 | 145 | <repository>
|
146 |
| - <id>spring-libs-milestone</id> |
147 |
| - <url>https://repo.spring.io/libs-milestone</url> |
| 146 | + <id>spring-libs-snapshot</id> |
| 147 | + <url>https://repo.spring.io/libs-snapshot</url> |
148 | 148 | </repository>
|
149 | 149 | </repositories>
|
150 | 150 |
|
|
0 commit comments