Skip to content

Commit b8254a5

Browse files
committed
DATAJPA-1215 - After release cleanups.
1 parent 9771756 commit b8254a5

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

pom.xml

+4-4
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.2.RELEASE</version>
17+
<version>2.0.3.BUILD-SNAPSHOT</version>
1818
</parent>
1919

2020
<properties>
@@ -24,7 +24,7 @@
2424
<eclipselink>2.6.5</eclipselink>
2525
<hibernate>5.2.11.Final</hibernate>
2626
<jpa>2.0.0</jpa>
27-
<springdata.commons>2.0.2.RELEASE</springdata.commons>
27+
<springdata.commons>2.0.3.BUILD-SNAPSHOT</springdata.commons>
2828

2929
<java-module-name>spring.data.jpa</java-module-name>
3030

@@ -467,8 +467,8 @@
467467

468468
<repositories>
469469
<repository>
470-
<id>spring-libs-release</id>
471-
<url>https://repo.spring.io/libs-release</url>
470+
<id>spring-libs-snapshot</id>
471+
<url>https://repo.spring.io/libs-snapshot</url>
472472
</repository>
473473
</repositories>
474474

0 commit comments

Comments
 (0)