Merge tag 'rel/1.11' and bump version
Project: http://git-wip-us.apache.org/repos/asf/commons-compress/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-compress/commit/3cbd999c Tree: http://git-wip-us.apache.org/repos/asf/commons-compress/tree/3cbd999c Diff: http://git-wip-us.apache.org/repos/asf/commons-compress/diff/3cbd999c Branch: refs/heads/COMPRESS-207 Commit: 3cbd999cfb7a92e5b5cc536cc3c0e1089460ab2c Parents: 21d1f01 ff38bf5 Author: Stefan Bodewig <[email protected]> Authored: Wed Apr 6 06:17:14 2016 +0200 Committer: Stefan Bodewig <[email protected]> Committed: Wed Apr 6 06:22:23 2016 +0200 ---------------------------------------------------------------------- RELEASE-NOTES.txt | 74 ++++++++++++++++++++++++++++++-- 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 | 29 +++++-------- 6 files changed, 100 insertions(+), 37 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/commons-compress/blob/3cbd999c/pom.xml ---------------------------------------------------------------------- diff --cc pom.xml index 8cba58e,4551aaa..5ad3f75 --- a/pom.xml +++ b/pom.xml @@@ -25,7 -25,7 +25,7 @@@ <groupId>org.apache.commons</groupId> <artifactId>commons-compress</artifactId> - <version>1.11-SNAPSHOT</version> - <version>1.11</version> ++ <version>1.12-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/3cbd999c/src/changes/changes.xml ---------------------------------------------------------------------- diff --cc src/changes/changes.xml index c902d29,c902d29..ca1ef94 --- 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.11" date="not released, yet" ++ <release version="1.12" date="not released, yet" ++ description="Release 1.12"> ++ </release> ++ <release version="1.11" date="2016-04-06" description="Release 1.11"> <action issue="COMPRESS-347" type="add" date="2016-03-23"> TarArchiveInputStream now supports reading global PAX headers.
