You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by he...@apache.org on 2023/03/10 14:39:37 UTC

[commons-jexl] branch release created (now a65ece8c)

This is an automated email from the ASF dual-hosted git repository.

henrib pushed a change to branch release
in repository https://gitbox.apache.org/repos/asf/commons-jexl.git


      at a65ece8c JEXL: getting ready for 3.3; - pom 3.3

This branch includes the following new commits:

     new a65ece8c JEXL: getting ready for 3.3; - pom 3.3

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



[commons-jexl] 01/01: JEXL: getting ready for 3.3; - pom 3.3

Posted by he...@apache.org.
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 <he...@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>