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/12/30 16:09:53 UTC

[commons-parent] branch master updated: Prepare for next RC.

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 499f7d6  Prepare for next RC.
499f7d6 is described below

commit 499f7d635d4cea0b02e89ae317d05f2506555875
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Fri Dec 30 11:09:49 2022 -0500

    Prepare for next RC.
---
 README.md               |  2 +-
 RELEASE-NOTES.txt       | 29 +++++++++++++++++++++++++++++
 pom.xml                 |  2 +-
 src/changes/changes.xml |  2 +-
 4 files changed, 32 insertions(+), 3 deletions(-)

diff --git a/README.md b/README.md
index 0add470..80b0c0b 100644
--- a/README.md
+++ b/README.md
@@ -66,7 +66,7 @@ Alternatively you can pull it from the central Maven repositories:
 <dependency>
   <groupId>org.apache.commons</groupId>
   <artifactId>commons-parent</artifactId>
-  <version>55</version>
+  <version>56</version>
 </dependency>
 ```
 
diff --git a/RELEASE-NOTES.txt b/RELEASE-NOTES.txt
index 2333029..26904da 100644
--- a/RELEASE-NOTES.txt
+++ b/RELEASE-NOTES.txt
@@ -1,3 +1,32 @@
+              Apache Commons Parent 56
+                  RELEASE NOTES
+
+The Apache Commons Parent team is pleased to announce the release of Apache Commons Parent 56.
+
+The Apache Commons Parent POM provides common settings for all Apache Commons components.
+
+Version 56: Maintenance and update dependencies
+
+Changes in this version include:
+
+Fixed Bugs:
+o                   Add Privacy link to site.xml
+
+Changes:
+o                   Bump apache from 28 to 29 #182. Thanks to Dependabot.
+o                   Bump versions-maven-plugin from 2.13.0 to 2.14.2 #181, #187, #191. Thanks to Dependabot.
+o                   Bump wagon-ssh from 3.5.2 to 3.5.3 #190. Thanks to Dependabot.
+
+
+Historical list of changes: https://commons.apache.org/proper/commons-parent/changes-report.html
+
+For complete information on Apache Commons Parent, including instructions on how to submit bug reports,
+patches, or suggestions for improvement, see the Apache Apache Commons Parent website:
+
+https://commons.apache.org/proper/commons-parent/
+
+-----------------------------------------------------------------------------
+
               Apache Commons Parent 55
                   RELEASE NOTES
 
diff --git a/pom.xml b/pom.xml
index 4b8ada9..f82d472 100644
--- a/pom.xml
+++ b/pom.xml
@@ -94,7 +94,7 @@
     <commons.rc.version>RC1</commons.rc.version>
     <commons.jira.id>COMMONSSITE</commons.jira.id>
     <!-- Commons Release Plugin -->
-    <commons.bc.version>54</commons.bc.version>
+    <commons.bc.version>55</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 e8ad27c..a6b5801 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -60,7 +60,7 @@ The <action> type attribute can be add,update,fix,remove.
      -->
 
     <body>
-        <release version="56" date="TBA" description="Version 56: Maintenance and update dependencies">
+        <release version="56" date="2022-12-30" description="Version 56: Maintenance and update dependencies">
            <!-- FIX -->
            <action type="fix" dev="sebb">Add Privacy link to site.xml</action>
            <!-- UPDATE -->