Browse Source

DATAMONGO-1155 - Upgraded mongo-next build profile to driver version 2.13.0.

Related ticket: DATAMONGO-1154.
1.5.x
Oliver Gierke 11 years ago
parent
commit
4af876152c
  1. 9
      pom.xml

9
pom.xml

@ -108,16 +108,9 @@ @@ -108,16 +108,9 @@
<id>mongo-next</id>
<properties>
<mongo>2.12.3-SNAPSHOT</mongo>
<mongo>2.13.0</mongo>
</properties>
<repositories>
<repository>
<id>mongo-snapshots</id>
<url>https://oss.sonatype.org/content/repositories/snapshots</url>
</repository>
</repositories>
</profile>
<profile>

Loading…
Cancel
Save