This is an automated email from the ASF dual-hosted git repository.
ggregory pushed a commit to branch release
in repository https://gitbox.apache.org/repos/asf/commons-codec.git
The following commit(s) were added to refs/heads/release by this push:
new 91c44048 Prepare for the release candidate 1.21.0 RC1
91c44048 is described below
commit 91c44048f2751ef89567cd50ff04851da4f56e3f
Author: Gary Gregory <[email protected]>
AuthorDate: Fri Jan 23 14:16:37 2026 +0000
Prepare for the release candidate 1.21.0 RC1
---
pom.xml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/pom.xml b/pom.xml
index 9c209cd5..33a8363b 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.21.0-SNAPSHOT</version>
+ <version>1.21.0</version>
<name>Apache Commons Codec</name>
<inceptionYear>2002</inceptionYear>
<description>
@@ -103,7 +103,7 @@ limitations under the License.
<commons.release.isDistModule>true</commons.release.isDistModule>
<commons.distSvnStagingUrl>scm:svn:https://dist.apache.org/repos/dist/dev/commons/${commons.componentid}</commons.distSvnStagingUrl>
<!-- project.build.outputTimestamp is managed by Maven plugins, see
https://maven.apache.org/guides/mini/guide-reproducible-builds.html -->
-
<project.build.outputTimestamp>2025-11-05T20:28:14Z</project.build.outputTimestamp>
+
<project.build.outputTimestamp>2026-01-23T14:14:58Z</project.build.outputTimestamp>
<!-- JaCoCo: Don't make code coverage worse than: -->
<jacoco.skip>false</jacoco.skip>
<commons.jacoco.haltOnFailure>true</commons.jacoco.haltOnFailure>