mirror of https://github.com/apache/maven.git
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:
parent
6dea6cfe21
commit
b4a8fc858b
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue