Merge pull request #61

Added SCM information to pom.xml
This commit is contained in:
Oliver Nitzschke
2017-11-11 09:40:47 +01:00
committed by GitHub
+7
View File
@@ -10,6 +10,13 @@
<description>JOTA library is a simple Java wrapper around IOTA Node's JSON-REST HTTP interface.</description>
<url>https://github.com/iotaledger/iota.lib.java</url>
<scm>
<url>https://github.com/iotaledger/iota.lib.java</url>
<connection>scm:git:https://github.com/iotaledger/iota.lib.java.git</connection>
<developerConnection>scm:git:https://github.com/iotaledger/iota.lib.java.git</developerConnection>
<tag>HEAD</tag>
</scm>
<licenses>
<license>
<name>The Apache Software License, Version 2.0</name>