You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by gg...@apache.org on 2022/09/18 15:08:05 UTC

[commons-parent] branch release updated (8960724 -> 7b93c28)

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

ggregory pushed a change to branch release
in repository https://gitbox.apache.org/repos/asf/commons-parent.git


    from 8960724  Prepare for release candidate 54-RC1
     add 3f0b0a5  Update POM version numbers for Apache Commons Parent release 54
     new 7b93c28  Fix VOTE email generation

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 README.md | 6 +++---
 pom.xml   | 5 +++--
 2 files changed, 6 insertions(+), 5 deletions(-)


[commons-parent] 01/01: Fix VOTE email generation

Posted by gg...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit 7b93c2871171dad2bda0c398bf2a638c7c886e14
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Sun Sep 18 11:08:00 2022 -0400

    Fix VOTE email generation
---
 pom.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/pom.xml b/pom.xml
index e76c22d..0e7a6e3 100644
--- a/pom.xml
+++ b/pom.xml
@@ -92,6 +92,7 @@
     <project.build.outputTimestamp>2022-09-18T13:49:41Z</project.build.outputTimestamp>
     <commons.release.version>${project.version}</commons.release.version>
     <commons.rc.version>RC1</commons.rc.version>
+    <commons.bc.version>53</commons.bc.version>
     <commons.jira.id>COMMONSSITE</commons.jira.id>
 
     <!-- Default configuration for compiler source and target JVM -->