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:55 UTC

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

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>