You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by tv...@apache.org on 2014/01/09 11:40:46 UTC

svn commit: r1556782 - in /commons/proper/jcs/trunk: pom.xml src/changes/changes.xml

Author: tv
Date: Thu Jan  9 10:40:46 2014
New Revision: 1556782

URL: http://svn.apache.org/r1556782
Log:
Go Java 1.6

Modified:
    commons/proper/jcs/trunk/pom.xml
    commons/proper/jcs/trunk/src/changes/changes.xml

Modified: commons/proper/jcs/trunk/pom.xml
URL: http://svn.apache.org/viewvc/commons/proper/jcs/trunk/pom.xml?rev=1556782&r1=1556781&r2=1556782&view=diff
==============================================================================
--- commons/proper/jcs/trunk/pom.xml (original)
+++ commons/proper/jcs/trunk/pom.xml Thu Jan  9 10:40:46 2014
@@ -350,11 +350,11 @@
 
     <!-- Default configuration for compiler source and target JVM -->
     <maven.compiler.sourceEncoding>UTF-8</maven.compiler.sourceEncoding>
-  	<maven.compiler.source>1.5</maven.compiler.source>
-  	<maven.compiler.target>1.5</maven.compiler.target>
+  	<maven.compiler.source>1.6</maven.compiler.source>
+  	<maven.compiler.target>1.6</maven.compiler.target>
 
     <commons.componentid>jcs</commons.componentid>
-    <commons.release.version>1.5</commons.release.version>
+    <commons.release.version>2.0</commons.release.version>
     <!-- The RC version used in the staging repository URL. -->
     <commons.rc.version>RC1</commons.rc.version>
     <commons.jira.id>JCS</commons.jira.id>
@@ -364,7 +364,7 @@
     <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
     <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
     <commons.encoding>UTF-8</commons.encoding>
-    <commons.javadoc.java.link>http://download.oracle.com/javase/1.5.0/docs/api/</commons.javadoc.java.link>
+    <commons.javadoc.java.link>http://docs.oracle.com/javase/6/docs/api/</commons.javadoc.java.link>
 
     <test.type>Unit</test.type>
   </properties>

Modified: commons/proper/jcs/trunk/src/changes/changes.xml
URL: http://svn.apache.org/viewvc/commons/proper/jcs/trunk/src/changes/changes.xml?rev=1556782&r1=1556781&r2=1556782&view=diff
==============================================================================
--- commons/proper/jcs/trunk/src/changes/changes.xml (original)
+++ commons/proper/jcs/trunk/src/changes/changes.xml Thu Jan  9 10:40:46 2014
@@ -19,7 +19,7 @@
 		<author email="asmuts@apache.org">Aaron Smuts</author>
 	</properties>
 	<body>
-		<release version="2.0" date="unreleased" description="JDK 1.5 based major release">
+		<release version="2.0" date="unreleased" description="JDK 1.6 based major release">
             <action dev="tv" type="add">
                 Add simple JMX monitoring feature by exposing the JCSAdminBean to JMX 
             </action>