Repository: commons-compress Updated Branches: refs/heads/master 8954b8be6 -> 35d616f8e
[COMPRESS-349] Update requirement from Java 5 to 6. Project: http://git-wip-us.apache.org/repos/asf/commons-compress/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-compress/commit/35d616f8 Tree: http://git-wip-us.apache.org/repos/asf/commons-compress/tree/35d616f8 Diff: http://git-wip-us.apache.org/repos/asf/commons-compress/diff/35d616f8 Branch: refs/heads/master Commit: 35d616f8e3d5ac2af4e982bc5092f71ac67485ec Parents: 8954b8b Author: ggregory <ggreg...@apache.org> Authored: Sat Apr 9 09:02:59 2016 -0700 Committer: ggregory <ggreg...@apache.org> Committed: Sat Apr 9 09:02:59 2016 -0700 ---------------------------------------------------------------------- pom.xml | 4 ++-- src/changes/changes.xml | 3 +++ 2 files changed, 5 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/commons-compress/blob/35d616f8/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 5ad3f75..38f4be5 100644 --- a/pom.xml +++ b/pom.xml @@ -37,8 +37,8 @@ jar, tar, zip, dump, 7z, arj. </description> <properties> - <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>compress</commons.componentid> <commons.jira.id>COMPRESS</commons.jira.id> <commons.jira.pid>12310904</commons.jira.pid> http://git-wip-us.apache.org/repos/asf/commons-compress/blob/35d616f8/src/changes/changes.xml ---------------------------------------------------------------------- diff --git a/src/changes/changes.xml b/src/changes/changes.xml index ca1ef94..86527c7 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -44,6 +44,9 @@ The <action> type attribute can be add,update,fix,remove. <body> <release version="1.12" date="not released, yet" description="Release 1.12"> + <action issue="COMPRESS-349" type="update" date="2016-04-09"> + Update requirement from Java 5 to 6. + </action> </release> <release version="1.11" date="2016-04-06" description="Release 1.11">