Skip to content

Commit

Permalink
After release cleanups.
Browse files Browse the repository at this point in the history
See #4205
  • Loading branch information
spring-builds committed Oct 13, 2022
1 parent f322d5b commit 957397e
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 @@ -15,7 +15,7 @@
<parent>
<groupId>org.springframework.data.build</groupId>
<artifactId>spring-data-parent</artifactId>
<version>2.6.9</version>
<version>2.6.10-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>2.6.9</springdata.commons>
<springdata.commons>2.6.10-SNAPSHOT</springdata.commons>
<mongo>4.4.2</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-release</id>
<url>https://repo.spring.io/libs-release</url>
<id>spring-libs-snapshot</id>
<url>https://repo.spring.io/libs-snapshot</url>
</repository>
<repository>
<id>sonatype-libs-snapshot</id>
Expand Down

0 comments on commit 957397e

Please sign in to comment.