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-jexl.git
commit aedf88568cd1fe922ee1a97add8235b74d01f677 Author: Gary Gregory <[email protected]> AuthorDate: Sat Nov 1 21:45:17 2025 +0000 Prepare for the next release candidate --- pom.xml | 1 + src/changes/changes.xml | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index d43c55f8..33c6f350 100644 --- a/pom.xml +++ b/pom.xml @@ -33,6 +33,7 @@ <maven.compiler.source>1.8</maven.compiler.source> <maven.compiler.target>1.8</maven.compiler.target> <commons.componentid>jexl</commons.componentid> + <commons.packageId>jexl3</commons.packageId> <commons.module.name>org.apache.commons.jexl3</commons.module.name> <commons.site.path>jexl</commons.site.path> <commons.scmPubUrl>https://svn.apache.org/repos/infra/websites/production/commons/content/proper/commons-jexl</commons.scmPubUrl> diff --git a/src/changes/changes.xml b/src/changes/changes.xml index 82ec89f8..8039ba4c 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -27,7 +27,7 @@ <author email="[email protected]">Commons Developers</author> </properties> <body> - <release version="3.6.0" date="YYYY-MM-DD" + <release version="3.6.0" date="2025-11-01" description="This is a feature and maintenance release. Java 8 or later is required."> <!-- FIX --> <action dev="henrib" type="fix" issue="JEXL-447" due-to="William Price">
