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/06/17 20:26:18 UTC

[commons-codec] branch master updated: Prepare for release candidate

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


The following commit(s) were added to refs/heads/master by this push:
     new 18d83b18 Prepare for release candidate
18d83b18 is described below

commit 18d83b18ecdb6d397aecdf8047748f39b7e13c24
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Sat Jun 17 16:21:31 2023 -0400

    Prepare for release candidate
---
 pom.xml                 | 8 ++++----
 src/changes/changes.xml | 2 +-
 2 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/pom.xml b/pom.xml
index df34532b..5cb3f776 100644
--- a/pom.xml
+++ b/pom.xml
@@ -28,7 +28,7 @@ limitations under the License.
   </parent>
   <groupId>commons-codec</groupId>
   <artifactId>commons-codec</artifactId>
-  <version>1.16-SNAPSHOT</version>
+  <version>1.16.0-SNAPSHOT</version>
   <name>Apache Commons Codec</name>
   <inceptionYear>2002</inceptionYear>
   <description>
@@ -267,15 +267,15 @@ limitations under the License.
     <checkstyle.config.file>${basedir}/src/conf/checkstyle.xml</checkstyle.config.file>
     <japicmp.skip>false</japicmp.skip>
     <jacoco.skip>false</jacoco.skip>
-
     <!-- Commons Release Plugin -->
+    <commons.release.version>1.16.0</commons.release.version>
     <commons.bc.version>1.15</commons.bc.version>
     <commons.rc.version>RC1</commons.rc.version>
     <commons.release-plugin.version>1.7</commons.release-plugin.version>
     <commons.release.isDistModule>true</commons.release.isDistModule>
     <commons.distSvnStagingUrl>scm:svn:https://dist.apache.org/repos/dist/dev/commons/${commons.componentid}</commons.distSvnStagingUrl>
-    <commons.releaseManagerName>Matt Sicker</commons.releaseManagerName>
-    <commons.releaseManagerKey>748F15B2CF9BA8F024155E6ED7C92B70FA1C814D</commons.releaseManagerKey>
+    <commons.releaseManagerName>Gary Gregory</commons.releaseManagerName>    
+    <commons.releaseManagerKey>86fdc7e2a11262cb</commons.releaseManagerKey>
   </properties>
   <build>
     <defaultGoal>clean install apache-rat:check japicmp:cmp checkstyle:check javadoc:javadoc</defaultGoal>
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 71160a59..c5053dfb 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -44,7 +44,7 @@ The <action> type attribute can be add,update,fix,remove.
   </properties>
   <body>
 
-    <release version="1.16" date="TBD" description="Feature and fix release.">
+    <release version="1.16.0" date="TBD" description="Feature and fix release.">
       <!-- FIX -->
       <action issue="CODEC-295" dev="ggregory" type="fix" due-to="Arturo Bernal">Minor improvements #67.</action> 
       <action                   dev="aherbert" type="fix" due-to="James Gan">Remove duplicated words from Javadocs.</action>