Author: vsiveton Date: Sun Jun 3 09:50:33 2007 New Revision: 543940 URL: http://svn.apache.org/viewvc?view=rev&rev=543940 Log: o bump to plexus-utils:1.4.2 to fix the build on winxp
Modified: maven/plugins/trunk/maven-pmd-plugin/pom.xml Modified: maven/plugins/trunk/maven-pmd-plugin/pom.xml URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-pmd-plugin/pom.xml?view=diff&rev=543940&r1=543939&r2=543940 ============================================================================== --- maven/plugins/trunk/maven-pmd-plugin/pom.xml (original) +++ maven/plugins/trunk/maven-pmd-plugin/pom.xml Sun Jun 3 09:50:33 2007 @@ -35,7 +35,7 @@ <url>http://jira.codehaus.org/browse/MPMD</url> </issueManagement> <mailingLists> - <!-- duplication from maven-plugins pom - temporary until they inherit properly + <!-- duplication from maven-plugins pom - temporary until they inherit properly --> <mailingList> <name>Maven User List</name> @@ -62,7 +62,7 @@ <post>commits@maven.apache.org</post> <archive>http://mail-archives.apache.org/mod_mbox/maven-dev</archive> </mailingList> - <!-- duplication from maven-parent pom - temporary until they inherit properly + <!-- duplication from maven-parent pom - temporary until they inherit properly --> <mailingList> <name>Maven Announcements List</name> @@ -105,7 +105,7 @@ <artifactId>pmd</artifactId> <version>3.9</version> <exclusions> - <!-- 3.9 specifies a beta version of jaxen which doesn't have a pom resulting in + <!-- 3.9 specifies a beta version of jaxen which doesn't have a pom resulting in a warning whenever you use it. Likewise for xom 1.0. --> <exclusion> <groupId>jaxen</groupId> @@ -137,7 +137,7 @@ <dependency> <groupId>org.codehaus.plexus</groupId> <artifactId>plexus-utils</artifactId> - <version>1.0.4</version> + <version>1.4.2</version> </dependency> <dependency> <groupId>org.apache.maven.shared</groupId>