We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a9306b9 commit 068e2ecCopy full SHA for 068e2ec
pom.xml
@@ -29,9 +29,9 @@
29
<properties>
30
<project.type>multi</project.type>
31
<dist.id>spring-data-mongodb</dist.id>
32
- <springdata.commons>1.9.0.BUILD-SNAPSHOT</springdata.commons>
33
- <mongo>2.12.1</mongo>
34
- <mongo.osgi>2.12.1</mongo.osgi>
+ <springdata.commons>1.9.0.RC1</springdata.commons>
+ <mongo>2.12.3</mongo>
+ <mongo.osgi>2.12.3</mongo.osgi>
35
</properties>
36
37
<developers>
@@ -108,7 +108,7 @@
108
109
<id>mongo-next</id>
110
111
- <mongo>2.12.3-SNAPSHOT</mongo>
+ <mongo>2.12.5-SNAPSHOT</mongo>
112
113
114
<repositories>
0 commit comments