Skip to content

Commit

Permalink
After release cleanups.
Browse files Browse the repository at this point in the history
See #460
  • Loading branch information
mp911de committed Nov 4, 2022
1 parent edfdaa8 commit 0d4a18f
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>3.0.0-RC2</version>
<version>3.0.0-SNAPSHOT</version>
<relativePath/>
</parent>

<properties>
<springdata.commons>3.0.0-RC2</springdata.commons>
<springdata.commons>3.0.0-SNAPSHOT</springdata.commons>
<java-module-name>spring.data.keyvalue</java-module-name>
</properties>

Expand Down Expand Up @@ -84,8 +84,8 @@

<repositories>
<repository>
<id>spring-libs-milestone</id>
<url>https://repo.spring.io/libs-milestone</url>
<id>spring-libs-snapshot</id>
<url>https://repo.spring.io/libs-snapshot</url>
</repository>
</repositories>

Expand Down

0 comments on commit 0d4a18f

Please sign in to comment.