[jboss-cvs] JBossAS SVN: r109216 - trunk.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Tue Nov 9 17:16:48 EST 2010


Author: pgier
Date: 2010-11-09 17:16:47 -0500 (Tue, 09 Nov 2010)
New Revision: 109216

Modified:
   trunk/pom.xml
Log:
[JBAS-8621] Update version of maven-compiler-plugin to 2.3.2

Modified: trunk/pom.xml
===================================================================
--- trunk/pom.xml	2010-11-09 19:51:28 UTC (rev 109215)
+++ trunk/pom.xml	2010-11-09 22:16:47 UTC (rev 109216)
@@ -49,6 +49,7 @@
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-compiler-plugin</artifactId>
+          <version>2.3.2</version>
           <configuration>
             <source>1.5</source>
             <target>1.5</target>



More information about the jboss-cvs-commits mailing list