Skip to content

Commit 21fbcc3

Browse files
committed
DATAMONGO-1196 - Upgraded build profiles after MongoDB 3.0 Java driver GA release.
1 parent 0d63ff9 commit 21fbcc3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@
108108

109109
<id>mongo-next</id>
110110
<properties>
111-
<mongo>2.13.0-SNAPSHOT</mongo>
111+
<mongo>2.14.0-SNAPSHOT</mongo>
112112
</properties>
113113

114114
<repositories>
@@ -124,7 +124,7 @@
124124

125125
<id>mongo3</id>
126126
<properties>
127-
<mongo>3.0.0-beta3</mongo>
127+
<mongo>3.0.0</mongo>
128128
</properties>
129129

130130
</profile>

0 commit comments

Comments
 (0)