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/29 09:39:58 UTC

svn commit: r1343587 - /cocoon/subprojects/cocoon-xml/trunk/pom.xml

Author: ilgrosso
Date: Tue May 29 07:39:57 2012
New Revision: 1343587

URL: http://svn.apache.org/viewvc?rev=1343587&view=rev
Log:
Using latest compiler plugin

Modified:
    cocoon/subprojects/cocoon-xml/trunk/pom.xml

Modified: cocoon/subprojects/cocoon-xml/trunk/pom.xml
URL: http://svn.apache.org/viewvc/cocoon/subprojects/cocoon-xml/trunk/pom.xml?rev=1343587&r1=1343586&r2=1343587&view=diff
==============================================================================
--- cocoon/subprojects/cocoon-xml/trunk/pom.xml (original)
+++ cocoon/subprojects/cocoon-xml/trunk/pom.xml Tue May 29 07:39:57 2012
@@ -70,7 +70,7 @@
     <plugins>
       <plugin>
         <artifactId>maven-compiler-plugin</artifactId>
-        <version>2.0.2</version>
+        <version>2.5</version>
         <configuration>
           <source>1.5</source>
           <target>1.5</target>