You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by ba...@apache.org on 2008/03/15 07:19:39 UTC

svn commit: r637364 - in /commons/proper/lang/trunk: default.properties pom.xml project.properties

Author: bayard
Date: Fri Mar 14 23:19:37 2008
New Revision: 637364

URL: http://svn.apache.org/viewvc?rev=637364&view=rev
Log:
Upgrading the target Java version to be 1.2. In reality it's been that for a long time for some of our classes. 

Modified:
    commons/proper/lang/trunk/default.properties
    commons/proper/lang/trunk/pom.xml
    commons/proper/lang/trunk/project.properties

Modified: commons/proper/lang/trunk/default.properties
URL: http://svn.apache.org/viewvc/commons/proper/lang/trunk/default.properties?rev=637364&r1=637363&r2=637364&view=diff
==============================================================================
--- commons/proper/lang/trunk/default.properties (original)
+++ commons/proper/lang/trunk/default.properties Fri Mar 14 23:19:37 2008
@@ -67,7 +67,7 @@
 # In particular, if you use JDK 1.4+ the generated classes will not be usable
 # for a 1.1 Java VM unless you explicitly set this attribute to the value 1.1 
 # (which is the default value for JDK 1.1 to 1.3).
-compile.target = 1.1
+compile.target = 1.2
 
 # Specifies the source version for the Java compiler.
 # Corresponds to the source attribute for the ant javac task. 

Modified: commons/proper/lang/trunk/pom.xml
URL: http://svn.apache.org/viewvc/commons/proper/lang/trunk/pom.xml?rev=637364&r1=637363&r2=637364&view=diff
==============================================================================
--- commons/proper/lang/trunk/pom.xml (original)
+++ commons/proper/lang/trunk/pom.xml Fri Mar 14 23:19:37 2008
@@ -384,7 +384,7 @@
 
   <properties>
     <maven.compile.source>1.3</maven.compile.source>
-    <maven.compile.target>1.1</maven.compile.target>
+    <maven.compile.target>1.2</maven.compile.target>
     <commons.componentid>lang</commons.componentid>
     <commons.release.version>2.4</commons.release.version>
     <commons.jira.id>LANG</commons.jira.id>

Modified: commons/proper/lang/trunk/project.properties
URL: http://svn.apache.org/viewvc/commons/proper/lang/trunk/project.properties?rev=637364&r1=637363&r2=637364&view=diff
==============================================================================
--- commons/proper/lang/trunk/project.properties (original)
+++ commons/proper/lang/trunk/project.properties Fri Mar 14 23:19:37 2008
@@ -53,7 +53,7 @@
 # In particular, if you use JDK 1.4+ the generated classes will not be usable
 # for a 1.1 Java VM unless you explicitly set this attribute to the value 1.1 
 # (which is the default value for JDK 1.1 to 1.3).
-maven.compile.target = 1.1
+maven.compile.target = 1.2
 
 # Specifies the source version for the Java compiler.
 # Corresponds to the source attribute for the ant javac task.