Browse Source

DATAJPA-1776 - After release cleanups.

2.3.x
Mark Paluch 5 years ago
parent
commit
43ccdb8d92
No known key found for this signature in database
GPG Key ID: 51A00FA751B91849
  1. 8
      pom.xml

8
pom.xml

@ -14,7 +14,7 @@ @@ -14,7 +14,7 @@
<parent>
<groupId>org.springframework.data.build</groupId>
<artifactId>spring-data-parent</artifactId>
<version>2.3.5.RELEASE</version>
<version>2.3.6.BUILD-SNAPSHOT</version>
</parent>
<properties>
@ -25,7 +25,7 @@ @@ -25,7 +25,7 @@
<hibernate>5.4.8.Final</hibernate>
<mockito>2.19.1</mockito>
<hibernate.groupId>org.hibernate</hibernate.groupId>
<springdata.commons>2.3.5.RELEASE</springdata.commons>
<springdata.commons>2.3.6.BUILD-SNAPSHOT</springdata.commons>
<java-module-name>spring.data.jpa</java-module-name>
@ -437,8 +437,8 @@ @@ -437,8 +437,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