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 351cb22e Prepare for the release candidate 1.19.0 RC1 351cb22e is described below commit 351cb22e1e1948aaabb39a463dce631bea156125 Author: Gary D. Gregory <garydgreg...@gmail.com> AuthorDate: Sat Jul 19 17:18:27 2025 +0000 Prepare for the release candidate 1.19.0 RC1 --- pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index 9fc334c0..ba8ccf29 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.19.0-SNAPSHOT</version> + <version>1.19.0</version> <name>Apache Commons Codec</name> <inceptionYear>2002</inceptionYear> <description> @@ -104,7 +104,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-01-27T18:05:48Z</project.build.outputTimestamp> + <project.build.outputTimestamp>2025-07-19T17:13:32Z</project.build.outputTimestamp> <!-- JaCoCo: Don't make code coverage worse than: --> <jacoco.skip>false</jacoco.skip> <commons.jacoco.haltOnFailure>true</commons.jacoco.haltOnFailure>