Skip to content

Commit 7e94c6b

Browse files
committed
DATAJPA-869 - After release cleanups.
1 parent f65756a commit 7e94c6b

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.8.0.RC1</version>
17+
<version>1.8.0.BUILD-SNAPSHOT</version>
1818
</parent>
1919

2020
<properties>
@@ -26,7 +26,7 @@
2626
<hsqldb1>1.8.0.10</hsqldb1>
2727
<jpa>2.0.0</jpa>
2828
<openjpa>2.4.1</openjpa>
29-
<springdata.commons>1.12.0.RC1</springdata.commons>
29+
<springdata.commons>1.12.0.BUILD-SNAPSHOT</springdata.commons>
3030

3131
<sonar.dynamicAnalysis>reuseReports</sonar.dynamicAnalysis>
3232

@@ -560,8 +560,8 @@
560560

561561
<repositories>
562562
<repository>
563-
<id>spring-libs-milestone</id>
564-
<url>https://repo.spring.io/libs-milestone</url>
563+
<id>spring-libs-snapshot</id>
564+
<url>https://repo.spring.io/libs-snapshot</url>
565565
</repository>
566566
</repositories>
567567

0 commit comments

Comments
 (0)