Skip to content

Commit

Permalink
After release cleanups.
Browse files Browse the repository at this point in the history
See #4215
  • Loading branch information
mp911de committed Nov 4, 2022
1 parent f959a77 commit 2d292c5
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pom.xml
Expand Up @@ -15,7 +15,7 @@
<parent>
<groupId>org.springframework.data.build</groupId>
<artifactId>spring-data-parent</artifactId>
<version>3.0.0-RC2</version>
<version>3.0.0-SNAPSHOT</version>
</parent>

<modules>
Expand All @@ -26,7 +26,7 @@
<properties>
<project.type>multi</project.type>
<dist.id>spring-data-mongodb</dist.id>
<springdata.commons>3.0.0-RC2</springdata.commons>
<springdata.commons>3.0.0-SNAPSHOT</springdata.commons>
<mongo>4.8.0-beta0</mongo>
<mongo.reactivestreams>${mongo}</mongo.reactivestreams>
<jmh.version>1.19</jmh.version>
Expand Down Expand Up @@ -145,8 +145,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>
<snapshots>
<enabled>true</enabled>
</snapshots>
Expand Down

0 comments on commit 2d292c5

Please sign in to comment.