|
13 | 13 | <parent> |
14 | 14 | <groupId>org.springframework.data.build</groupId> |
15 | 15 | <artifactId>spring-data-parent</artifactId> |
16 | | - <version>2.0.8.RELEASE</version> |
| 16 | + <version>2.0.9.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.0.8.RELEASE</springdata.commons> |
32 | | - <springdata.jpa>2.0.8.RELEASE</springdata.jpa> |
33 | | - <springdata.mongodb>2.0.8.RELEASE</springdata.mongodb> |
34 | | - <springdata.gemfire>2.0.8.RELEASE</springdata.gemfire> |
35 | | - <springdata.solr>3.0.8.RELEASE</springdata.solr> |
36 | | - <springdata.cassandra>2.0.8.RELEASE</springdata.cassandra> |
37 | | - <springdata.keyvalue>2.0.8.RELEASE</springdata.keyvalue> |
| 31 | + <springdata.commons>2.0.9.BUILD-SNAPSHOT</springdata.commons> |
| 32 | + <springdata.jpa>2.0.9.BUILD-SNAPSHOT</springdata.jpa> |
| 33 | + <springdata.mongodb>2.0.9.BUILD-SNAPSHOT</springdata.mongodb> |
| 34 | + <springdata.gemfire>2.0.9.BUILD-SNAPSHOT</springdata.gemfire> |
| 35 | + <springdata.solr>3.0.9.BUILD-SNAPSHOT</springdata.solr> |
| 36 | + <springdata.cassandra>2.0.9.BUILD-SNAPSHOT</springdata.cassandra> |
| 37 | + <springdata.keyvalue>2.0.9.BUILD-SNAPSHOT</springdata.keyvalue> |
38 | 38 |
|
39 | 39 | <hibernate.version>4.3.10.Final</hibernate.version> |
40 | 40 | <jsonpath>1.1.0</jsonpath> |
|
113 | 113 |
|
114 | 114 | <repositories> |
115 | 115 | <repository> |
116 | | - <id>spring-libs-release</id> |
117 | | - <url>https://repo.spring.io/libs-release</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