Specify issue management details in master POM
This commit is contained in:
parent
94803fa9f7
commit
f1ed7ee868
|
@ -151,13 +151,6 @@ Jim Idle - March 2009
|
||||||
|
|
||||||
</developers>
|
</developers>
|
||||||
|
|
||||||
<!-- Where do we track bugs for this project?
|
|
||||||
-->
|
|
||||||
<issueManagement>
|
|
||||||
<system>JIRA</system>
|
|
||||||
<url>http://antlr.org/jira/browse/ANTLR</url>
|
|
||||||
</issueManagement>
|
|
||||||
|
|
||||||
<!-- Location of the license description for this project
|
<!-- Location of the license description for this project
|
||||||
-->
|
-->
|
||||||
<licenses>
|
<licenses>
|
||||||
|
|
5
pom.xml
5
pom.xml
|
@ -19,6 +19,11 @@
|
||||||
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
|
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
|
||||||
</properties>
|
</properties>
|
||||||
|
|
||||||
|
<issueManagement>
|
||||||
|
<system>GitHub Issues</system>
|
||||||
|
<url>https://github.com/antlr/antlr4/issues</url>
|
||||||
|
</issueManagement>
|
||||||
|
|
||||||
<scm>
|
<scm>
|
||||||
<connection>scm:git:git://github.com/antlr/antlr4.git</connection>
|
<connection>scm:git:git://github.com/antlr/antlr4.git</connection>
|
||||||
<url>scm:git:git://github.com/antlr/antlr4.git</url>
|
<url>scm:git:git://github.com/antlr/antlr4.git</url>
|
||||||
|
|
Loading…
Reference in New Issue