This is an automated email from the ASF dual-hosted git repository. henrib pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/commons-jexl.git
The following commit(s) were added to refs/heads/master by this push: new 64c4822c Bump to next development version 64c4822c is described below commit 64c4822c1487d2d556ea18a7ef25a950a92b9006 Author: henrib <hen...@apache.org> AuthorDate: Mon Mar 27 10:08:49 2023 +0200 Bump to next development version --- pom.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pom.xml b/pom.xml index 5f0a9dad..29e438d9 100644 --- a/pom.xml +++ b/pom.xml @@ -24,7 +24,7 @@ </parent> <artifactId>commons-jexl3</artifactId> - <version>3.3</version> + <version>3.3.1-SNAPSHOT</version> <name>Apache Commons JEXL</name> <description>JEXL is a library intended to facilitate the implementation of scripting features in applications and frameworks written in Java.</description> @@ -79,8 +79,8 @@ <project.reporting.outputEncoding>${commons.encoding}</project.reporting.outputEncoding> <!-- Commons release plugin --> - <commons.bc.version>3.2.1</commons.bc.version> - <commons.release.version>3.3</commons.release.version> + <commons.bc.version>3.3</commons.bc.version> + <commons.release.version>3.3.1</commons.release.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>