Browse Source

After release cleanups.

See #2495
2.5.x
Greg L. Turnquist 3 years ago
parent
commit
b117fe15a6
No known key found for this signature in database
GPG Key ID: 9A2C7A98E457C53D
  1. 8
      pom.xml

8
pom.xml

@ -22,7 +22,7 @@ @@ -22,7 +22,7 @@
<parent>
<groupId>org.springframework.data.build</groupId>
<artifactId>spring-data-parent</artifactId>
<version>2.5.12</version>
<version>2.5.13-SNAPSHOT</version>
</parent>
<properties>
@ -34,7 +34,7 @@ @@ -34,7 +34,7 @@
<mockito>3.11.1</mockito>
<vavr>0.10.3</vavr>
<hibernate.groupId>org.hibernate</hibernate.groupId>
<springdata.commons>2.5.12</springdata.commons>
<springdata.commons>2.5.13-SNAPSHOT</springdata.commons>
<java-module-name>spring.data.jpa</java-module-name>
@ -471,8 +471,8 @@ @@ -471,8 +471,8 @@
<repositories>
<repository>
<id>spring-libs-release</id>
<url>https://repo.spring.io/libs-release</url>
<id>spring-libs-snapshot</id>
<url>https://repo.spring.io/libs-snapshot</url>
</repository>
</repositories>

Loading…
Cancel
Save