This is an automated email from the ASF dual-hosted git repository.

chtompki pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-cli.git

commit ae7bc3f3cf57cabf3e663ba5df76affa36633255
Author: Rob Tompkins <chtom...@apache.org>
AuthorDate: Fri Oct 29 09:50:03 2021 -0400

    (chore) upversion after release to 1.6-SHAPSHOT
---
 pom.xml                 | 2 +-
 src/changes/changes.xml | 2 ++
 2 files changed, 3 insertions(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index caf57e6..60b261f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -24,7 +24,7 @@
   <modelVersion>4.0.0</modelVersion>
   <groupId>commons-cli</groupId>
   <artifactId>commons-cli</artifactId>
-  <version>1.5.0</version>
+  <version>1.6-SNAPSHOT</version>
   <name>Apache Commons CLI</name>
 
   <inceptionYear>2002</inceptionYear>
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index e6106c3..b6f400b 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -20,6 +20,8 @@
     <title>Apache Commons CLI Release Notes</title>
   </properties>
   <body>
+    <release version="1.6" date="tbd" description="New features and bug fixes">
+    </release>
     <release version="1.5.0" date="10-23-2021" description="New features and 
bug fixes (Java 7).">
       <!-- FIX -->
       <action type="fix" dev="ggregory" due-to="Gary Gregory">

Reply via email to