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>