You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by ah...@apache.org on 2007/01/02 00:23:53 UTC

svn commit: r491694 - in /maven/maven-1/plugins/trunk/scm: project.xml xdocs/changes.xml

Author: aheritier
Date: Mon Jan  1 15:23:53 2007
New Revision: 491694

URL: http://svn.apache.org/viewvc?view=rev&rev=491694
Log:
Upgrade plexus-container-default and plexus-component-api to version 1.0-alpha-15

Modified:
    maven/maven-1/plugins/trunk/scm/project.xml
    maven/maven-1/plugins/trunk/scm/xdocs/changes.xml

Modified: maven/maven-1/plugins/trunk/scm/project.xml
URL: http://svn.apache.org/viewvc/maven/maven-1/plugins/trunk/scm/project.xml?view=diff&rev=491694&r1=491693&r2=491694
==============================================================================
--- maven/maven-1/plugins/trunk/scm/project.xml (original)
+++ maven/maven-1/plugins/trunk/scm/project.xml Mon Jan  1 15:23:53 2007
@@ -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>

Modified: maven/maven-1/plugins/trunk/scm/xdocs/changes.xml
URL: http://svn.apache.org/viewvc/maven/maven-1/plugins/trunk/scm/xdocs/changes.xml?view=diff&rev=491694&r1=491693&r2=491694
==============================================================================
--- maven/maven-1/plugins/trunk/scm/xdocs/changes.xml (original)
+++ maven/maven-1/plugins/trunk/scm/xdocs/changes.xml Mon Jan  1 15:23:53 2007
@@ -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>