mirror of https://github.com/apache/maven.git
o update to released plexus
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@514298 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
3bd3bb5b79
commit
cc6d9a1425
|
@ -16,7 +16,7 @@
|
|||
# under the License.
|
||||
|
||||
classworlds.version=1.2-alpha-7
|
||||
plexus.version=1.0-alpha-17
|
||||
plexus.version=1.0-alpha-18
|
||||
plexus-archiver.version=1.0-alpha-8
|
||||
plexus-utils.version=1.4
|
||||
plexus-interactivity-api.version=1.0-alpha-6-SNAPSHOT
|
||||
|
|
|
@ -139,11 +139,6 @@ under the License.
|
|||
<artifactId>maven-monitor</artifactId>
|
||||
<version>2.1-SNAPSHOT</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.apache.maven</groupId>
|
||||
<artifactId>maven-tools</artifactId>
|
||||
<version>2.1-SNAPSHOT</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.codehaus.plexus</groupId>
|
||||
<artifactId>plexus-utils</artifactId>
|
||||
|
|
9
pom.xml
9
pom.xml
|
@ -24,7 +24,7 @@ under the License.
|
|||
<parent>
|
||||
<groupId>org.apache.maven</groupId>
|
||||
<artifactId>maven-parent</artifactId>
|
||||
<version>4</version>
|
||||
<version>6-SNAPSHOT</version>
|
||||
<relativePath>../pom/maven/pom.xml</relativePath>
|
||||
</parent>
|
||||
<artifactId>maven</artifactId>
|
||||
|
@ -164,7 +164,7 @@ under the License.
|
|||
<module>maven-embedder</module>
|
||||
</modules>
|
||||
<properties>
|
||||
<plexusVersion>1.0-alpha-17</plexusVersion>
|
||||
<plexusVersion>1.0-alpha-18</plexusVersion>
|
||||
<wagonVersion>1.0-beta-3-SNAPSHOT</wagonVersion>
|
||||
</properties>
|
||||
<dependencies>
|
||||
|
@ -197,11 +197,6 @@ under the License.
|
|||
<artifactId>plexus-utils</artifactId>
|
||||
<version>1.4</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>commons-lang</groupId>
|
||||
<artifactId>commons-lang</artifactId>
|
||||
<version>2.1</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.apache.maven.wagon</groupId>
|
||||
<artifactId>wagon-manager</artifactId>
|
||||
|
|
Loading…
Reference in New Issue