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-parent.git

commit 369d58e1041b7b0d46ec6dee6d65fe8d8adcfb2d
Author: Gary Gregory <garydgreg...@gmail.com>
AuthorDate: Tue Jul 25 19:50:47 2023 -0400

    Bump to next development version
---
 pom.xml                 | 6 +++---
 src/changes/changes.xml | 2 ++
 2 files changed, 5 insertions(+), 3 deletions(-)

diff --git a/pom.xml b/pom.xml
index 828ebb4..13acb23 100644
--- a/pom.xml
+++ b/pom.xml
@@ -27,7 +27,7 @@
   </parent>
   <groupId>org.apache.commons</groupId>
   <artifactId>commons-parent</artifactId>
-  <version>59</version>
+  <version>60-SNAPSHOT</version>
   <packaging>pom</packaging>
   <name>Apache Commons Parent</name>
   <description>The Apache Commons Parent POM provides common settings for all 
Apache Commons components.</description>
@@ -89,12 +89,12 @@
     <minimalMavenBuildVersion>3.6.3</minimalMavenBuildVersion>
     <!-- configuration bits for cutting a release candidate, must be 
overridden by components -->
     <!-- TODO How can we make project.build.outputTimestamp and changes.xml's 
release data the same? -->
-    
<project.build.outputTimestamp>2023-07-22T20:12:34Z</project.build.outputTimestamp>
+    
<project.build.outputTimestamp>2023-07-25T23:48:56Z</project.build.outputTimestamp>
     <commons.release.version>${project.version}</commons.release.version>
     <commons.rc.version>RC1</commons.rc.version>
     <commons.jira.id>COMMONSSITE</commons.jira.id>
     <!-- Commons Release Plugin -->
-    <commons.bc.version>58</commons.bc.version>
+    <commons.bc.version>60</commons.bc.version>
     <commons.release.isDistModule>true</commons.release.isDistModule>
     <commons.releaseManagerName>Gary Gregory</commons.releaseManagerName>    
     <commons.releaseManagerKey>86fdc7e2a11262cb</commons.releaseManagerKey>
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 4064e5d..505999c 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -60,6 +60,8 @@ The <action> type attribute can be add,update,fix,remove.
      -->
 
     <body>
+        <release version="60" date="2023-MM-DD" description="Version 60: 
Maintenance and update dependencies">
+        </release>
         <release version="59" date="2023-07-22" description="Version 59: 
Maintenance and update dependencies">
            <!-- ADD -->
            <action type="add" dev="ggregory" due-to="Gary Gregory">Add 
moditect profile for JPMS on Java >= 9.</action>

Reply via email to