Skip to content

Commit f11bc83

Browse files
committed
DATAREDIS-484 - After release cleanups.
1 parent 6e5df14 commit f11bc83

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,12 +12,12 @@
1212
<parent>
1313
<groupId>org.springframework.data.build</groupId>
1414
<artifactId>spring-data-parent</artifactId>
15-
<version>1.8.0.RELEASE</version>
15+
<version>1.9.0.BUILD-SNAPSHOT</version>
1616
</parent>
1717

1818
<properties>
1919
<dist.key>DATAREDIS</dist.key>
20-
<springdata.keyvalue>1.1.0.RELEASE</springdata.keyvalue>
20+
<springdata.keyvalue>1.2.0.BUILD-SNAPSHOT</springdata.keyvalue>
2121
<jta>1.1</jta>
2222
<beanutils>1.9.2</beanutils>
2323
<xstream>1.4.8</xstream>
@@ -275,8 +275,8 @@
275275

276276
<repositories>
277277
<repository>
278-
<id>spring-libs-release</id>
279-
<url>https://repo.spring.io/libs-release</url>
278+
<id>spring-libs-snapshot</id>
279+
<url>https://repo.spring.io/libs-snapshot</url>
280280
</repository>
281281
</repositories>
282282

0 commit comments

Comments
 (0)