Skip to content

Commit 83e1ca0

Browse files
committed
DATAREST-487 - After release cleanups.
1 parent 7b53546 commit 83e1ca0

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

pom.xml

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<?xml version="1.0" encoding="UTF-8"?>
1+
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
22
<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">
33

44
<modelVersion>4.0.0</modelVersion>
@@ -13,7 +13,7 @@
1313
<parent>
1414
<groupId>org.springframework.data.build</groupId>
1515
<artifactId>spring-data-parent</artifactId>
16-
<version>1.6.0.RC1</version>
16+
<version>1.6.0.BUILD-SNAPSHOT</version>
1717
<relativePath>../spring-data-build/parent/pom.xml</relativePath>
1818
</parent>
1919

@@ -27,13 +27,13 @@
2727
<project.type>multi</project.type>
2828
<dist.id>spring-data-rest</dist.id>
2929

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>
3737

3838
<hibernate.version>4.3.5.Final</hibernate.version>
3939

@@ -154,15 +154,15 @@
154154

155155
<repositories>
156156
<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>
159159
</repository>
160160
</repositories>
161161

162162
<pluginRepositories>
163163
<pluginRepository>
164164
<id>spring-plugins-release</id>
165-
<url>http://repo.spring.io/plugins-release</url>
165+
<url>https://repo.spring.io/plugins-release</url>
166166
</pluginRepository>
167167
</pluginRepositories>
168168

0 commit comments

Comments
 (0)