Skip to content

Commit 66d681e

Browse files
committed
(cherry-pick 4a4048) part of #147--update pom.xml in preparation to distribute on maven central
Conflicts: pom.xml
1 parent ae8b13e commit 66d681e

File tree

1 file changed

+30
-4
lines changed

1 file changed

+30
-4
lines changed

pom.xml

Lines changed: 30 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,39 @@
22
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
33
<modelVersion>4.0.0</modelVersion>
44
<groupId>com.marklogic</groupId>
5-
<artifactId>client-api-java</artifactId>
5+
<artifactId>java-client-api</artifactId>
66
<packaging>jar</packaging>
77
<version>2.0-SNAPSHOT</version>
8-
<name>client-api-java</name>
9-
<url>http://developer.marklogic.com</url>
8+
<name>MarkLogic Java Client API</name>
9+
<description>The official MarkLogic Java client API.</description>
10+
<url>https://github.com/marklogic/java-client-api</url>
11+
<licenses>
12+
<license>
13+
<name>The Apache License, Version 2.0</name>
14+
<url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
15+
</license>
16+
</licenses>
17+
<developers>
18+
<developer>
19+
<name>MarkLogic</name>
20+
<email>[email protected]</email>
21+
<organization>MarkLogic</organization>
22+
<organizationUrl>https://www.marklogic.com</organizationUrl>
23+
</developer>
24+
<developer>
25+
<name>MarkLogic Github Contributors</name>
26+
<email>[email protected]</email>
27+
<organization>Github Contributors</organization>
28+
<organizationUrl>https://github.com/marklogic/java-client-api/graphs/contributors</organizationUrl>
29+
</developer>
30+
</developers>
31+
<scm>
32+
<connection>scm:git:[email protected]:marklogic/java-client-api.git</connection>
33+
<developerConnection>scm:git:[email protected]:marklogic/java-client-api.git</developerConnection>
34+
<url>[email protected]:marklogic/java-client-api.git</url>
35+
</scm>
1036
<properties>
11-
<javadoc-title>${project.name} 2.0 ${maven.build.timestamp}</javadoc-title>
37+
<javadoc-title>${project.name} ${project.version} ${maven.build.timestamp}</javadoc-title>
1238
<maven.build.timestamp.format>yyyy-MM-dd</maven.build.timestamp.format>
1339
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
1440
</properties>

0 commit comments

Comments
 (0)