|
13 | 13 | <parent>
|
14 | 14 | <groupId>org.springframework.data.build</groupId>
|
15 | 15 | <artifactId>spring-data-parent</artifactId>
|
16 |
| - <version>2.7.18</version> |
| 16 | + <version>2.7.19-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.7.18</springdata.commons> |
32 |
| - <springdata.jpa>2.7.18</springdata.jpa> |
33 |
| - <springdata.mongodb>3.4.18</springdata.mongodb> |
| 31 | + <springdata.commons>2.7.19-SNAPSHOT</springdata.commons> |
| 32 | + <springdata.jpa>2.7.19-SNAPSHOT</springdata.jpa> |
| 33 | + <springdata.mongodb>3.4.19-SNAPSHOT</springdata.mongodb> |
34 | 34 | <springdata.geode>2.7.6-SNAPSHOT</springdata.geode>
|
35 | 35 | <springdata.solr>4.4.0-SNAPSHOT</springdata.solr>
|
36 |
| - <springdata.cassandra>3.4.18</springdata.cassandra> |
37 |
| - <springdata.keyvalue>2.7.18</springdata.keyvalue> |
| 36 | + <springdata.cassandra>3.4.19-SNAPSHOT</springdata.cassandra> |
| 37 | + <springdata.keyvalue>2.7.19-SNAPSHOT</springdata.keyvalue> |
38 | 38 | <servlet.version>4.0.1</servlet.version>
|
39 | 39 |
|
40 | 40 | <hibernate.version>5.4.8.Final</hibernate.version>
|
|
142 | 142 | </dependencies>
|
143 | 143 |
|
144 | 144 | <repositories>
|
145 |
| - |
146 |
| - |
| 145 | + <repository> |
| 146 | + <id>spring-snapshot</id> |
| 147 | + <url>https://repo.spring.io/snapshot</url> |
| 148 | + <snapshots> |
| 149 | + <enabled>true</enabled> |
| 150 | + </snapshots> |
| 151 | + <releases> |
| 152 | + <enabled>false</enabled> |
| 153 | + </releases> |
| 154 | + </repository> |
| 155 | + <repository> |
| 156 | + <id>spring-milestone</id> |
| 157 | + <url>https://repo.spring.io/milestone</url> |
| 158 | + </repository> |
147 | 159 | </repositories>
|
148 | 160 |
|
149 | 161 | </project>
|
0 commit comments