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