Skip to content

Commit

Permalink
After release cleanups.
Browse files Browse the repository at this point in the history
See #262
  • Loading branch information
mp911de committed Jun 22, 2021
1 parent 639bdb4 commit b9c138d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,12 @@
<parent>
<groupId>org.springframework.data.build</groupId>
<artifactId>spring-data-parent</artifactId>
<version>2.5.2</version>
<version>2.5.3-SNAPSHOT</version>
</parent>

<properties>
<spring-ldap>2.3.4.RELEASE</spring-ldap>
<springdata.commons>2.5.2</springdata.commons>
<springdata.commons>2.5.3-SNAPSHOT</springdata.commons>
<java-module-name>spring.data.ldap</java-module-name>
</properties>

Expand Down Expand Up @@ -123,8 +123,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>

Expand Down

0 comments on commit b9c138d

Please sign in to comment.