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 2023/11/22 01:37:30 UTC

(commons-lang) branch master updated: Add section for next release

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


The following commit(s) were added to refs/heads/master by this push:
     new f075fef26 Add section for next release
f075fef26 is described below

commit f075fef26ff705faded8ce206810a5f88a5c6a37
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Tue Nov 21 20:37:26 2023 -0500

    Add section for next release
    
    Update properties
---
 pom.xml                 | 6 +++---
 src/changes/changes.xml | 3 ++-
 2 files changed, 5 insertions(+), 4 deletions(-)

diff --git a/pom.xml b/pom.xml
index 1a77c4798..757a5e9cc 100644
--- a/pom.xml
+++ b/pom.xml
@@ -607,8 +607,8 @@
     <commons.packageId>lang3</commons.packageId>
     <commons.module.name>org.apache.commons.lang3</commons.module.name>
     <!-- Current 3.x release series -->
-    <commons.release.version>3.14.0</commons.release.version>
-    <commons.release.next>3.14.1</commons.release.next>
+    <commons.release.version>3.14.1</commons.release.version>
+    <commons.release.next>3.14.2</commons.release.next>
     <commons.release.desc>(Java 8+)</commons.release.desc>
     <!-- Previous 2.x release series -->
     <commons.release.2.version>2.6</commons.release.2.version>
@@ -633,7 +633,7 @@
     <uberjar.name>benchmarks</uberjar.name>
 
     <!-- Commons Release Plugin -->
-    <commons.bc.version>3.13.0</commons.bc.version>
+    <commons.bc.version>3.14.0</commons.bc.version>
     <commons.rc.version>RC1</commons.rc.version>
     <commons.release.isDistModule>true</commons.release.isDistModule>
     <commons.distSvnStagingUrl>scm:svn:https://dist.apache.org/repos/dist/dev/commons/lang</commons.distSvnStagingUrl>
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index fca90db75..d4f03b69c 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -45,7 +45,8 @@ The <action> type attribute can be add,update,fix,remove.
     <title>Apache Commons Lang Release Notes</title>
   </properties>
   <body>
-
+  <release version="3.14.1" date="202Y-MM-DD" description="New features and bug fixes (Java 8 or above).">
+  </release>
   <release version="3.14.0" date="2023-11-18" description="New features and bug fixes (Java 8 or above).">
     <!-- FIX -->
     <action                   type="fix" dev="ggregory" due-to="remeio">Rename variable names from 'clss' to 'clazz' #1087.</action>