Skip to content

Commit 4d5a590

Browse files
committed
DATAREDIS-691 - After release cleanups.
1 parent 2bc4966 commit 4d5a590

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,11 @@
1212
<parent>
1313
<groupId>org.springframework.data.build</groupId>
1414
<artifactId>spring-data-parent</artifactId>
15-
<version>2.0.0.RELEASE</version>
15+
<version>2.0.1.BUILD-SNAPSHOT</version>
1616
</parent>
1717

1818
<properties>
19-
<springdata.keyvalue>2.0.0.RELEASE</springdata.keyvalue>
19+
<springdata.keyvalue>2.0.1.BUILD-SNAPSHOT</springdata.keyvalue>
2020
<jta>1.1</jta>
2121
<beanutils>1.9.2</beanutils>
2222
<xstream>1.4.8</xstream>
@@ -253,8 +253,8 @@
253253

254254
<repositories>
255255
<repository>
256-
<id>spring-libs-release</id>
257-
<url>https://repo.spring.io/libs-release</url>
256+
<id>spring-libs-snapshot</id>
257+
<url>https://repo.spring.io/libs-snapshot</url>
258258
</repository>
259259
</repositories>
260260

0 commit comments

Comments
 (0)