Author: henrib
Date: Mon Mar 29 11:38:44 2010
New Revision: 928724

URL: http://svn.apache.org/viewvc?rev=928724&view=rev
Log:
Prepare for 2.0.1 (mvn -Prc release:perform still not working correctly with 
clean .m2 repo)

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=928724&r1=928723&r2=928724&view=diff
==============================================================================
--- commons/proper/jexl/trunk/pom.xml (original)
+++ commons/proper/jexl/trunk/pom.xml Mon Mar 29 11:38:44 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>
@@ -130,14 +130,6 @@
     <build>
         <!-- temporarily override the parent POM (v 11) until that is updated 
-->
         <resources>
-            <resource>
-                <directory>${basedir}</directory>
-                <targetPath>META-INF</targetPath>
-                <includes>
-                    <include>NOTICE.txt</include>
-                    <include>LICENSE.txt</include>
-                </includes>
-            </resource>
             <!-- This is the default, but is currently missing from the parent 
POM (v11) -->
             <resource>
                 <directory>src/main/resources</directory>
@@ -145,6 +137,7 @@
         </resources>
         <plugins>
             <!-- workaround MRELEASE-424 when publishing -->
+            <!--
             <plugin>
                 <groupId>org.apache.maven.plugins</groupId>
                 <artifactId>maven-release-plugin</artifactId>
@@ -152,6 +145,7 @@
                     <mavenExecutorId>forked-path</mavenExecutorId>
                 </configuration>
             </plugin>
+            -->
             <plugin>
                 <groupId>org.apache.maven.plugins</groupId>
                 <artifactId>maven-surefire-plugin</artifactId>


Reply via email to