You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by br...@apache.org on 2006/05/09 11:20:21 UTC

svn commit: r405356 - /maven/plugins/trunk/maven-release-plugin/pom.xml

Author: brett
Date: Tue May  9 02:20:19 2006
New Revision: 405356

URL: http://svn.apache.org/viewcvs?rev=405356&view=rev
Log:
wrong dom

Modified:
    maven/plugins/trunk/maven-release-plugin/pom.xml

Modified: maven/plugins/trunk/maven-release-plugin/pom.xml
URL: http://svn.apache.org/viewcvs/maven/plugins/trunk/maven-release-plugin/pom.xml?rev=405356&r1=405355&r2=405356&view=diff
==============================================================================
--- maven/plugins/trunk/maven-release-plugin/pom.xml (original)
+++ maven/plugins/trunk/maven-release-plugin/pom.xml Tue May  9 02:20:19 2006
@@ -131,8 +131,8 @@
       <version>1.1-beta-8</version>
       <exclusions>
         <exclusion>
-          <groupId>jdom</groupId>
-          <artifactId>jdom</artifactId>
+          <groupId>dom4j</groupId>
+          <artifactId>dom4j</artifactId>
         </exclusion>
         <exclusion>
           <groupId>xerces</groupId>