Browse Source

After release cleanups.

See #4205
3.3.x
Spring Builds 3 years ago
parent
commit
957397eff9
No known key found for this signature in database
GPG Key ID: 9A2C7A98E457C53D
  1. 8
      pom.xml

8
pom.xml

@ -15,7 +15,7 @@ @@ -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>
@ -26,7 +26,7 @@ @@ -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>
@ -145,8 +145,8 @@ @@ -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>

Loading…
Cancel
Save