Skip to content

Commit

Permalink
ANTLR 3.5-rc-2
Browse files Browse the repository at this point in the history
  • Loading branch information
sharwell committed Dec 16, 2012
1 parent ae842cc commit 299f510
Show file tree
Hide file tree
Showing 8 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion antlr-complete/pom.xml
Expand Up @@ -17,7 +17,7 @@
<parent>
<groupId>org.antlr</groupId>
<artifactId>antlr-master</artifactId>
<version>3.5-SNAPSHOT</version>
<version>3.5-rc-2</version>
</parent>

<url>http://antlr.org/</url>
Expand Down
2 changes: 1 addition & 1 deletion antlr3-maven-archetype/pom.xml
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>org.antlr</groupId>
<artifactId>antlr-master</artifactId>
<version>3.5-SNAPSHOT</version>
<version>3.5-rc-2</version>
</parent>

<build>
Expand Down
2 changes: 1 addition & 1 deletion antlr3-maven-plugin/pom.xml
Expand Up @@ -63,7 +63,7 @@
<parent>
<groupId>org.antlr</groupId>
<artifactId>antlr-master</artifactId>
<version>3.5-SNAPSHOT</version>
<version>3.5-rc-2</version>
</parent>

<name>ANTLR 3 Maven plugin</name>
Expand Down
2 changes: 1 addition & 1 deletion gunit-maven-plugin/pom.xml
Expand Up @@ -57,7 +57,7 @@
<parent>
<groupId>org.antlr</groupId>
<artifactId>antlr-master</artifactId>
<version>3.5-SNAPSHOT</version>
<version>3.5-rc-2</version>
</parent>

<properties>
Expand Down
2 changes: 1 addition & 1 deletion gunit/pom.xml
Expand Up @@ -17,7 +17,7 @@
<parent>
<groupId>org.antlr</groupId>
<artifactId>antlr-master</artifactId>
<version>3.5-SNAPSHOT</version>
<version>3.5-rc-2</version>
</parent>

<url>http://www.antlr.org/wiki/display/ANTLR3/gUnit+-+Grammar+Unit+Testing</url>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Expand Up @@ -11,7 +11,7 @@
<groupId>org.antlr</groupId>
<artifactId>antlr-master</artifactId>
<packaging>pom</packaging>
<version>3.5-SNAPSHOT</version>
<version>3.5-rc-2</version>
<name>ANTLR 3 Master build control POM</name>
<description>Master build POM for ANTLR 3</description>
<url>http://antlr.org</url>
Expand Down Expand Up @@ -109,7 +109,7 @@
<dependency>
<groupId>org.antlr</groupId>
<artifactId>ST4</artifactId>
<version>4.0.7-SNAPSHOT</version>
<version>4.0.7-rc-2</version>
<scope>compile</scope>
</dependency>

Expand Down
2 changes: 1 addition & 1 deletion runtime/Java/pom.xml
Expand Up @@ -15,7 +15,7 @@
<parent>
<groupId>org.antlr</groupId>
<artifactId>antlr-master</artifactId>
<version>3.5-SNAPSHOT</version>
<version>3.5-rc-2</version>
<relativePath>../..</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion tool/pom.xml
Expand Up @@ -16,7 +16,7 @@
<parent>
<groupId>org.antlr</groupId>
<artifactId>antlr-master</artifactId>
<version>3.5-SNAPSHOT</version>
<version>3.5-rc-2</version>
</parent>

<dependencies>
Expand Down

0 comments on commit 299f510

Please sign in to comment.