This is an automated email from the ASF dual-hosted git repository. henrib pushed a commit to branch release in repository https://gitbox.apache.org/repos/asf/commons-jexl.git
commit a65ece8ccfae35fc62666afe90aa8cd08ce2f307 Author: henrib <hen...@apache.org> AuthorDate: Fri Mar 10 15:39:30 2023 +0100 JEXL: getting ready for 3.3; - pom 3.3 --- pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index 7ce2a5db..579d465a 100644 --- a/pom.xml +++ b/pom.xml @@ -36,7 +36,7 @@ <maven.compiler.target>1.8</maven.compiler.target> <commons.componentid>jexl</commons.componentid> <commons.module.name>org.apache.commons.jexl3</commons.module.name> - <commons.release.version>3.2</commons.release.version> + <commons.release.version>3.3</commons.release.version> <commons.site.path>jexl</commons.site.path> <commons.scmPubUrl>https://svn.apache.org/repos/infra/websites/production/commons/content/proper/commons-jexl</commons.scmPubUrl> <commons.scmPubCheckoutDirectory>site-content</commons.scmPubCheckoutDirectory> @@ -78,7 +78,7 @@ <!-- This is used by reporting plugins --> <project.reporting.outputEncoding>${commons.encoding}</project.reporting.outputEncoding> - <commons.bc.version>3.1</commons.bc.version> + <commons.bc.version>3.2.1</commons.bc.version> <commons.release.isDistModule>true</commons.release.isDistModule> <commons.distSvnStagingUrl>scm:svn:https://dist.apache.org/repos/dist/dev/commons/${commons.componentid}</commons.distSvnStagingUrl> <commons.releaseManagerName>Henri Biestro</commons.releaseManagerName>