update plexus utils

git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@332270 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Brett Leslie Porter 2005-11-10 10:57:34 +00:00
parent 6dea6cfe21
commit b4a8fc858b
2 changed files with 3 additions and 2 deletions

View File

@ -2,7 +2,8 @@
<parent>
<artifactId>maven-plugin-parent</artifactId>
<groupId>org.apache.maven.plugins</groupId>
<version>2.0</version>
<!-- Not a prerequesite, just building with a newer plexus-utils version -->
<version>2.0.1-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>maven-plugin-plugin</artifactId>

View File

@ -150,7 +150,7 @@
<dependency>
<groupId>org.codehaus.plexus</groupId>
<artifactId>plexus-utils</artifactId>
<version>1.0.4</version>
<version>1.0.5-SNAPSHOT</version>
</dependency>
</dependencies>
</dependencyManagement>