You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@cocoon.apache.org by il...@apache.org on 2012/05/02 10:51:27 UTC

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

Author: ilgrosso
Date: Wed May  2 08:51:26 2012
New Revision: 1332960

URL: http://svn.apache.org/viewvc?rev=1332960&view=rev
Log:
Upgrading compiler plugin to 2.4

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=1332960&r1=1332959&r2=1332960&view=diff
==============================================================================
--- cocoon/cocoon3/trunk/parent/pom.xml (original)
+++ cocoon/cocoon3/trunk/parent/pom.xml Wed May  2 08:51:26 2012
@@ -688,7 +688,9 @@
         </executions>
       </plugin>
       <plugin>
-        <artifactId>maven-compiler-plugin</artifactId>
+	<groupId>org.apache.maven.plugins</groupId>
+	<artifactId>maven-compiler-plugin</artifactId>
+	<version>2.4</version>
         <configuration>
           <source>${javac.src.version}</source>
           <target>${javac.target.version}</target>