You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@geronimo.apache.org by jd...@apache.org on 2007/12/15 02:36:02 UTC

svn commit: r604369 - /geronimo/gshell/trunk/javacc-maven-plugin/pom.xml

Author: jdillon
Date: Fri Dec 14 17:36:02 2007
New Revision: 604369

URL: http://svn.apache.org/viewvc?rev=604369&view=rev
Log:
Use cobertura-maven-plugin 2.2

Modified:
    geronimo/gshell/trunk/javacc-maven-plugin/pom.xml

Modified: geronimo/gshell/trunk/javacc-maven-plugin/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/gshell/trunk/javacc-maven-plugin/pom.xml?rev=604369&r1=604368&r2=604369&view=diff
==============================================================================
--- geronimo/gshell/trunk/javacc-maven-plugin/pom.xml (original)
+++ geronimo/gshell/trunk/javacc-maven-plugin/pom.xml Fri Dec 14 17:36:02 2007
@@ -220,17 +220,11 @@
                 </configuration>
             </plugin>
             
-            <!--
-            NOTE: Disabled for now, until 2.2 is released.
-            
-                  https://issues.apache.org/jira/browse/GSHELL-78
-            
             <plugin>
                 <groupId>org.codehaus.mojo</groupId>
                 <artifactId>cobertura-maven-plugin</artifactId>
-                <version>2.2-SNAPSHOT</version>
+                <version>2.2</version>
             </plugin>
-            -->
         </plugins>
     </reporting>