forked from mongodb/mongo-java-driver
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathmaven.xml
More file actions
27 lines (22 loc) · 654 Bytes
/
maven.xml
File metadata and controls
27 lines (22 loc) · 654 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
<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>Java Driver for MongoDB</description>
<url>http://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>http://github.com/mongodb/mongo-java-driver</url>
</scm>
<dependencies>
</dependencies>
</project>