mirror of https://github.com/apache/maven.git
o Modified to use plexus-artifact-container-1.0-alpha-1-SNAPSHOT to reflect the change in the artifact container's POM...that container has not been released in any official way, so I changed the version to a -SNAPSHOT
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@163092 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
7773dde7de
commit
72d9230f28
|
@ -18,7 +18,7 @@
|
|||
<dependency>
|
||||
<groupId>plexus</groupId>
|
||||
<artifactId>plexus-artifact-container</artifactId>
|
||||
<version>1.0-alpha-1</version>
|
||||
<version>1.0-alpha-1-SNAPSHOT</version>
|
||||
</dependency>
|
||||
<!-- maven component -->
|
||||
<dependency>
|
||||
|
|
Loading…
Reference in New Issue