Author: ggregory Date: Sat Oct 21 18:06:51 2017 New Revision: 1812842 URL: http://svn.apache.org/viewvc?rev=1812842&view=rev Log: [CODEC-244] Update from Java 6 to Java 7.
Modified: commons/proper/codec/trunk/pom.xml commons/proper/codec/trunk/src/changes/changes.xml Modified: commons/proper/codec/trunk/pom.xml URL: http://svn.apache.org/viewvc/commons/proper/codec/trunk/pom.xml?rev=1812842&r1=1812841&r2=1812842&view=diff ============================================================================== --- commons/proper/codec/trunk/pom.xml (original) +++ commons/proper/codec/trunk/pom.xml Sat Oct 21 18:06:51 2017 @@ -222,8 +222,8 @@ limitations under the License. </dependency> </dependencies> <properties> - <maven.compiler.source>1.6</maven.compiler.source> - <maven.compiler.target>1.6</maven.compiler.target> + <maven.compiler.source>1.7</maven.compiler.source> + <maven.compiler.target>1.7</maven.compiler.target> <commons.componentid>codec</commons.componentid> <commons.module.name>org.apache.commons.codec</commons.module.name> <commons.release.version>1.12</commons.release.version> Modified: commons/proper/codec/trunk/src/changes/changes.xml URL: http://svn.apache.org/viewvc/commons/proper/codec/trunk/src/changes/changes.xml?rev=1812842&r1=1812841&r2=1812842&view=diff ============================================================================== --- commons/proper/codec/trunk/src/changes/changes.xml (original) +++ commons/proper/codec/trunk/src/changes/changes.xml Sat Oct 21 18:06:51 2017 @@ -43,6 +43,7 @@ The <action> type attribute can be add,u </properties> <body> <release version="1.12" date="2017-MM-DD" description="Feature and fix release."> + <action issue="CODEC-244" dev="ggregory" type="update">Update from Java 6 to Java 7</action> </release> <release version="1.11" date="2017-10-20" description="Feature and fix release."> <!-- The first attribute below should be the issue id; makes it easier to navigate in the IDE outline -->