Author: brett Date: Mon May 1 06:00:55 2006 New Revision: 398592 URL: http://svn.apache.org/viewcvs?rev=398592&view=rev Log: no need for child delegation after dom4j went away
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=398592&r1=398591&r2=398592&view=diff ============================================================================== --- maven/plugins/trunk/maven-release-plugin/pom.xml (original) +++ maven/plugins/trunk/maven-release-plugin/pom.xml Mon May 1 06:00:55 2006 @@ -124,12 +124,6 @@ <target>1.4</target> </configuration> </plugin> - <plugin> - <artifactId>maven-surefire-plugin</artifactId> - <configuration> - <childDelegation>false</childDelegation> - </configuration> - </plugin> </plugins> </build> </project>