Skip to content
This repository was archived by the owner on Sep 16, 2024. It is now read-only.

Commit 2c53ccc

Browse files
committed
Added pom data needed by Maven Central
1 parent 6b15b56 commit 2c53ccc

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed

pom.xml

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,30 @@
77
<artifactId>ml-javaclient-util</artifactId>
88
<version>3.6.0</version>
99

10+
<name>ml-javaclient-util</name>
11+
<description>Helper classes for using the MarkLogic Java Client API</description>
12+
<url>https://github.com/marklogic-community/ml-javaclient-util</url>
13+
14+
<licenses>
15+
<license>
16+
<name>Apache License, Version 2.0</name>
17+
<url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
18+
<distribution>repo</distribution>
19+
</license>
20+
</licenses>
21+
22+
<scm>
23+
<url>https://github.com/marklogic-community/ml-javaclient-util.git</url>
24+
</scm>
25+
26+
<developers>
27+
<developer>
28+
<id>rjrudin</id>
29+
<url>https://github.com/rjrudin</url>
30+
<organization>MarkLogic</organization>
31+
</developer>
32+
</developers>
33+
1034
<properties>
1135
<maven.compiler.source>1.8</maven.compiler.source>
1236
<maven.compiler.target>1.8</maven.compiler.target>

0 commit comments

Comments
 (0)