[hornetq-commits] JBoss hornetq SVN: r9147 - trunk.

do-not-reply at jboss.org do-not-reply at jboss.org
Thu Apr 22 09:12:54 EDT 2010


Author: timfox
Date: 2010-04-22 09:12:53 -0400 (Thu, 22 Apr 2010)
New Revision: 9147

Modified:
   trunk/build-hornetq.properties
Log:
Updated source and target JDK version to 1.6

Modified: trunk/build-hornetq.properties
===================================================================
--- trunk/build-hornetq.properties	2010-04-22 03:10:28 UTC (rev 9146)
+++ trunk/build-hornetq.properties	2010-04-22 13:12:53 UTC (rev 9147)
@@ -1,6 +1,6 @@
-# Compilation is based on Java 5
-javac.target=1.5
-javac.source=1.5
+# Compilation is based on Java 6
+javac.target=1.6
+javac.source=1.6
 javac.debug=true
 javac.optimize=false
 javac.depend=false



More information about the hornetq-commits mailing list