Skip to content

Commit e912e50

Browse files
mp911dechristophstrobl
authored andcommitted
DATAMONGO-1176 - Polishing.
- Remove dropDups assertion as the MongoDB 3 driver does no longer provide dropDups even if running agains a MongoDB v2.6.7. - Remove mongo-next build profile as we're based on the Mongo 3 driver now. - Map update object and merge set operations.
1 parent b3a0500 commit e912e50

File tree

7 files changed

+196
-127
lines changed

7 files changed

+196
-127
lines changed

.travis.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ before_script:
99
env:
1010
matrix:
1111
- PROFILE=ci
12-
- PROFILE=mongo-next
1312
- PROFILE=mongo3
1413
- PROFILE=mongo3-next
1514
- PROFILE=mongo31

pom.xml

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -113,22 +113,6 @@
113113
</developers>
114114

115115
<profiles>
116-
<profile>
117-
118-
<id>mongo-next</id>
119-
<properties>
120-
<mongo>2.15.0-SNAPSHOT</mongo>
121-
</properties>
122-
123-
<repositories>
124-
<repository>
125-
<id>mongo-snapshots</id>
126-
<url>https://oss.sonatype.org/content/repositories/snapshots</url>
127-
</repository>
128-
</repositories>
129-
130-
</profile>
131-
132116
<profile>
133117

134118
<id>mongo3</id>

0 commit comments

Comments
 (0)