forked from jasder/antlr
Set inceptionYear, organization, and mailingLists; fix scm url
This commit is contained in:
parent
502f0802fa
commit
fc9a0fe96b
14
pom.xml
14
pom.xml
|
@ -16,6 +16,11 @@
|
||||||
<name>ANTLR 4</name>
|
<name>ANTLR 4</name>
|
||||||
<description>ANTLR 4 Master Build POM</description>
|
<description>ANTLR 4 Master Build POM</description>
|
||||||
<url>http://www.antlr.org</url>
|
<url>http://www.antlr.org</url>
|
||||||
|
<inceptionYear>1992</inceptionYear>
|
||||||
|
<organization>
|
||||||
|
<name>ANTLR</name>
|
||||||
|
<url>http://www.antlr.org</url>
|
||||||
|
</organization>
|
||||||
|
|
||||||
<licenses>
|
<licenses>
|
||||||
<license>
|
<license>
|
||||||
|
@ -63,13 +68,20 @@
|
||||||
<antlr.testinprocess>true</antlr.testinprocess>
|
<antlr.testinprocess>true</antlr.testinprocess>
|
||||||
</properties>
|
</properties>
|
||||||
|
|
||||||
|
<mailingLists>
|
||||||
|
<mailingList>
|
||||||
|
<name>antlr-discussion</name>
|
||||||
|
<archive>https://groups.google.com/forum/?fromgroups#!forum/antlr-discussion</archive>
|
||||||
|
</mailingList>
|
||||||
|
</mailingLists>
|
||||||
|
|
||||||
<issueManagement>
|
<issueManagement>
|
||||||
<system>GitHub Issues</system>
|
<system>GitHub Issues</system>
|
||||||
<url>https://github.com/antlr/antlr4/issues</url>
|
<url>https://github.com/antlr/antlr4/issues</url>
|
||||||
</issueManagement>
|
</issueManagement>
|
||||||
|
|
||||||
<scm>
|
<scm>
|
||||||
<url>git://github.com/antlr/antlr4.git</url>
|
<url>https://github.com/antlr/antlr4/tree/master</url>
|
||||||
<connection>scm:git:git://github.com/antlr/antlr4.git</connection>
|
<connection>scm:git:git://github.com/antlr/antlr4.git</connection>
|
||||||
<developerConnection>scm:git:git@github.com:antlr/antlr4.git</developerConnection>
|
<developerConnection>scm:git:git@github.com:antlr/antlr4.git</developerConnection>
|
||||||
</scm>
|
</scm>
|
||||||
|
|
Loading…
Reference in New Issue