Upgrade plexus-container-default and plexus-component-api to version 1.0-alpha-15

git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@491694 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
aheritier 2007-01-01 23:23:53 +00:00
parent 3e9a4ca026
commit 17f7bdf522
2 changed files with 5 additions and 4 deletions

View File

@ -157,13 +157,14 @@
<dependency>
<groupId>org.codehaus.plexus</groupId>
<artifactId>plexus-component-api</artifactId>
<version>1.0-alpha-14</version>
<version>1.0-alpha-15</version>
</dependency>
<dependency>
<groupId>org.codehaus.plexus</groupId>
<artifactId>plexus-container-default</artifactId>
<version>1.0-alpha-14</version>
</dependency> <dependency>
<version>1.0-alpha-15</version>
</dependency>
<dependency>
<groupId>org.codehaus.plexus</groupId>
<artifactId>plexus-utils</artifactId>
<version>1.0.5</version>

View File

@ -28,7 +28,7 @@
<action dev="ltheussl" type="fix" issue="MPSCM-89">SCM Parse Connection output is wrong / misleading.</action>
<action dev="ltheussl" type="fix" issue="MPSCM-86">scm:prepare-release does not commit modified changes.xml.</action>
<action dev="aheritier" type="update" issue="MAVEN-1803">Upgrade plexus-utils to version 1.0.5</action>
<action dev="aheritier" type="update">Upgrade plexus-container-default to version 1.0-alpha-14</action>
<action dev="aheritier" type="update">Upgrade plexus-container-default and plexus-component-api to version 1.0-alpha-15</action>
<action dev="ltheussl" type="update">Update dom4j and jelly dependencies to match the ones in maven 1.1 core.</action>
<action dev="aheritier" type="update">Update dependencies to unify them between plugins. The following dependencies are updated : commons-jelly-tags-interaction v1.0 to v1.1, jaxen v1.0-FCS-full to 1.1-beta-9. Add the dependency to jline for commons-jelly-tags-interaction v1.1.</action>
<action dev="aheritier" type="update">Upgrade to commons-io 1.2.</action>