Update antlr & its mvn plugin to 3.2

Change-Id: Ib5e4cf6529b24d38eec1a37410b186e67686033e
This commit is contained in:
Anatol Pomozov
2010-11-09 16:21:52 -08:00
committed by Shawn O. Pearce
parent 0de57554cc
commit d66716a7b1
2 changed files with 2 additions and 2 deletions

View File

@@ -349,7 +349,7 @@ limitations under the License.
<plugin> <plugin>
<groupId>org.antlr</groupId> <groupId>org.antlr</groupId>
<artifactId>antlr3-maven-plugin</artifactId> <artifactId>antlr3-maven-plugin</artifactId>
<version>3.1.1</version> <version>3.2</version>
</plugin> </plugin>
<plugin> <plugin>
@@ -579,7 +579,7 @@ limitations under the License.
<dependency> <dependency>
<groupId>org.antlr</groupId> <groupId>org.antlr</groupId>
<artifactId>antlr</artifactId> <artifactId>antlr</artifactId>
<version>3.1.1</version> <version>3.2</version>
<exclusions> <exclusions>
<exclusion> <exclusion>
<groupId>org.antlr</groupId> <groupId>org.antlr</groupId>