[jbosstools-commits] JBoss Tools SVN: r31040 - trunk/build/parent.

jbosstools-commits at lists.jboss.org jbosstools-commits at lists.jboss.org
Tue May 3 12:46:15 EDT 2011


Author: dgolovin
Date: 2011-05-03 12:46:14 -0400 (Tue, 03 May 2011)
New Revision: 31040

Modified:
   trunk/build/parent/pom.xml
Log:
fix for errors in parent/pom.xml

Modified: trunk/build/parent/pom.xml
===================================================================
--- trunk/build/parent/pom.xml	2011-05-03 16:44:18 UTC (rev 31039)
+++ trunk/build/parent/pom.xml	2011-05-03 16:46:14 UTC (rev 31040)
@@ -189,12 +189,12 @@
 				<version>${tychoVersion}</version>
 				<configuration>
 					<encoding>UTF-8</encoding>
-				</configuration>
-				<!-- not strictly needed but this suppresses warnings when compiling 
-					that the default value (1.5) is being overwritten by the value in the MANIFEST.MF. 
-					You can use this in your plugins or their aggregator pom.xml files to set 
-					this for your plugins -->
-				<configuration>
+
+					<!-- not strictly needed but this suppresses warnings when compiling 
+						that the default value (1.5) is being overwritten by the value in the MANIFEST.MF. 
+						You can use this in your plugins or their aggregator pom.xml files to set 
+						this for your plugins -->
+
 					<!-- <source>1.6</source> -->
 					<!-- <target>1.6</target> -->
 				</configuration>



More information about the jbosstools-commits mailing list