|
|
|
|
@ -15,7 +15,7 @@
@@ -15,7 +15,7 @@
|
|
|
|
|
<parent> |
|
|
|
|
<groupId>org.springframework.data.build</groupId> |
|
|
|
|
<artifactId>spring-data-parent</artifactId> |
|
|
|
|
<version>2.2.0.RC1</version> |
|
|
|
|
<version>2.2.0.BUILD-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.2.0.RC1</springdata.commons> |
|
|
|
|
<springdata.commons>2.2.0.BUILD-SNAPSHOT</springdata.commons> |
|
|
|
|
<mongo>3.11.0-beta3</mongo> |
|
|
|
|
<mongo.reactivestreams>1.11.0</mongo.reactivestreams> |
|
|
|
|
<jmh.version>1.19</jmh.version> |
|
|
|
|
@ -188,8 +188,8 @@
@@ -188,8 +188,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> |
|
|
|
|
|
|
|
|
|
|