|
1 | | -<?xml version="1.0" encoding="UTF-8"?> |
| 1 | +<?xml version="1.0" encoding="UTF-8" standalone="no"?> |
2 | 2 | <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> |
3 | 3 |
|
4 | 4 | <modelVersion>4.0.0</modelVersion> |
|
13 | 13 | <parent> |
14 | 14 | <groupId>org.springframework.data.build</groupId> |
15 | 15 | <artifactId>spring-data-parent</artifactId> |
16 | | - <version>1.6.0.RC1</version> |
| 16 | + <version>1.6.0.BUILD-SNAPSHOT</version> |
17 | 17 | <relativePath>../spring-data-build/parent/pom.xml</relativePath> |
18 | 18 | </parent> |
19 | 19 |
|
|
27 | 27 | <project.type>multi</project.type> |
28 | 28 | <dist.id>spring-data-rest</dist.id> |
29 | 29 |
|
30 | | - <springdata.commons>1.10.0.RC1</springdata.commons> |
31 | | - <springdata.jpa>1.8.0.RC1</springdata.jpa> |
32 | | - <springdata.mongodb>1.7.0.RC1</springdata.mongodb> |
33 | | - <springdata.neo4j>3.3.0.RC1</springdata.neo4j> |
34 | | - <springdata.gemfire>1.6.0.RC1</springdata.gemfire> |
35 | | - <springdata.solr>1.4.0.RC1</springdata.solr> |
36 | | - <springdata.cassandra>1.2.0.RC1</springdata.cassandra> |
| 30 | + <springdata.commons>1.10.0.BUILD-SNAPSHOT</springdata.commons> |
| 31 | + <springdata.jpa>1.8.0.BUILD-SNAPSHOT</springdata.jpa> |
| 32 | + <springdata.mongodb>1.7.0.BUILD-SNAPSHOT</springdata.mongodb> |
| 33 | + <springdata.neo4j>3.3.0.BUILD-SNAPSHOT</springdata.neo4j> |
| 34 | + <springdata.gemfire>1.6.0.BUILD-SNAPSHOT</springdata.gemfire> |
| 35 | + <springdata.solr>1.4.0.BUILD-SNAPSHOT</springdata.solr> |
| 36 | + <springdata.cassandra>1.2.0.BUILD-SNAPSHOT</springdata.cassandra> |
37 | 37 |
|
38 | 38 | <hibernate.version>4.3.5.Final</hibernate.version> |
39 | 39 |
|
|
154 | 154 |
|
155 | 155 | <repositories> |
156 | 156 | <repository> |
157 | | - <id>spring-libs-milestone</id> |
158 | | - <url>http://repo.spring.io/libs-milestone</url> |
| 157 | + <id>spring-libs-snapshot</id> |
| 158 | + <url>https://repo.spring.io/libs-snapshot</url> |
159 | 159 | </repository> |
160 | 160 | </repositories> |
161 | 161 |
|
162 | 162 | <pluginRepositories> |
163 | 163 | <pluginRepository> |
164 | 164 | <id>spring-plugins-release</id> |
165 | | - <url>http://repo.spring.io/plugins-release</url> |
| 165 | + <url>https://repo.spring.io/plugins-release</url> |
166 | 166 | </pluginRepository> |
167 | 167 | </pluginRepositories> |
168 | 168 |
|
|
0 commit comments