You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by gg...@apache.org on 2016/06/25 20:34:10 UTC

commons-compress git commit: [COMPRESS-360] Update Java requirement from 6 to 7.

Repository: commons-compress
Updated Branches:
  refs/heads/master 6c8345bff -> f8e09945e


[COMPRESS-360] Update Java requirement from 6 to 7.

Project: http://git-wip-us.apache.org/repos/asf/commons-compress/repo
Commit: http://git-wip-us.apache.org/repos/asf/commons-compress/commit/f8e09945
Tree: http://git-wip-us.apache.org/repos/asf/commons-compress/tree/f8e09945
Diff: http://git-wip-us.apache.org/repos/asf/commons-compress/diff/f8e09945

Branch: refs/heads/master
Commit: f8e09945ea6bd6e59c41f44f0db2afef817a4df2
Parents: 6c8345b
Author: Gary Gregory <gg...@apache.org>
Authored: Sat Jun 25 13:34:07 2016 -0700
Committer: Gary Gregory <gg...@apache.org>
Committed: Sat Jun 25 13:34:07 2016 -0700

----------------------------------------------------------------------
 pom.xml                 | 4 ++--
 src/changes/changes.xml | 6 +++++-
 2 files changed, 7 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/commons-compress/blob/f8e09945/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 7b50d13..9bed784 100644
--- a/pom.xml
+++ b/pom.xml
@@ -37,8 +37,8 @@ jar, tar, zip, dump, 7z, arj.
   </description>
 
   <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>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/f8e09945/src/changes/changes.xml
----------------------------------------------------------------------
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index db34746..050799f 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -42,7 +42,11 @@ The <action> type attribute can be add,update,fix,remove.
     <title>commons-compress</title>
   </properties>
   <body>
-    <release version="1.13" date="not released, yet">
+    <release version="1.13" date="not released, yet" 
+             description="Release 1.13 - API compatible to 1.12 but requires Java 7 at runtime.">
+      <action issue="COMPRESS-360" type="update" date="2016-04-09" dev="ggregory">
+        Update Java requirement from 6 to 7.
+      </action>
     </release>
     <release version="1.12" date="2016-06-21"
              description="Release 1.12 - API compatible to 1.11 but requires Java 6 at runtime.