You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by ol...@apache.org on 2009/11/10 22:35:50 UTC

svn commit: r834681 - in /maven/plugin-testing/branches/plugin-testing-mvn-3.x: maven-plugin-testing-tools/pom.xml pom.xml

Author: olamy
Date: Tue Nov 10 21:35:49 2009
New Revision: 834681

URL: http://svn.apache.org/viewvc?rev=834681&view=rev
Log:
upgrade plexus-component-metadata version to 1.5.0.
move plexus version to a property.

Modified:
    maven/plugin-testing/branches/plugin-testing-mvn-3.x/maven-plugin-testing-tools/pom.xml
    maven/plugin-testing/branches/plugin-testing-mvn-3.x/pom.xml

Modified: maven/plugin-testing/branches/plugin-testing-mvn-3.x/maven-plugin-testing-tools/pom.xml
URL: http://svn.apache.org/viewvc/maven/plugin-testing/branches/plugin-testing-mvn-3.x/maven-plugin-testing-tools/pom.xml?rev=834681&r1=834680&r2=834681&view=diff
==============================================================================
--- maven/plugin-testing/branches/plugin-testing-mvn-3.x/maven-plugin-testing-tools/pom.xml (original)
+++ maven/plugin-testing/branches/plugin-testing-mvn-3.x/maven-plugin-testing-tools/pom.xml Tue Nov 10 21:35:49 2009
@@ -94,7 +94,7 @@
       <plugin>
         <groupId>org.codehaus.plexus</groupId>
         <artifactId>plexus-component-metadata</artifactId>
-        <version>1.4.1</version>
+        <version>${plexusVersion}</version>
         <executions>
           <execution>
             <goals>

Modified: maven/plugin-testing/branches/plugin-testing-mvn-3.x/pom.xml
URL: http://svn.apache.org/viewvc/maven/plugin-testing/branches/plugin-testing-mvn-3.x/pom.xml?rev=834681&r1=834680&r2=834681&view=diff
==============================================================================
--- maven/plugin-testing/branches/plugin-testing-mvn-3.x/pom.xml (original)
+++ maven/plugin-testing/branches/plugin-testing-mvn-3.x/pom.xml Tue Nov 10 21:35:49 2009
@@ -141,6 +141,7 @@
 
   <properties>
     <mavenVersion>3.0-SNAPSHOT</mavenVersion>
+    <plexusVersion>1.5.0</plexusVersion>
   </properties>
 
   <dependencyManagement>
@@ -172,7 +173,7 @@
       <dependency>
         <groupId>org.codehaus.plexus</groupId>
         <artifactId>plexus-container-default</artifactId>
-        <version>1.5.0</version>
+        <version>${plexusVersion}</version>
       </dependency>    
     
       <dependency>