Skip to content

Commit ccb8db8

Browse files
committed
DATAJPA-1419 - After release cleanups.
1 parent 9ebf8df commit ccb8db8

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
@@ -14,7 +14,7 @@
1414
<parent>
1515
<groupId>org.springframework.data.build</groupId>
1616
<artifactId>spring-data-parent</artifactId>
17-
<version>1.9.16.RELEASE</version>
17+
<version>1.9.17.BUILD-SNAPSHOT</version>
1818
</parent>
1919

2020
<properties>
@@ -27,7 +27,7 @@
2727
<hsqldb1>1.8.0.10</hsqldb1>
2828
<jpa>2.0.0</jpa>
2929
<openjpa>2.4.1</openjpa>
30-
<springdata.commons>1.13.16.RELEASE</springdata.commons>
30+
<springdata.commons>1.13.17.BUILD-SNAPSHOT</springdata.commons>
3131

3232
<sonar.dynamicAnalysis>reuseReports</sonar.dynamicAnalysis>
3333
<skip-openjpa>false</skip-openjpa>
@@ -596,8 +596,8 @@
596596

597597
<repositories>
598598
<repository>
599-
<id>spring-libs-release</id>
600-
<url>https://repo.spring.io/libs-release</url>
599+
<id>spring-libs-snapshot</id>
600+
<url>https://repo.spring.io/libs-snapshot</url>
601601
</repository>
602602
</repositories>
603603

0 commit comments

Comments
 (0)