We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f1363da commit d132febCopy full SHA for d132feb
pom.xml
@@ -14,12 +14,12 @@
14
<parent>
15
<groupId>org.springframework.data.build</groupId>
16
<artifactId>spring-data-parent</artifactId>
17
- <version>2.5.5</version>
+ <version>2.5.6-SNAPSHOT</version>
18
</parent>
19
20
<properties>
21
<spring-ldap>2.3.4.RELEASE</spring-ldap>
22
- <springdata.commons>2.5.5</springdata.commons>
+ <springdata.commons>2.5.6-SNAPSHOT</springdata.commons>
23
<java-module-name>spring.data.ldap</java-module-name>
24
</properties>
25
@@ -123,8 +123,8 @@
123
124
<repositories>
125
<repository>
126
- <id>spring-libs-release</id>
127
- <url>https://repo.spring.io/libs-release</url>
+ <id>spring-libs-snapshot</id>
+ <url>https://repo.spring.io/libs-snapshot</url>
128
</repository>
129
</repositories>
130
0 commit comments