|
|
|
|
@ -15,7 +15,7 @@
@@ -15,7 +15,7 @@
|
|
|
|
|
<parent> |
|
|
|
|
<groupId>org.springframework.data.build</groupId> |
|
|
|
|
<artifactId>spring-data-parent</artifactId> |
|
|
|
|
<version>3.5.0-RC1</version> |
|
|
|
|
<version>3.5.0-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>3.5.0-RC1</springdata.commons> |
|
|
|
|
<springdata.commons>3.5.0-SNAPSHOT</springdata.commons> |
|
|
|
|
<mongo>5.4.0</mongo> |
|
|
|
|
<jmh.version>1.19</jmh.version> |
|
|
|
|
</properties> |
|
|
|
|
@ -157,6 +157,16 @@
@@ -157,6 +157,16 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<repositories> |
|
|
|
|
<repository> |
|
|
|
|
<id>spring-snapshot</id> |
|
|
|
|
<url>https://repo.spring.io/snapshot</url> |
|
|
|
|
<snapshots> |
|
|
|
|
<enabled>true</enabled> |
|
|
|
|
</snapshots> |
|
|
|
|
<releases> |
|
|
|
|
<enabled>false</enabled> |
|
|
|
|
</releases> |
|
|
|
|
</repository> |
|
|
|
|
<repository> |
|
|
|
|
<id>spring-milestone</id> |
|
|
|
|
<url>https://repo.spring.io/milestone</url> |
|
|
|
|
|