You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@directory.apache.org by el...@apache.org on 2011/01/27 15:20:20 UTC

svn commit: r1064128 - /directory/project/trunk/pom.xml

Author: elecharny
Date: Thu Jan 27 14:20:19 2011
New Revision: 1064128

URL: http://svn.apache.org/viewvc?rev=1064128&view=rev
Log:
Replaced the antlr-maven-plugin. Updated the maven-surefire-report-plugin version

Modified:
    directory/project/trunk/pom.xml

Modified: directory/project/trunk/pom.xml
URL: http://svn.apache.org/viewvc/directory/project/trunk/pom.xml?rev=1064128&r1=1064127&r2=1064128&view=diff
==============================================================================
--- directory/project/trunk/pom.xml (original)
+++ directory/project/trunk/pom.xml Thu Jan 27 14:20:19 2011
@@ -446,9 +446,9 @@
     <pluginManagement>
       <plugins>
         <plugin>
-          <groupId>org.apache.maven.plugins</groupId>
-          <artifactId>maven-antlr-plugin</artifactId>
-          <version>2.0-beta-1</version>
+          <groupId>org.codehaus.mojo</groupId>
+          <artifactId>antlr-maven-plugin</artifactId>
+          <version>2.2</version>
         </plugin>
 
         <plugin>
@@ -635,7 +635,7 @@
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-surefire-report-plugin</artifactId>
-          <version>2.7.1</version>
+          <version>2.7.2</version>
         </plugin>
 
         <plugin>