Added scm details to pom.xml

This commit is contained in:
Frode Carlsen 2017-03-02 07:17:14 +01:00
parent 5238b79e16
commit 41ee776a90
1 changed files with 11 additions and 0 deletions

11
pom.xml
View File

@ -9,6 +9,17 @@
<name>cron</name>
<url>https://github.com/frode-carlsen/cron</url>
<issueManagement>
<url>https://github.com/frode-carlsen/cron/issues</url>
<system>GitHub Issues</system>
</issueManagement>
<scm>
<url>https://github.com/frode-carlsen/cron</url>
<connection>scm:git:git://github.com/frode-carlsen/cron.git</connection>
<developerConnection>scm:git:git@github.com:frode-carlsen/cron.git</developerConnection>
</scm>
<licenses>
<license>
<name>Apache License Version 2.0</name>