Skip to content

Commit cf7ea42

Browse files
committed
Added scm, issue management and developer to pom.xml
1 parent 6025a25 commit cf7ea42

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

pom.xml

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,26 @@
2121
</license>
2222
</licenses>
2323

24+
<issueManagement>
25+
<url>https://github.com/spjoe/optional-parsers/issues</url>
26+
<system>GitHub Issues</system>
27+
</issueManagement>
28+
29+
<scm>
30+
<url>https://github.com/spjoe/optional-parsers</url>
31+
<connection>scm:git:git://github.com/spjoe/optional-parsers.git</connection>
32+
<developerConnection>scm:git:git@github.com:spjoe/optional-parsers.git</developerConnection>
33+
</scm>
34+
35+
<developers>
36+
<developer>
37+
<email>cdellmour@gmail.com</email>
38+
<name>Camillo Dell'mour</name>
39+
<url>https://github.com/spjoe</url>
40+
<id>spjoe</id>
41+
</developer>
42+
</developers>
43+
2444
<properties>
2545
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
2646
</properties>

0 commit comments

Comments
 (0)