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

ggregory pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-jexl.git

commit 9ad6566d2150e417bdb6a2f9f45370ef04fa4046
Author: Gary Gregory <garydgreg...@gmail.com>
AuthorDate: Wed Jun 5 23:56:59 2024 +0000

    Bump to next development version
---
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index 136b81b3..43f72b90 100644
--- a/pom.xml
+++ b/pom.xml
@@ -24,7 +24,7 @@
     </parent>
 
     <artifactId>commons-jexl3</artifactId>
-    <version>3.4.0</version>
+    <version>3.4.1-SNAPSHOT</version>
     <name>Apache Commons JEXL</name>
     <description>Apache Commons JEXL is a library facilitates the 
implementation of scripting features in
         applications and frameworks written in Java.</description>
@@ -72,7 +72,7 @@
         
<project.build.sourceEncoding>${commons.encoding}</project.build.sourceEncoding>
         <!-- This is used by reporting plugins -->
         
<project.reporting.outputEncoding>${commons.encoding}</project.reporting.outputEncoding>
-        
<project.build.outputTimestamp>2024-06-02T13:52:21Z</project.build.outputTimestamp>
+        
<project.build.outputTimestamp>2024-06-05T23:56:52Z</project.build.outputTimestamp>
 
         <!-- Commons release plugin -->
         <commons.bc.version>3.3</commons.bc.version>

Reply via email to