Author: sebb
Date: Wed Nov 30 00:55:42 2011
New Revision: 1208162

URL: http://svn.apache.org/viewvc?rev=1208162&view=rev
Log:
Revert to previous snapshot
Change artifactId because package was changed

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=1208162&r1=1208161&r2=1208162&view=diff
==============================================================================
--- commons/proper/jexl/trunk/pom.xml (original)
+++ commons/proper/jexl/trunk/pom.xml Wed Nov 30 00:55:42 2011
@@ -23,8 +23,8 @@
     </parent>
     <modelVersion>4.0.0</modelVersion>
     <groupId>org.apache.commons</groupId>
-    <artifactId>commons-jexl</artifactId>
-    <version>3.1-SNAPSHOT</version>
+    <artifactId>commons-jexl3</artifactId>
+    <version>3.0-SNAPSHOT</version>
     <name>Commons JEXL</name>
     <inceptionYear>2001</inceptionYear>
     <description>The Commons Jexl library is an implementation of the JSTL 
Expression Language with extensions.</description>


Reply via email to