Skip to content

Commit 8ed3588

Browse files
committed
DATAJPA-997 - After release cleanups.
1 parent 8458c0f commit 8ed3588

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>2.0.0.M1</version>
17+
<version>2.0.0.BUILD-SNAPSHOT</version>
1818
</parent>
1919

2020
<properties>
@@ -28,7 +28,7 @@
2828
<jpa>2.0.0</jpa>
2929
<openjpa>2.4.1</openjpa>
3030
<spring>4.3.4.RELEASE</spring>
31-
<springdata.commons>2.0.0.M1</springdata.commons>
31+
<springdata.commons>2.0.0.BUILD-SNAPSHOT</springdata.commons>
3232

3333
<sonar.dynamicAnalysis>reuseReports</sonar.dynamicAnalysis>
3434

@@ -591,8 +591,8 @@
591591

592592
<repositories>
593593
<repository>
594-
<id>spring-libs-milestone</id>
595-
<url>https://repo.spring.io/libs-milestone</url>
594+
<id>spring-libs-snapshot</id>
595+
<url>https://repo.spring.io/libs-snapshot</url>
596596
</repository>
597597
</repositories>
598598

0 commit comments

Comments
 (0)