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-jxpath.git
The following commit(s) were added to refs/heads/release by this push: new 5579aec Prepare for the next release candidate 5579aec is described below commit 5579aec98e00597766959221649198636ae6a7ab Author: Gary D. Gregory <garydgreg...@gmail.com> AuthorDate: Sun Apr 13 20:08:06 2025 +0000 Prepare for the next release candidate --- pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index 4cbc50c..7d344b7 100644 --- a/pom.xml +++ b/pom.xml @@ -27,7 +27,7 @@ <name>Apache Commons JXPath</name> <!-- when cutting a release, be sure to modify the commons.release.version property, found at /project/properties/commons.release.version in this document --> - <version>1.4.0-SNAPSHOT</version> + <version>1.4.0</version> <description>A Java-based implementation of XPath 1.0 that, in addition to XML processing, can inspect/modify Java object graphs (the library's explicit purpose) and even mixed Java/XML structures.</description> <url>https://commons.apache.org/proper/commons-jxpath/</url> <issueManagement> @@ -44,7 +44,7 @@ <maven.compiler.source>1.8</maven.compiler.source> <maven.compiler.target>1.8</maven.compiler.target> <!-- project.build.outputTimestamp is managed by Maven plugins, see https://maven.apache.org/guides/mini/guide-reproducible-builds.html --> - <project.build.outputTimestamp>2025-04-12T21:50:02Z</project.build.outputTimestamp> + <project.build.outputTimestamp>2025-04-13T20:04:44Z</project.build.outputTimestamp> <commons.componentid>jxpath</commons.componentid> <commons.module.name>org.apache.commons.jxpath</commons.module.name> <commons.release.version>1.4.0</commons.release.version>