You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by vs...@apache.org on 2009/11/01 14:05:04 UTC

svn commit: r831672 - /maven/pom/trunk/maven/pom.xml

Author: vsiveton
Date: Sun Nov  1 13:05:03 2009
New Revision: 831672

URL: http://svn.apache.org/viewvc?rev=831672&view=rev
Log:
o add a comment for cobertura version

Modified:
    maven/pom/trunk/maven/pom.xml

Modified: maven/pom/trunk/maven/pom.xml
URL: http://svn.apache.org/viewvc/maven/pom/trunk/maven/pom.xml?rev=831672&r1=831671&r2=831672&view=diff
==============================================================================
--- maven/pom/trunk/maven/pom.xml (original)
+++ maven/pom/trunk/maven/pom.xml Sun Nov  1 13:05:03 2009
@@ -697,6 +697,7 @@
             </configuration>
           </plugin>
           <plugin>
+            <!-- NOTE: 2.3 or more requires java 1.5 -->
             <groupId>org.codehaus.mojo</groupId>
             <artifactId>cobertura-maven-plugin</artifactId>
             <version>2.2</version>