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 2017/10/17 15:09:25 UTC

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

Merge tag 'rel/1.15' and prepare for next iteration

Create Commons Compress 1.15 release tag


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

Branch: refs/heads/master
Commit: 129032f46ef3ef0f43966ca6d87936dc1d14b948
Parents: c348be1 01b06d5
Author: Stefan Bodewig <bo...@apache.org>
Authored: Tue Oct 17 17:00:43 2017 +0200
Committer: Stefan Bodewig <bo...@apache.org>
Committed: Tue Oct 17 17:08:44 2017 +0200

----------------------------------------------------------------------
 README.md                           |  2 +-
 pom.xml                             |  2 +-
 src/changes/changes.xml             |  5 ++++-
 src/site/site.xml                   |  1 +
 src/site/xdoc/download_compress.xml | 26 +++++++++++++-------------
 src/site/xdoc/index.xml             | 17 +++++++----------
 6 files changed, 27 insertions(+), 26 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/commons-compress/blob/129032f4/README.md
----------------------------------------------------------------------
diff --cc README.md
index c0fcbbf,c0fcbbf..999197f
--- a/README.md
+++ b/README.md
@@@ -70,7 -70,7 +70,7 @@@ Alternatively you can pull it from the 
  <dependency>
    <groupId>org.apache.commons</groupId>
    <artifactId>commons-compress</artifactId>
--  <version>1.14</version>
++  <version>1.15</version>
  </dependency>
  ```
  

http://git-wip-us.apache.org/repos/asf/commons-compress/blob/129032f4/pom.xml
----------------------------------------------------------------------
diff --cc pom.xml
index 7eca238,10f9cb8..31fc4cd
--- a/pom.xml
+++ b/pom.xml
@@@ -25,7 -25,7 +25,7 @@@
  
    <groupId>org.apache.commons</groupId>
    <artifactId>commons-compress</artifactId>
-   <version>1.15-SNAPSHOT</version>
 -  <version>1.15</version>
++  <version>1.16-SNAPSHOT</version>
    <name>Apache Commons Compress</name>
    <url>http://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/129032f4/src/changes/changes.xml
----------------------------------------------------------------------
diff --cc src/changes/changes.xml
index 9348e63,9348e63..67c3b38
--- 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.15" date="not released, yet"
++    <release version="1.16" date="not released, yet"
++             description="Release 1.16">
++    </release>
++    <release version="1.15" date="2017-10-17"
               description="Release 1.15
  ----------------------------------------