You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by tn...@apache.org on 2014/06/27 20:36:33 UTC

svn commit: r1606174 - /commons/proper/logging/trunk/build.xml

Author: tn
Date: Fri Jun 27 18:36:33 2014
New Revision: 1606174

URL: http://svn.apache.org/r1606174
Log:
Update target version also in ant build script.

Modified:
    commons/proper/logging/trunk/build.xml

Modified: commons/proper/logging/trunk/build.xml
URL: http://svn.apache.org/viewvc/commons/proper/logging/trunk/build.xml?rev=1606174&r1=1606173&r2=1606174&view=diff
==============================================================================
--- commons/proper/logging/trunk/build.xml (original)
+++ commons/proper/logging/trunk/build.xml Fri Jun 27 18:36:33 2014
@@ -106,7 +106,7 @@
   <property name="dist.home"               value="dist"/>
 
   <!-- The base directory for releases  -->
-  <property name="artifacts.home"               value="artifacts"/>
+  <property name="artifacts.home"          value="artifacts"/>
 
   <!-- The base directory for component sources -->
   <property name="source.home"             value="src/main/java"/>
@@ -130,7 +130,7 @@
 <!-- ========== Compiler Defaults ========================================= -->
 
   <!-- Version of java class files to generate. -->
-  <property name="target.version" value="1.1"/>
+  <property name="target.version" value="1.2"/>
 
   <!-- Version of java source to accept -->
   <property name="source.version" value="1.2"/>