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


The following commit(s) were added to refs/heads/master by this push:
     new f509f4d  Bump version properties
f509f4d is described below

commit f509f4dc8413e52df2d533493d38d38976829ace
Author: Gary Gregory <garydgreg...@gmail.com>
AuthorDate: Sun Sep 29 08:09:24 2024 -0400

    Bump version properties
---
 pom.xml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/pom.xml b/pom.xml
index f7f7402..a56f5cb 100644
--- a/pom.xml
+++ b/pom.xml
@@ -80,13 +80,13 @@
     <!-- 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>2024-09-28T20:37:08Z</project.build.outputTimestamp>
-    <commons.release.version>76</commons.release.version>
-    <commons.release.next>77</commons.release.next>
+    <commons.release.version>77</commons.release.version>
+    <commons.release.next>78</commons.release.next>
     <commons.rc.version>RC1</commons.rc.version>
     <commons.jira.id>COMMONSSITE</commons.jira.id>
     <!-- Commons Release Plugin -->
     <!-- Previous version of the component (used for reporting binary 
compatibility check)-->
-    <commons.bc.version>75</commons.bc.version>
+    <commons.bc.version>76</commons.bc.version>
     <commons.release.isDistModule>true</commons.release.isDistModule>
     <!--
       Define the following in ~/.m2/settings.xml in an active profile:

Reply via email to