Merge branch 'maven-update' of git://github.com/sharwell/antlr4

This commit is contained in:
Terence Parr 2012-10-24 12:58:52 -07:00
commit b89445e861
2 changed files with 1 additions and 6 deletions

View File

@ -19,7 +19,7 @@
<dependency>
<groupId>org.antlr</groupId>
<artifactId>ST4</artifactId>
<version>4.0.4-SNAPSHOT</version>
<version>4.0.4</version>
<scope>compile</scope>
</dependency>
<dependency>

View File

@ -37,11 +37,6 @@
<artifactId>ST4</artifactId>
<version>4.0.4</version>
</dependency>
<dependency>
<groupId>org.antlr</groupId>
<artifactId>antlr4-gunit</artifactId>
<version>${project.version}</version>
</dependency>
</dependencies>
<build>