Author: henrib
Date: Tue Mar 22 18:54:30 2016
New Revision: 1736235

URL: http://svn.apache.org/viewvc?rev=1736235&view=rev
Log:
JEXL:
Preparing for 3.0.1 release

Modified:
    commons/proper/jexl/trunk/RELEASE-NOTES.txt
    commons/proper/jexl/trunk/pom.xml

Modified: commons/proper/jexl/trunk/RELEASE-NOTES.txt
URL: 
http://svn.apache.org/viewvc/commons/proper/jexl/trunk/RELEASE-NOTES.txt?rev=1736235&r1=1736234&r2=1736235&view=diff
==============================================================================
--- commons/proper/jexl/trunk/RELEASE-NOTES.txt (original)
+++ commons/proper/jexl/trunk/RELEASE-NOTES.txt Tue Mar 22 18:54:30 2016
@@ -1,6 +1,6 @@
 
                             Apache Commons JEXL
-                                Version 3.0
+                               Version 3.0.1
                                Release Notes
 
 
@@ -20,6 +20,26 @@ Its goal is to expose scripting features
 
 
 
========================================================================================================================
+Release 3.0.1
+========================================================================================================================
+
+Version 3.0.1 is a micro release to fix issues detected so far in 3.0:
+
+Bugs Fixed in 3.0.1:
+====================
+
+* JEXL-192:     Invalid return type when expected result is null
+* JEXL-191:     Jexl3 unsolvable property exception when using enum
+* JEXL-190:     local function within context is not resolved if function 
resolver class without namespace is specified
+* JEXL-189:     Possible bug in Interpreter.isCancelled()
+* JEXL-188:     Possible bug in JexlArithmetic.isFloatingPointNumber()
+* JEXL-187:     Jexl Syntax doc does not mention 'continue' and 'break' 
operators
+* JEXL-186:     Performance regression in arithmetic operations compared to 
JEXL 2.1
+
+There are no other changes.
+
+
+========================================================================================================================
 Release 3.0
 
========================================================================================================================
 

Modified: commons/proper/jexl/trunk/pom.xml
URL: 
http://svn.apache.org/viewvc/commons/proper/jexl/trunk/pom.xml?rev=1736235&r1=1736234&r2=1736235&view=diff
==============================================================================
--- commons/proper/jexl/trunk/pom.xml (original)
+++ commons/proper/jexl/trunk/pom.xml Tue Mar 22 18:54:30 2016
@@ -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.0.1-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>
@@ -116,7 +116,7 @@
         <maven.compiler.source>1.6</maven.compiler.source>
         <maven.compiler.target>1.6</maven.compiler.target>
         <commons.componentid>jexl</commons.componentid>
-        <commons.release.version>3.0</commons.release.version>
+        <commons.release.version>3.0.1</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>


Reply via email to