Author: henrib
Date: Fri Feb  5 13:11:26 2010
New Revision: 906928

URL: http://svn.apache.org/viewvc?rev=906928&view=rev
Log:
2.0 post-release setup.

Modified:
    commons/proper/jexl/trunk/pom.xml
    commons/proper/jexl/trunk/xdocs/changes.xml

Modified: commons/proper/jexl/trunk/pom.xml
URL: 
http://svn.apache.org/viewvc/commons/proper/jexl/trunk/pom.xml?rev=906928&r1=906927&r2=906928&view=diff
==============================================================================
--- commons/proper/jexl/trunk/pom.xml (original)
+++ commons/proper/jexl/trunk/pom.xml Fri Feb  5 13:11:26 2010
@@ -24,7 +24,7 @@
     <modelVersion>4.0.0</modelVersion>
     <groupId>org.apache.commons</groupId>
     <artifactId>commons-jexl</artifactId>
-    <version>2.0</version>
+    <version>2.1-SNAPSHOT</version>
     <name>Commons JEXL</name>
     <inceptionYear>2001</inceptionYear>
     <description>Jexl is an implementation of the JSTL Expression Language 
with extensions.</description>
@@ -115,9 +115,9 @@
         <maven.compile.source>1.5</maven.compile.source>
         <maven.compile.target>1.5</maven.compile.target>
         <commons.componentid>jexl</commons.componentid>
-        <commons.release.version>2.0</commons.release.version>
+        <commons.release.version>2.1</commons.release.version>
         <!-- The RC version used in the staging repository URL. -->
-        <commons.rc.version>RC6</commons.rc.version>
+        <commons.rc.version>RC1</commons.rc.version>
         <commons.binary.suffix />
         <commons.jira.id>JEXL</commons.jira.id>
         <commons.jira.pid>12310479</commons.jira.pid>

Modified: commons/proper/jexl/trunk/xdocs/changes.xml
URL: 
http://svn.apache.org/viewvc/commons/proper/jexl/trunk/xdocs/changes.xml?rev=906928&r1=906927&r2=906928&view=diff
==============================================================================
--- commons/proper/jexl/trunk/xdocs/changes.xml (original)
+++ commons/proper/jexl/trunk/xdocs/changes.xml Fri Feb  5 13:11:26 2010
@@ -25,7 +25,7 @@
     <author email="[email protected]">Commons Developers</author>
   </properties>
   <body>
-    <release version="2.0" date="unreleased">
+    <release version="2.0" date="2010-02-02">
         <action dev="henrib" type="add" issue="JEXL-27" due-to="Weikuo 
Liaw">Bean-ish &amp; ant-ish like assignment</action>
         <action dev="henrib" type="add" issue="JEXL-19" due-to="Jesse 
Glick">Ternary operator support</action>
         <action dev="henrib" type="add" issue="JEXL-46" due-to="Alfred 
Reibenschuh">adding Perl-like regular-expression operators</action>


Reply via email to