Skip to content

Commit 76ae355

Browse files
After release cleanups.
See #1943
1 parent a8a45b7 commit 76ae355

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

pom.xml

Lines changed: 8 additions & 8 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.13.RELEASE</version>
16+
<version>2.2.14.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.13.RELEASE</springdata.commons>
33-
<springdata.jpa>2.2.13.RELEASE</springdata.jpa>
34-
<springdata.mongodb>2.2.13.RELEASE</springdata.mongodb>
32+
<springdata.commons>2.2.14.BUILD-SNAPSHOT</springdata.commons>
33+
<springdata.jpa>2.2.14.BUILD-SNAPSHOT</springdata.jpa>
34+
<springdata.mongodb>2.2.14.BUILD-SNAPSHOT</springdata.mongodb>
3535
<springdata.gemfire>2.2.4.BUILD-SNAPSHOT</springdata.gemfire>
3636
<springdata.solr>4.1.13.BUILD-SNAPSHOT</springdata.solr>
37-
<springdata.cassandra>2.2.13.RELEASE</springdata.cassandra>
38-
<springdata.keyvalue>2.2.13.RELEASE</springdata.keyvalue>
37+
<springdata.cassandra>2.2.14.BUILD-SNAPSHOT</springdata.cassandra>
38+
<springdata.keyvalue>2.2.14.BUILD-SNAPSHOT</springdata.keyvalue>
3939

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

131131
<repositories>
132132
<repository>
133-
<id>spring-libs-release</id>
134-
<url>https://repo.spring.io/libs-release</url>
133+
<id>spring-libs-snapshot</id>
134+
<url>https://repo.spring.io/libs-snapshot</url>
135135
</repository>
136136
</repositories>
137137

0 commit comments

Comments
 (0)