You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by bo...@apache.org on 2018/06/03 14:06:48 UTC

[2/2] commons-compress git commit: Merge tag 'rel/1.17' and prepare next iteration

Merge tag 'rel/1.17' and prepare next iteration

Tag Commons Compress 1.17


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

Branch: refs/heads/master
Commit: b5401c47f8bc8810b6c404864743d250b2ccc201
Parents: 8390047 d9993f8
Author: Stefan Bodewig <bo...@apache.org>
Authored: Sun Jun 3 15:58:58 2018 +0200
Committer: Stefan Bodewig <bo...@apache.org>
Committed: Sun Jun 3 16:06:24 2018 +0200

----------------------------------------------------------------------
 README.md                           |  2 +-
 pom.xml                             |  2 +-
 src/changes/changes.xml             |  5 ++++-
 src/site/site.xml                   |  1 +
 src/site/xdoc/download_compress.xml | 28 ++++++++++++++--------------
 src/site/xdoc/index.xml             |  9 +++------
 6 files changed, 24 insertions(+), 23 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/commons-compress/blob/b5401c47/pom.xml
----------------------------------------------------------------------
diff --cc pom.xml
index c3eff8e,f04910d..d97bf13
--- a/pom.xml
+++ b/pom.xml
@@@ -24,7 -24,7 +24,7 @@@
    </parent>
  
    <artifactId>commons-compress</artifactId>
-   <version>1.17-SNAPSHOT</version>
 -  <version>1.17</version>
++  <version>1.18-SNAPSHOT</version>
    <name>Apache Commons Compress</name>
    <url>https://commons.apache.org/proper/commons-compress/</url>
    <!-- The description is not indented to make it look better in the release notes -->

http://git-wip-us.apache.org/repos/asf/commons-compress/blob/b5401c47/src/changes/changes.xml
----------------------------------------------------------------------
diff --cc src/changes/changes.xml
index 8ae1d27,dfcfd66..3195582
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@@ -42,7 -42,7 +42,10 @@@ The <action> type attribute can be add,
      <title>commons-compress</title>
    </properties>
    <body>
--    <release version="1.17" date="not released, yet"
++    <release version="1.18" date="not released, yet"
++             description="Release 1.18">
++    </release>
++    <release version="1.17" date="2018-06-03"
               description="Release 1.17">
        <action type="fix" date="2018-02-06">
          Removed the objenesis dependency from the pom as it is not