Skip to content

Commit

Permalink
Update pom.xml for 4.1-opt final
Browse files Browse the repository at this point in the history
  • Loading branch information
sharwell committed Jul 21, 2013
1 parent 141931e commit 35e69db
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion antlr4-maven-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
<parent>
<groupId>com.tunnelvisionlabs</groupId>
<artifactId>antlr4-master</artifactId>
<version>4.1-SNAPSHOT</version>
<version>4.1</version>
</parent>

<artifactId>antlr4-maven-plugin</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.tunnelvisionlabs</groupId>
<artifactId>antlr4-master</artifactId>
<version>4.1-SNAPSHOT</version>
<version>4.1</version>
<packaging>pom</packaging>

<name>ANTLR 4</name>
Expand Down
2 changes: 1 addition & 1 deletion runtime/Java/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>com.tunnelvisionlabs</groupId>
<artifactId>antlr4-master</artifactId>
<version>4.1-SNAPSHOT</version>
<version>4.1</version>
<relativePath>../..</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion tool/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>com.tunnelvisionlabs</groupId>
<artifactId>antlr4-master</artifactId>
<version>4.1-SNAPSHOT</version>
<version>4.1</version>
</parent>

<artifactId>antlr4</artifactId>
Expand Down

0 comments on commit 35e69db

Please sign in to comment.