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 2016/10/11 06:54:53 UTC

svn commit: r1764200 - /cocoon/branches/BRANCH_2_1_X/build.properties

Author: ilgrosso
Date: Tue Oct 11 06:54:53 2016
New Revision: 1764200

URL: http://svn.apache.org/viewvc?rev=1764200&view=rev
Log:
[COCOON-2356] Setting source.vm and target.vm to 1.5

Modified:
    cocoon/branches/BRANCH_2_1_X/build.properties

Modified: cocoon/branches/BRANCH_2_1_X/build.properties
URL: http://svn.apache.org/viewvc/cocoon/branches/BRANCH_2_1_X/build.properties?rev=1764200&r1=1764199&r2=1764200&view=diff
==============================================================================
--- cocoon/branches/BRANCH_2_1_X/build.properties (original)
+++ cocoon/branches/BRANCH_2_1_X/build.properties Tue Oct 11 06:54:53 2016
@@ -133,7 +133,8 @@ compiler.debug=on
 compiler.optimize=on
 compiler.deprecation=off
 compiler.nowarn=on
-source.vm=1.3
+source.vm=1.5
+target.vm=1.5
 
 # ---- System Properties -------------------------------------------------------