mirror of
https://github.com/apache/maven.git
synced 2025-02-22 01:45:37 +00:00
o updating to the latest wagon snapshots
PR: Obtained from: Submitted by: Reviewed by: git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@163221 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
0d2848002d
commit
275f002ac9
@ -18,12 +18,17 @@
|
|||||||
<dependency>
|
<dependency>
|
||||||
<groupId>maven</groupId>
|
<groupId>maven</groupId>
|
||||||
<artifactId>wagon-api</artifactId>
|
<artifactId>wagon-api</artifactId>
|
||||||
<version>1.0-alpha-1-SNAPSHOT</version>
|
<version>1.0-alpha-2-SNAPSHOT</version>
|
||||||
|
</dependency>
|
||||||
|
<dependency>
|
||||||
|
<groupId>maven</groupId>
|
||||||
|
<artifactId>wagon-file</artifactId>
|
||||||
|
<version>1.0-alpha-2-SNAPSHOT</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>maven</groupId>
|
<groupId>maven</groupId>
|
||||||
<artifactId>wagon-http-lightweight</artifactId>
|
<artifactId>wagon-http-lightweight</artifactId>
|
||||||
<version>1.0-alpha-1-SNAPSHOT</version>
|
<version>1.0-alpha-2-SNAPSHOT</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
</dependencies>
|
</dependencies>
|
||||||
</project>
|
</project>
|
||||||
|
@ -55,12 +55,12 @@
|
|||||||
<dependency>
|
<dependency>
|
||||||
<groupId>maven</groupId>
|
<groupId>maven</groupId>
|
||||||
<artifactId>wagon-api</artifactId>
|
<artifactId>wagon-api</artifactId>
|
||||||
<version>1.0-alpha-1-SNAPSHOT</version>
|
<version>1.0-alpha-2-SNAPSHOT</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>maven</groupId>
|
<groupId>maven</groupId>
|
||||||
<artifactId>wagon-http-lightweight</artifactId>
|
<artifactId>wagon-http-lightweight</artifactId>
|
||||||
<version>1.0-alpha-1-SNAPSHOT</version>
|
<version>1.0-alpha-2-SNAPSHOT</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
</dependencies>
|
</dependencies>
|
||||||
<distributionManagement>
|
<distributionManagement>
|
||||||
|
@ -26,7 +26,6 @@ public class MBoot
|
|||||||
|
|
||||||
String[] bootstrapDeps = new String[]
|
String[] bootstrapDeps = new String[]
|
||||||
{
|
{
|
||||||
"maven/jars/wagon-http-lightweight-1.0-alpha-1-SNAPSHOT.jar",
|
|
||||||
"junit/jars/junit-3.8.1.jar",
|
"junit/jars/junit-3.8.1.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…
x
Reference in New Issue
Block a user