Added SCM information to pom.xml

Signed-off-by: Juraci Paixão Kröhling <juraci@kroehling.de>
This commit is contained in:
Juraci Paixão Kröhling 2017-11-11 09:38:47 +01:00
parent 1955ab6fc4
commit 0da3457d44
No known key found for this signature in database
GPG Key ID: 44385A002C3DCBC3

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>