You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by he...@apache.org on 2011/11/04 16:57:45 UTC

svn commit: r1197616 - /commons/proper/jexl/trunk/jexl2-compat/pom.xml

Author: henrib
Date: Fri Nov  4 15:57:44 2011
New Revision: 1197616

URL: http://svn.apache.org/viewvc?rev=1197616&view=rev
Log:
Fix build break;
Use commons parent 22

Modified:
    commons/proper/jexl/trunk/jexl2-compat/pom.xml

Modified: commons/proper/jexl/trunk/jexl2-compat/pom.xml
URL: http://svn.apache.org/viewvc/commons/proper/jexl/trunk/jexl2-compat/pom.xml?rev=1197616&r1=1197615&r2=1197616&view=diff
==============================================================================
--- commons/proper/jexl/trunk/jexl2-compat/pom.xml (original)
+++ commons/proper/jexl/trunk/jexl2-compat/pom.xml Fri Nov  4 15:57:44 2011
@@ -20,7 +20,7 @@
     <parent>
         <groupId>org.apache.commons</groupId>
         <artifactId>commons-parent</artifactId>
-        <version>21</version>
+        <version>22</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
     <groupId>org.apache.commons</groupId>
@@ -88,9 +88,9 @@
         <maven.compile.source>1.5</maven.compile.source>
         <maven.compile.target>1.5</maven.compile.target>
         <commons.componentid>jexl-compat</commons.componentid>
-        <commons.release.version>2.0.1</commons.release.version>
+        <commons.release.version>2.1</commons.release.version>
         <!-- The RC version used in the staging repository URL. -->
-        <commons.rc.version>RC2</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>