Skip to content

Commit 9356f8a

Browse files
committed
pom.xml: added <issueManagement> and <ciManagement> options.
@see http://maven.apache.org/pom.html#Issue_Management No code changes. [ci skip]
1 parent 3924656 commit 9356f8a

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

pom.xml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -845,6 +845,16 @@
845845
<url>https://github.com/php-coder/mystamps</url>
846846
</scm>
847847

848+
<issueManagement>
849+
<system>GitHub</system>
850+
<url>https://github.com/php-coder/mystamps/issues</url>
851+
</issueManagement>
852+
853+
<ciManagement>
854+
<system>Travis CI</system>
855+
<url>https://travis-ci.org/php-coder/mystamps</url>
856+
</ciManagement>
857+
848858
<!--
849859
There are 2 profiles:
850860
- prod (uses MySQL)

0 commit comments

Comments
 (0)