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

svn commit: r1208162 - /commons/proper/jexl/trunk/pom.xml

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>



Re: svn commit: r1208162 - /commons/proper/jexl/trunk/pom.xml

Posted by sebb AT ASF <se...@apache.org>.
On 30 November 2011 00:55,  <se...@apache.org> wrote:
> 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

This is just in case we end up doing a 3.0 release from trunk; did not
want to forget the Maven id change.

> 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>
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org
For additional commands, e-mail: dev-help@commons.apache.org