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

Commit 7dad6a5

Browse files
committed
Modified pom developers
1 parent 2c53ccc commit 7dad6a5

File tree

1 file changed

+14
-7
lines changed

1 file changed

+14
-7
lines changed

pom.xml

Lines changed: 14 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -23,13 +23,20 @@
2323
<url>https://github.com/marklogic-community/ml-javaclient-util.git</url>
2424
</scm>
2525

26-
<developers>
27-
<developer>
28-
<id>rjrudin</id>
29-
<url>https://github.com/rjrudin</url>
30-
<organization>MarkLogic</organization>
31-
</developer>
32-
</developers>
26+
<<developers>
27+
<developer>
28+
<name>MarkLogic</name>
29+
<email>[email protected]</email>
30+
<organization>MarkLogic</organization>
31+
<organizationUrl>https://www.marklogic.com</organizationUrl>
32+
</developer>
33+
<developer>
34+
<name>MarkLogic Github Contributors</name>
35+
<email>[email protected]</email>
36+
<organization>Github Contributors</organization>
37+
<organizationUrl>https://github.com/marklogic-community/ml-javaclient-util/graphs/contributors</organizationUrl>
38+
</developer>
39+
</developers>
3340

3441
<properties>
3542
<maven.compiler.source>1.8</maven.compiler.source>

0 commit comments

Comments
 (0)