Skip to content

Commit 5482390

Browse files
preparations for maven central repository
1 parent 51abe79 commit 5482390

File tree

1 file changed

+18
-1
lines changed

1 file changed

+18
-1
lines changed

pom.xml

Lines changed: 18 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,30 @@
88
<version>1.3.13-SNAPSHOT</version>
99

1010
<name>java-sdk</name>
11+
<description>A connector library for the insanely fast HEXONET backend API.</description>
1112
<url>http://hexonet.net</url>
1213
<scm>
1314
<connection>scm:git:https://github.com/hexonet/java-sdk</connection>
1415
<developerConnection>scm:git:https://github.com/hexonet/java-sdk</developerConnection>
15-
<tag>v1.1</tag>
16+
<url>http://github.com/hexonet/java-sdk/tree/master</url>
1617
</scm>
1718

19+
<licenses>
20+
<license>
21+
<name>MIT License</name>
22+
<url>http://www.opensource.org/licenses/mit-license.php</url>
23+
</license>
24+
</licenses>
25+
26+
<developers>
27+
<developer>
28+
<name>Kai Schwarz</name>
29+
<email>kschwarz@hexonet.net</email>
30+
<organization>HEXONET GmbH</organization>
31+
<organizationUrl>https://www.hexonet.net</organizationUrl>
32+
</developer>
33+
</developers>
34+
1835
<properties>
1936
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
2037
</properties>

0 commit comments

Comments
 (0)