Skip to content

Commit

Permalink
After release cleanups.
Browse files Browse the repository at this point in the history
See #2135
  • Loading branch information
christophstrobl committed Feb 17, 2021
1 parent 192ff1c commit 7902888
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,7 +14,7 @@
<parent>
<groupId>org.springframework.data.build</groupId>
<artifactId>spring-data-parent</artifactId>
<version>2.5.0-M3</version>
<version>2.5.0-SNAPSHOT</version>
</parent>

<properties>
Expand All @@ -26,7 +26,7 @@
<mockito>2.19.1</mockito>
<vavr>0.10.3</vavr>
<hibernate.groupId>org.hibernate</hibernate.groupId>
<springdata.commons>2.5.0-M3</springdata.commons>
<springdata.commons>2.5.0-SNAPSHOT</springdata.commons>

<java-module-name>spring.data.jpa</java-module-name>

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

Please sign in to comment.