Skip to content

Commit

Permalink
After release cleanups.
Browse files Browse the repository at this point in the history
See #1228
  • Loading branch information
gregturn committed Mar 21, 2022
1 parent 5b9e63e commit 7b1f410
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 @@ -6,7 +6,7 @@
<parent>
<groupId>org.springframework.data.build</groupId>
<artifactId>spring-data-parent</artifactId>
<version>2.7.0-M4</version>
<version>2.7.0-SNAPSHOT</version>
</parent>

<groupId>org.springframework.data</groupId>
Expand Down Expand Up @@ -98,13 +98,13 @@
<hppc.version>0.5.4</hppc.version>
<multithreadedtc.version>1.01</multithreadedtc.version>
<project.type>multi</project.type>
<springdata.commons>2.7.0-M4</springdata.commons>
<springdata.commons>2.7.0-SNAPSHOT</springdata.commons>
</properties>

<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 7b1f410

Please sign in to comment.