forked from mongodb/mongo-java-driver
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmaven-mongo-java-driver.xml
More file actions
34 lines (28 loc) · 872 Bytes
/
maven-mongo-java-driver.xml
File metadata and controls
34 lines (28 loc) · 872 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
<project>
<modelVersion>4.0.0</modelVersion>
<groupId>org.mongodb</groupId>
<artifactId>mongo-java-driver</artifactId>
<packaging>jar</packaging>
<name>MongoDB Java Driver</name>
<version>@VERSION@</version>
<description>The MongoDB Java driver</description>
<url>http://www.mongodb.org</url>
<licenses>
<license>
<name>The Apache Software License, Version 2.0</name>
<url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
<distribution>repo</distribution>
</license>
</licenses>
<scm>
<url>https://github.com/mongodb/mongo-java-driver</url>
</scm>
<dependencies>
</dependencies>
<developers>
<developer>
<name>Various</name>
<organization>10gen</organization>
</developer>
</developers>
</project>