|
13 | 13 | <parent> |
14 | 14 | <groupId>org.springframework.data.build</groupId> |
15 | 15 | <artifactId>spring-data-parent</artifactId> |
16 | | - <version>2.3.9.BUILD-SNAPSHOT</version> |
| 16 | + <version>2.3.9.RELEASE</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.9.BUILD-SNAPSHOT</springdata.commons> |
33 | | - <springdata.jpa>2.3.9.BUILD-SNAPSHOT</springdata.jpa> |
34 | | - <springdata.mongodb>3.0.9.BUILD-SNAPSHOT</springdata.mongodb> |
35 | | - <springdata.geode>2.3.9.BUILD-SNAPSHOT</springdata.geode> |
| 32 | + <springdata.commons>2.3.9.RELEASE</springdata.commons> |
| 33 | + <springdata.jpa>2.3.9.RELEASE</springdata.jpa> |
| 34 | + <springdata.mongodb>3.0.9.RELEASE</springdata.mongodb> |
| 35 | + <springdata.geode>2.3.9.RELEASE</springdata.geode> |
36 | 36 | <springdata.solr>4.2.7.BUILD-SNAPSHOT</springdata.solr> |
37 | | - <springdata.cassandra>3.0.9.BUILD-SNAPSHOT</springdata.cassandra> |
38 | | - <springdata.keyvalue>2.3.9.BUILD-SNAPSHOT</springdata.keyvalue> |
| 37 | + <springdata.cassandra>3.0.9.RELEASE</springdata.cassandra> |
| 38 | + <springdata.keyvalue>2.3.9.RELEASE</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-snapshot</id> |
148 | | - <url>https://repo.spring.io/libs-snapshot</url> |
| 147 | + <id>spring-libs-release</id> |
| 148 | + <url>https://repo.spring.io/libs-release</url> |
149 | 149 | </repository> |
150 | 150 | </repositories> |
151 | 151 |
|
|
0 commit comments