Specify parent POMs

This commit is contained in:
Sam Harwell 2012-11-23 13:28:52 -06:00
parent 71d27f4c6a
commit 94803fa9f7
3 changed files with 19 additions and 0 deletions

View File

@ -40,6 +40,12 @@
-->
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.antlr</groupId>
<artifactId>project</artifactId>
<version>4.0-SNAPSHOT</version>
</parent>
<!--
Now that the ANTLR project has adopted Maven with a vengence,

View File

@ -3,6 +3,13 @@
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.antlr</groupId>
<artifactId>project</artifactId>
<version>4.0-SNAPSHOT</version>
<relativePath>../..</relativePath>
</parent>
<groupId>org.antlr</groupId>
<artifactId>antlr4-runtime</artifactId>
<version>4.0-SNAPSHOT</version>

View File

@ -3,6 +3,12 @@
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.antlr</groupId>
<artifactId>project</artifactId>
<version>4.0-SNAPSHOT</version>
</parent>
<groupId>org.antlr</groupId>
<artifactId>antlr4</artifactId>
<version>4.0-SNAPSHOT</version>