You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@cocoon.apache.org by re...@apache.org on 2009/06/10 00:05:56 UTC

svn commit: r783150 - /cocoon/cocoon3/trunk/parent/pom.xml

Author: reinhard
Date: Tue Jun  9 22:05:56 2009
New Revision: 783150

URL: http://svn.apache.org/viewvc?rev=783150&view=rev
Log:
version of the compiler-plugin already defined in the pluginManagement section

Modified:
    cocoon/cocoon3/trunk/parent/pom.xml

Modified: cocoon/cocoon3/trunk/parent/pom.xml
URL: http://svn.apache.org/viewvc/cocoon/cocoon3/trunk/parent/pom.xml?rev=783150&r1=783149&r2=783150&view=diff
==============================================================================
--- cocoon/cocoon3/trunk/parent/pom.xml (original)
+++ cocoon/cocoon3/trunk/parent/pom.xml Tue Jun  9 22:05:56 2009
@@ -410,7 +410,6 @@
       </plugin>
       <plugin>
         <artifactId>maven-compiler-plugin</artifactId>
-        <version>2.0.2</version>
         <configuration>
           <source>1.5</source>
           <target>1.5</target>