|
13 | 13 | <parent>
|
14 | 14 | <groupId>org.springframework.data.build</groupId>
|
15 | 15 | <artifactId>spring-data-parent</artifactId>
|
16 |
| - <version>2.2.0.M2</version> |
| 16 | + <version>2.2.0.BUILD-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.2.0.M2</springdata.commons> |
32 |
| - <springdata.jpa>2.2.0.M2</springdata.jpa> |
33 |
| - <springdata.mongodb>2.2.0.M2</springdata.mongodb> |
34 |
| - <springdata.gemfire>2.2.0.M2</springdata.gemfire> |
35 |
| - <springdata.solr>4.1.0.M2</springdata.solr> |
36 |
| - <springdata.cassandra>2.2.0.M2</springdata.cassandra> |
37 |
| - <springdata.keyvalue>2.2.0.M2</springdata.keyvalue> |
| 31 | + <springdata.commons>2.2.0.BUILD-SNAPSHOT</springdata.commons> |
| 32 | + <springdata.jpa>2.2.0.BUILD-SNAPSHOT</springdata.jpa> |
| 33 | + <springdata.mongodb>2.2.0.BUILD-SNAPSHOT</springdata.mongodb> |
| 34 | + <springdata.gemfire>2.2.0.BUILD-SNAPSHOT</springdata.gemfire> |
| 35 | + <springdata.solr>4.1.0.BUILD-SNAPSHOT</springdata.solr> |
| 36 | + <springdata.cassandra>2.2.0.BUILD-SNAPSHOT</springdata.cassandra> |
| 37 | + <springdata.keyvalue>2.2.0.BUILD-SNAPSHOT</springdata.keyvalue> |
38 | 38 |
|
39 | 39 | <hibernate.version>5.2.17.Final</hibernate.version>
|
40 | 40 | <jsonpath>1.1.0</jsonpath>
|
|
113 | 113 |
|
114 | 114 | <repositories>
|
115 | 115 | <repository>
|
116 |
| - <id>spring-libs-milestone</id> |
117 |
| - <url>https://repo.spring.io/libs-milestone</url> |
| 116 | + <id>spring-libs-snapshot</id> |
| 117 | + <url>https://repo.spring.io/libs-snapshot</url> |
118 | 118 | </repository>
|
119 | 119 | </repositories>
|
120 | 120 |
|
|
0 commit comments