Author: henrib
Date: Mon Jan 18 20:27:53 2010
New Revision: 900538
URL: http://svn.apache.org/viewvc?rev=900538&view=rev
Log:
getting ready for RC6
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=900538&r1=900537&r2=900538&view=diff
==============================================================================
--- commons/proper/jexl/trunk/pom.xml (original)
+++ commons/proper/jexl/trunk/pom.xml Mon Jan 18 20:27:53 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.0-SNAPSHOT</version>
<name>Commons JEXL</name>
<inceptionYear>2001</inceptionYear>
<description>Jexl is an implementation of the JSTL Expression Language
with extensions.</description>
@@ -117,7 +117,7 @@
<commons.componentid>jexl</commons.componentid>
<commons.release.version>2.0</commons.release.version>
<!-- The RC version used in the staging repository URL. -->
- <commons.rc.version>RC5</commons.rc.version>
+ <commons.rc.version>RC6</commons.rc.version>
<commons.binary.suffix />
<commons.jira.id>JEXL</commons.jira.id>
<commons.jira.pid>12310479</commons.jira.pid>