Skip to content

Commit 28e879f

Browse files
committed
DATAJPA-1420 - After release cleanups.
1 parent d1c2968 commit 28e879f

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.11.RELEASE</version>
17+
<version>2.0.12.BUILD-SNAPSHOT</version>
1818
</parent>
1919

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

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

@@ -447,8 +447,8 @@
447447

448448
<repositories>
449449
<repository>
450-
<id>spring-libs-release</id>
451-
<url>https://repo.spring.io/libs-release</url>
450+
<id>spring-libs-snapshot</id>
451+
<url>https://repo.spring.io/libs-snapshot</url>
452452
</repository>
453453
</repositories>
454454

0 commit comments

Comments
 (0)