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

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


The following commit(s) were added to refs/heads/master by this push:
     new de66067  Bump commons-parent from 56 to 58
de66067 is described below

commit de6606769ebc3186f328c222f0346bd5dde063aa
Author: Gary Gregory <garydgreg...@gmail.com>
AuthorDate: Thu May 25 10:43:32 2023 -0400

    Bump commons-parent from 56 to 58
---
 pom.xml                 | 2 +-
 src/changes/changes.xml | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/pom.xml b/pom.xml
index af71c17..efa0a8d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -19,7 +19,7 @@
   <parent>
     <groupId>org.apache.commons</groupId>
     <artifactId>commons-parent</artifactId>
-    <version>56</version>
+    <version>58</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <groupId>commons-cli</groupId>
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 33242e1..1e66311 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -22,7 +22,7 @@
     <title>Apache Commons CLI Release Notes</title>
   </properties>
   <body>
-    <release version="1.6" date="tbd" description="New features and bug fixes">
+    <release version="1.6" date="2023-MM-DD" description="New features and bug 
fixes">
       <!-- FIX -->
       <action type="update" dev="ggregory" due-to="Gary Gregory">
         Fix SpotBugs Error: Medium: Method intentionally throws 
RuntimeException. [org.apache.commons.cli.Option] At Option.java:[lines 
417-423] THROWS_METHOD_THROWS_RUNTIMEEXCEPTION
@@ -67,7 +67,7 @@
         Bump spotbugs-maven-plugin from 4.5.3.0 to 4.7.3.0 #98, #108, #115, 
#117, #126, #145.
       </action>
       <action type="update" dev="ggregory" due-to="Dependabot">
-        Bump commons-parent from 52 to 56 #100, #128, #151, #158.
+        Bump commons-parent from 52 to 58 #100, #128, #151, #158.
       </action>
       <action type="update" dev="ggregory" due-to="Dependabot">
         Bump maven-antrun-plugin from 3.0.0 to 3.1.0 #103.

Reply via email to