[jboss-svn-commits] JBoss Common SVN: r4017 - shrinkwrap/trunk/build.
jboss-svn-commits at lists.jboss.org
jboss-svn-commits at lists.jboss.org
Tue Feb 9 09:28:24 EST 2010
Author: ALRubinger
Date: 2010-02-09 09:28:24 -0500 (Tue, 09 Feb 2010)
New Revision: 4017
Modified:
shrinkwrap/trunk/build/pom.xml
Log:
[SHRINKWRAP-131] Support a Java5 runtime
Modified: shrinkwrap/trunk/build/pom.xml
===================================================================
--- shrinkwrap/trunk/build/pom.xml 2010-02-09 13:08:38 UTC (rev 4016)
+++ shrinkwrap/trunk/build/pom.xml 2010-02-09 14:28:24 UTC (rev 4017)
@@ -70,8 +70,8 @@
<artifactId>maven-compiler-plugin</artifactId>
<inherited>true</inherited>
<configuration>
- <source>1.6</source>
- <target>1.6</target>
+ <source>1.5</source>
+ <target>1.5</target>
<showDeprecation>false</showDeprecation>
<showWarnings>true</showWarnings>
<optimize>true</optimize>
More information about the jboss-svn-commits
mailing list