mirror of https://github.com/apache/maven.git
Update plexus version for modello.
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@163162 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
3904fc81eb
commit
7f564a214d
|
@ -60,7 +60,7 @@ public class MBoot
|
||||||
String[] modelloDeps = new String[]
|
String[] modelloDeps = new String[]
|
||||||
{
|
{
|
||||||
"classworlds/jars/classworlds-1.1-SNAPSHOT.jar",
|
"classworlds/jars/classworlds-1.1-SNAPSHOT.jar",
|
||||||
"plexus/jars/plexus-0.16.jar",
|
"plexus/jars/plexus-0.17-SNAPSHOT.jar",
|
||||||
"maven/jars/maven-artifact-2.0-SNAPSHOT.jar",
|
"maven/jars/maven-artifact-2.0-SNAPSHOT.jar",
|
||||||
"modello/jars/modello-core-1.0-SNAPSHOT.jar",
|
"modello/jars/modello-core-1.0-SNAPSHOT.jar",
|
||||||
// "modello/jars/modello-xdoc-plugin-1.0-SNAPSHOT.jar",
|
// "modello/jars/modello-xdoc-plugin-1.0-SNAPSHOT.jar",
|
||||||
|
|
Loading…
Reference in New Issue