This is an automated email from the ASF dual-hosted git repository.
garydgregory 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 dc8f6c83 Prepare for the release candidate 1.22.1 RC1
dc8f6c83 is described below
commit dc8f6c832a30f524bf12a5ae7ab013e4ad7c088f
Author: Gary Gregory <[email protected]>
AuthorDate: Mon Jul 27 00:11:20 2026 +0000
Prepare for the release candidate 1.22.1 RC1
---
pom.xml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/pom.xml b/pom.xml
index 674c94e6..99a64e8c 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.22.1-SNAPSHOT</version>
+ <version>1.22.1</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>2026-04-25T00:31:05Z</project.build.outputTimestamp>
+
<project.build.outputTimestamp>2026-07-27T00:09:27Z</project.build.outputTimestamp>
<!-- JaCoCo: Don't make code coverage worse than: -->
<jacoco.skip>false</jacoco.skip>
<commons.jacoco.haltOnFailure>true</commons.jacoco.haltOnFailure>