Skip to content
This repository was archived by the owner on Mar 27, 2023. It is now read-only.

Commit 67d9c7f

Browse files
committed
Make pom.xml compatible for Sync
1 parent 39f0d75 commit 67d9c7f

1 file changed

Lines changed: 32 additions & 1 deletion

File tree

pom.xml

Lines changed: 32 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,38 @@
66
<artifactId>Sem3Java</artifactId>
77
<version>1.1.8-SNAPSHOT</version>
88
<name>Semantics3 Java Library</name>
9-
<url>http://maven.apache.org</url>
9+
<url>https://github.com/Semantics3/semantics3-java</url>
10+
<description>Java bindings for Semantics3 API</description>
11+
<issueManagement>
12+
<url>https://github.com/Semantics3/semantics3-java/issues</url>
13+
<system>GitHub Issues</system>
14+
</issueManagement>
15+
<licenses>
16+
<license>
17+
<name>MIT License</name>
18+
<url>http://www.opensource.org/licenses/mit-license.php</url>
19+
<distribution>repo</distribution>
20+
</license>
21+
</licenses>
22+
<developers>
23+
<developer>
24+
<email>abishek@semantics3.com</email>
25+
<name>Abishek Bhat</name>
26+
<url>https://github.com/abishekk92</url>
27+
<id>abishekk92</id>
28+
</developer>
29+
<developer>
30+
<email>asmit@semantics3.com</email>
31+
<name>Asmit Kumar</name>
32+
<url>https://github.com/asmitkumar</url>
33+
<id>asmitkumar</id>
34+
</developer>
35+
<developer>
36+
<name>Shawn Tan</name>
37+
<url>https://github.com/shawntan</url>
38+
<id>shawntan</id>
39+
</developer>
40+
</developers>
1041
<build>
1142
<plugins>
1243
<plugin>

0 commit comments

Comments
 (0)