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/01 11:58:56 UTC

[commons-skin] branch master updated: Bump commons-parent from 49 to 53

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


The following commit(s) were added to refs/heads/master by this push:
     new 968644f  Bump commons-parent from 49 to 53
968644f is described below

commit 968644f3cdb40be7bf3844ee36d15270ae887159
Author: Gary Gregory <gg...@rocketsoftware.com>
AuthorDate: Thu Sep 1 07:58:52 2022 -0400

    Bump commons-parent from 49 to 53
---
 pom.xml                 | 2 +-
 src/changes/changes.xml | 2 ++
 2 files changed, 3 insertions(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 4deee02..1a3edfe 100644
--- a/pom.xml
+++ b/pom.xml
@@ -22,7 +22,7 @@
   <parent>
     <groupId>org.apache.commons</groupId>
     <artifactId>commons-parent</artifactId>
-    <version>49</version>
+    <version>53</version>
   </parent>
   <artifactId>commons-skin</artifactId>
   <version>4.3-SNAPSHOT</version>
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 6c3f4c4..23121b1 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -61,6 +61,8 @@ The <action> type attribute can be add,update,fix,remove.
 
     <body>
       <release version="4.3" date="TBD" description="New features and bug fixes.">
+        <!-- UPDATE -->
+        <action type="fix" dev="ggregory">Bump commons-parent from 49 to 53.</action>
       </release>
 
       <release version="4.2" date="2019-11-25" description="New features and bug fixes for maven-site-plugin 3.5+.