Skip to content

Commit

Permalink
added licenses, scm, issueManagement and ciManagement section to the pom
Browse files Browse the repository at this point in the history
  • Loading branch information
astrapi69 committed Apr 19, 2019
1 parent 7fdfa52 commit 8a09e4c
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ or over ether with:

or over flattr:

<a href="http://flattr.com/thing/4067696/astrapi69jgeohash-on-GitHub" target="_blank">
<a href="http://flattr.com/thing/4067696/astrapi69jobj-contract-verifier-on-GitHub" target="_blank">
<img src="http://api.flattr.com/button/flattr-badge-large.png" alt="Flattr this" title="Flattr this" border="0" />
</a>

Expand Down
32 changes: 31 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,12 @@

<artifactId>jobj-contract-verifier</artifactId>
<version>3.1-SNAPSHOT</version>

<name>${project.artifactId}</name>

<description>Verify if java objects fulfill the contracts of equals, hashcode and toString</description>

<url>https://github.com/astrapi69/${project.artifactId}</url>

<properties>
<!-- JOBJECT-CLONE versions -->
Expand All @@ -22,6 +28,30 @@
<commons-beanutils.version>1.9.3</commons-beanutils.version>
</properties>

<licenses>
<license>
<name>MIT License</name>
<url>http://www.opensource.org/licenses/mit-license.php</url>
<distribution>repo</distribution>
</license>
</licenses>

<scm>
<connection>scm:git:git:@github.com:astrapi69/${project.artifactId}.git</connection>
<developerConnection>scm:git:git@github.com:astrapi69/${project.artifactId}.git</developerConnection>
<url>git:@github.com:astrapi69/${project.artifactId}.git</url>
</scm>

<issueManagement>
<system>github</system>
<url>https://github.com/astrapi69/${project.artifactId}/issues</url>
</issueManagement>

<ciManagement>
<system>travis-ci</system>
<url>https://travis-ci.org/astrapi69/${project.artifactId}</url>
</ciManagement>

<dependencyManagement>

<dependencies>
Expand Down Expand Up @@ -86,4 +116,4 @@

</dependencies>

</project>
</project>

0 comments on commit 8a09e4c

Please sign in to comment.