Skip to content

Commit 374e590

Browse files
DATAREST-1364 - After release cleanups.
1 parent 532cfd5 commit 374e590

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

pom.xml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<parent>
1414
<groupId>org.springframework.data.build</groupId>
1515
<artifactId>spring-data-parent</artifactId>
16-
<version>2.2.0.RC1</version>
16+
<version>2.2.0.BUILD-SNAPSHOT</version>
1717
<relativePath/>
1818
</parent>
1919

@@ -29,13 +29,13 @@
2929
<project.type>multi</project.type>
3030
<dist.id>spring-data-rest</dist.id>
3131

32-
<springdata.commons>2.2.0.RC1</springdata.commons>
33-
<springdata.jpa>2.2.0.RC1</springdata.jpa>
34-
<springdata.mongodb>2.2.0.RC1</springdata.mongodb>
35-
<springdata.gemfire>2.2.0.RC1</springdata.gemfire>
36-
<springdata.solr>4.1.0.RC1</springdata.solr>
37-
<springdata.cassandra>2.2.0.RC1</springdata.cassandra>
38-
<springdata.keyvalue>2.2.0.RC1</springdata.keyvalue>
32+
<springdata.commons>2.2.0.BUILD-SNAPSHOT</springdata.commons>
33+
<springdata.jpa>2.2.0.BUILD-SNAPSHOT</springdata.jpa>
34+
<springdata.mongodb>2.2.0.BUILD-SNAPSHOT</springdata.mongodb>
35+
<springdata.gemfire>2.2.0.BUILD-SNAPSHOT</springdata.gemfire>
36+
<springdata.solr>4.1.0.BUILD-SNAPSHOT</springdata.solr>
37+
<springdata.cassandra>2.2.0.BUILD-SNAPSHOT</springdata.cassandra>
38+
<springdata.keyvalue>2.2.0.BUILD-SNAPSHOT</springdata.keyvalue>
3939

4040
<hibernate.version>5.2.17.Final</hibernate.version>
4141
<jsonpath>1.1.0</jsonpath>
@@ -155,8 +155,8 @@
155155

156156
<repositories>
157157
<repository>
158-
<id>spring-libs-milestone</id>
159-
<url>https://repo.spring.io/libs-milestone</url>
158+
<id>spring-libs-snapshot</id>
159+
<url>https://repo.spring.io/libs-snapshot</url>
160160
</repository>
161161
</repositories>
162162

0 commit comments

Comments
 (0)