Author: vsiveton Date: Wed Jul 25 16:39:51 2007 New Revision: 559649 URL: http://svn.apache.org/viewvc?view=rev&rev=559649 Log: o specified the version for plexus-utils to 1.4.3: the latest version of modello-maven-plugin is 1.0-SNAPSHOT-16 using plexus-utils:1.4.2 which doesn't have XmlReader
Modified: maven/doxia/doxia-sitetools/trunk/doxia-decoration-model/pom.xml Modified: maven/doxia/doxia-sitetools/trunk/doxia-decoration-model/pom.xml URL: http://svn.apache.org/viewvc/maven/doxia/doxia-sitetools/trunk/doxia-decoration-model/pom.xml?view=diff&rev=559649&r1=559648&r2=559649 ============================================================================== --- maven/doxia/doxia-sitetools/trunk/doxia-decoration-model/pom.xml (original) +++ maven/doxia/doxia-sitetools/trunk/doxia-decoration-model/pom.xml Wed Jul 25 16:39:51 2007 @@ -68,6 +68,7 @@ <dependency> <groupId>org.codehaus.plexus</groupId> <artifactId>plexus-utils</artifactId> + <version>1.4.3</version> </dependency> </dependencies> </project>