DATAJPA-1806 - After release cleanups.
This commit is contained in:
8
pom.xml
8
pom.xml
@@ -14,7 +14,7 @@
|
||||
<parent>
|
||||
<groupId>org.springframework.data.build</groupId>
|
||||
<artifactId>spring-data-parent</artifactId>
|
||||
<version>2.1.21.RELEASE</version>
|
||||
<version>2.1.22.BUILD-SNAPSHOT</version>
|
||||
</parent>
|
||||
|
||||
<properties>
|
||||
@@ -26,7 +26,7 @@
|
||||
<mockito>2.19.1</mockito>
|
||||
<hibernate.groupId>org.hibernate</hibernate.groupId>
|
||||
<jpa>2.0.0</jpa>
|
||||
<springdata.commons>2.1.21.RELEASE</springdata.commons>
|
||||
<springdata.commons>2.1.22.BUILD-SNAPSHOT</springdata.commons>
|
||||
|
||||
<java-module-name>spring.data.jpa</java-module-name>
|
||||
|
||||
@@ -510,8 +510,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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user