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 2009/11/16 23:03:15 UTC

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

Author: henrib
Date: Mon Nov 16 22:03:14 2009
New Revision: 880988

URL: http://svn.apache.org/viewvc?rev=880988&view=rev
Log:
Prepare RC2

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=880988&r1=880987&r2=880988&view=diff
==============================================================================
--- commons/proper/jexl/trunk/pom.xml (original)
+++ commons/proper/jexl/trunk/pom.xml Mon Nov 16 22:03:14 2009
@@ -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>RC1</commons.rc.version>
+        <commons.rc.version>RC2</commons.rc.version>
         <commons.binary.suffix />
         <commons.jira.id>JEXL</commons.jira.id>
         <commons.jira.pid>12310479</commons.jira.pid>
@@ -195,22 +195,6 @@
                     </comparisonArtifacts>
                 </configuration>
             </plugin>
-
-            <!-- For some yet unknown reason, this is required to generate the reports -->
-            <plugin>
-                <groupId>org.apache.maven.plugins</groupId>
-                <artifactId>maven-site-plugin</artifactId>
-                <version>2.0.1</version>
-                <configuration>
-              <!-- Exclude the navigation file for Maven 1 sites
-                   and the changes file used by the changes-plugin,
-                   as they interfere with the site generation. -->
-                    <moduleExcludes>
-                        <xdoc>navigation.xml,changes.xml</xdoc>
-                    </moduleExcludes>
-                </configuration>
-            </plugin>
-
         </plugins>
     </build>