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/35891d3b Tree: http://git-wip-us.apache.org/repos/asf/commons-compress/tree/35891d3b Diff: http://git-wip-us.apache.org/repos/asf/commons-compress/diff/35891d3b Branch: refs/heads/master Commit: 35891d3b359dc2c402a89989f809950cafdca5d1 Parents: 8d4f913 Author: Stefan Bodewig <bode...@apache.org> Authored: Thu Dec 29 18:53:50 2016 +0100 Committer: Stefan Bodewig <bode...@apache.org> Committed: Thu Dec 29 18:53:50 2016 +0100 ---------------------------------------------------------------------- pom.xml | 2 +- src/changes/changes.xml | 5 ++++- 2 files changed, 5 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/commons-compress/blob/35891d3b/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index b4c5310..2a54c64 100644 --- a/pom.xml +++ b/pom.xml @@ -25,7 +25,7 @@ <groupId>org.apache.commons</groupId> <artifactId>commons-compress</artifactId> - <version>1.13</version> + <version>1.14-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/35891d3b/src/changes/changes.xml ---------------------------------------------------------------------- diff --git a/src/changes/changes.xml b/src/changes/changes.xml index 212f626..25b3c7f 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -42,7 +42,10 @@ 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.14" date="not released, yet" + description="Release 1.14"> + </release> + <release version="1.13" date="2016-12-29" description="Release 1.13 - API compatible to 1.12 but requires Java 7 at runtime."> <action issue="COMPRESS-360" type="update" date="2016-06-25" dev="ggregory"> Update Java requirement from 6 to 7.