DATALDAP-175 - After release cleanups.
This commit is contained in:
8
pom.xml
8
pom.xml
@@ -14,12 +14,12 @@
|
|||||||
<parent>
|
<parent>
|
||||||
<groupId>org.springframework.data.build</groupId>
|
<groupId>org.springframework.data.build</groupId>
|
||||||
<artifactId>spring-data-parent</artifactId>
|
<artifactId>spring-data-parent</artifactId>
|
||||||
<version>2.1.21.RELEASE</version>
|
<version>2.1.22.BUILD-SNAPSHOT</version>
|
||||||
</parent>
|
</parent>
|
||||||
|
|
||||||
<properties>
|
<properties>
|
||||||
<spring-ldap>2.3.3.RELEASE</spring-ldap>
|
<spring-ldap>2.3.3.RELEASE</spring-ldap>
|
||||||
<springdata.commons>2.1.21.RELEASE</springdata.commons>
|
<springdata.commons>2.1.22.BUILD-SNAPSHOT</springdata.commons>
|
||||||
<java-module-name>spring.data.ldap</java-module-name>
|
<java-module-name>spring.data.ldap</java-module-name>
|
||||||
</properties>
|
</properties>
|
||||||
|
|
||||||
@@ -123,8 +123,8 @@
|
|||||||
|
|
||||||
<repositories>
|
<repositories>
|
||||||
<repository>
|
<repository>
|
||||||
<id>spring-libs-release</id>
|
<id>spring-libs-snapshot</id>
|
||||||
<url>https://repo.spring.io/libs-release</url>
|
<url>https://repo.spring.io/libs-snapshot</url>
|
||||||
</repository>
|
</repository>
|
||||||
</repositories>
|
</repositories>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user