You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by ch...@apache.org on 2020/08/03 13:15:54 UTC

[commons-parent] branch master updated (ccc4a8d -> 539903c)

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

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


    from ccc4a8d  Update maven-site-plugin version 3.8.2 -> 3.9.1
     add c4c9185  (release) date and description in changes.xml on 52
     add c328967  (release) upversion pom.xml 52-SNAPSHOT -> 52
     add 8060eb2  (release) Prepare RELEASE-NOTES.txt for version 52
     add 93fa76a  (release) Upversion README.md 51-SNAPSHOT -> 52
     new 539903c  (release) post release upversion 52 -> 53-SNAPSHOT

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               |  2 +-
 RELEASE-NOTES.txt       | 36 ++++++++++++++++++++++++++++++++++++
 pom.xml                 |  2 +-
 src/changes/changes.xml |  5 ++++-
 4 files changed, 42 insertions(+), 3 deletions(-)


[commons-parent] 01/01: (release) post release upversion 52 -> 53-SNAPSHOT

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

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

commit 539903c1e404e6d48bf7b5a1fb04db3dc41951e1
Author: Rob Tompkins <ch...@apache.org>
AuthorDate: Mon Aug 3 09:13:42 2020 -0400

    (release) post release upversion 52 -> 53-SNAPSHOT
---
 pom.xml                 | 2 +-
 src/changes/changes.xml | 3 +++
 2 files changed, 4 insertions(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 6571e70..cf0ba8b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -27,7 +27,7 @@
   </parent>
   <groupId>org.apache.commons</groupId>
   <artifactId>commons-parent</artifactId>
-  <version>52</version>
+  <version>53-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>
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index bdbab6f..679ba8c 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -61,6 +61,9 @@ The <action> type attribute can be add,update,fix,remove.
 
     <body>
 
+        <release version="53" date="YYYY-MM-DD" description="TBD">
+        </release>
+
         <release version="52" date="2020-07-30" description="Add support for Java 15.">
           <action type="update" dev="chtompki">Update maven-site-plugin version 3.8.2 -> 3.9.1.</action>
           <action type="add" dev="sebb">Align Javadoc version with java override profile</action>