Skip to content

Commit 7d7021e

Browse files
DATAKV-258 - After release cleanups.
1 parent ac65acf commit 7d7021e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

pom.xml

+4-4
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,12 @@
1212
<parent>
1313
<groupId>org.springframework.data.build</groupId>
1414
<artifactId>spring-data-parent</artifactId>
15-
<version>2.2.0.RC1</version>
15+
<version>2.2.0.BUILD-SNAPSHOT</version>
1616
<relativePath/>
1717
</parent>
1818

1919
<properties>
20-
<springdata.commons>2.2.0.RC1</springdata.commons>
20+
<springdata.commons>2.2.0.BUILD-SNAPSHOT</springdata.commons>
2121
<java-module-name>spring.data.keyvalue</java-module-name>
2222
</properties>
2323

@@ -170,8 +170,8 @@
170170

171171
<repositories>
172172
<repository>
173-
<id>spring-libs-milestone</id>
174-
<url>https://repo.spring.io/libs-milestone</url>
173+
<id>spring-libs-snapshot</id>
174+
<url>https://repo.spring.io/libs-snapshot</url>
175175
</repository>
176176
</repositories>
177177

0 commit comments

Comments
 (0)