Skip to content

Commit

Permalink
After release cleanups.
Browse files Browse the repository at this point in the history
See #377
  • Loading branch information
mp911de committed Jun 22, 2021
1 parent 19e15a1 commit 29f974a
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 @@ -12,12 +12,12 @@
<parent>
<groupId>org.springframework.data.build</groupId>
<artifactId>spring-data-parent</artifactId>
<version>2.5.2</version>
<version>2.5.3-SNAPSHOT</version>
<relativePath/>
</parent>

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

Expand Down Expand Up @@ -90,8 +90,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 29f974a

Please sign in to comment.