You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by eb...@apache.org on 2017/04/14 12:23:54 UTC

svn commit: r1791358 - in /commons/proper/jexl/trunk: pom.xml src/site/xdoc/changes.xml

Author: ebourg
Date: Fri Apr 14 12:23:54 2017
New Revision: 1791358

URL: http://svn.apache.org/viewvc?rev=1791358&view=rev
Log:
Move to the next version


Modified:
    commons/proper/jexl/trunk/pom.xml
    commons/proper/jexl/trunk/src/site/xdoc/changes.xml

Modified: commons/proper/jexl/trunk/pom.xml
URL: http://svn.apache.org/viewvc/commons/proper/jexl/trunk/pom.xml?rev=1791358&r1=1791357&r2=1791358&view=diff
==============================================================================
--- commons/proper/jexl/trunk/pom.xml (original)
+++ commons/proper/jexl/trunk/pom.xml Fri Apr 14 12:23:54 2017
@@ -24,7 +24,7 @@
     <modelVersion>4.0.0</modelVersion>
     <groupId>org.apache.commons</groupId>
     <artifactId>commons-jexl3</artifactId>
-    <version>3.1-SNAPSHOT</version>
+    <version>3.2-SNAPSHOT</version>
     <name>Apache Commons JEXL</name>
     <inceptionYear>2001</inceptionYear>
     <description>The Apache Commons JEXL library is an implementation of the JSTL Expression Language with extensions.</description>

Modified: commons/proper/jexl/trunk/src/site/xdoc/changes.xml
URL: http://svn.apache.org/viewvc/commons/proper/jexl/trunk/src/site/xdoc/changes.xml?rev=1791358&r1=1791357&r2=1791358&view=diff
==============================================================================
--- commons/proper/jexl/trunk/src/site/xdoc/changes.xml (original)
+++ commons/proper/jexl/trunk/src/site/xdoc/changes.xml Fri Apr 14 12:23:54 2017
@@ -25,6 +25,8 @@
         <author email="dev@commons.apache.org">Commons Developers</author>
     </properties>
     <body>
+        <release version="3.2" date="unreleased">
+        </release>
         <release version="3.1" date="2017-04-14">
             <action dev="henrib" type="add" issue="JEXL-222" due-to="Dmitri Blinov">
                 The ability to declare indexed property getter/setter in customised JexlArithmetic implementation