Author: henrib
Date: Mon Mar 29 08:36:39 2010
New Revision: 928639
URL: http://svn.apache.org/viewvc?rev=928639&view=rev
Log:
Prepare for 2.0.1
Modified:
commons/proper/jexl/trunk/pom.xml
Modified: commons/proper/jexl/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/commons/proper/jexl/trunk/pom.xml?rev=928639&r1=928638&r2=928639&view=diff
==============================================================================
--- commons/proper/jexl/trunk/pom.xml (original)
+++ commons/proper/jexl/trunk/pom.xml Mon Mar 29 08:36:39 2010
@@ -24,7 +24,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.apache.commons</groupId>
<artifactId>commons-jexl</artifactId>
- <version>2.0.2-SNAPSHOT</version>
+ <version>2.0.1-SNAPSHOT</version>
<name>Commons JEXL</name>
<inceptionYear>2001</inceptionYear>
<description>Jexl is an implementation of the JSTL Expression Language
with extensions.</description>
@@ -115,10 +115,10 @@
<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.0.1</commons.release.version>
<!-- The RC version used in the staging repository URL. -->
<commons.rc.version>RC1</commons.rc.version>
- <commons.release.2.version>2.0.1</commons.release.2.version>
+ <commons.release.2.version>2.0</commons.release.2.version>
<commons.release.2.binary.suffix />
<commons.jira.id>JEXL</commons.jira.id>
<commons.jira.pid>12310479</commons.jira.pid>