o Changed the plexus dependency's version from 0.17 to 0.17-SNAPSHOT since 0.17 has not yet been released.

git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@163093 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
John Dennis Casey 2004-09-17 16:48:57 +00:00
parent 72d9230f28
commit 41da9e4f43
1 changed files with 1 additions and 1 deletions

View File

@ -80,7 +80,7 @@
<dependency>
<groupId>plexus</groupId>
<artifactId>plexus</artifactId>
<version>0.17</version>
<version>0.17-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>xstream</groupId>