You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by jv...@apache.org on 2008/11/29 18:37:14 UTC

svn commit: r721696 - /maven/components/trunk/pom.xml

Author: jvanzyl
Date: Sat Nov 29 09:37:13 2008
New Revision: 721696

URL: http://svn.apache.org/viewvc?rev=721696&view=rev
Log:
o create a property for the modello version
o update to latest plexus

Modified:
    maven/components/trunk/pom.xml

Modified: maven/components/trunk/pom.xml
URL: http://svn.apache.org/viewvc/maven/components/trunk/pom.xml?rev=721696&r1=721695&r2=721696&view=diff
==============================================================================
--- maven/components/trunk/pom.xml (original)
+++ maven/components/trunk/pom.xml Sat Nov 29 09:37:13 2008
@@ -196,7 +196,7 @@
         <plugin>
           <groupId>org.codehaus.modello</groupId>
           <artifactId>modello-maven-plugin</artifactId>
-          <version>1.0-alpha-21</version>
+          <version>${modelloVersion}</version>
           <executions>
             <execution>
               <id>site-docs</id>
@@ -276,7 +276,7 @@
     <doxiaVersion>1.0-alpha-9</doxiaVersion>
     <easyMockVersion>1.2_Java1.3</easyMockVersion>
     <junitVersion>3.8.1</junitVersion>
-    <plexusVersion>1.0-beta-3-SNAPSHOT</plexusVersion>
+    <plexusVersion>1.0-beta-3.0.0-SNAPSHOT</plexusVersion>
     <plexusInteractivityVersion>1.0-alpha-6</plexusInteractivityVersion>
     <plexusInterpolationVersion>1.1</plexusInterpolationVersion>
     <plexusUtilsVersion>1.5.5</plexusUtilsVersion>
@@ -284,6 +284,7 @@
     <mavenSharedModel>1.0-SNAPSHOT</mavenSharedModel>
     <mercuryVersion>1.0.0-alpha-2-SNAPSHOT</mercuryVersion>
     <woodstoxVersion>3.2.6</woodstoxVersion>
+    <modelloVersion>1.0-alpha-21</modelloVersion>
   </properties>
   <!--start-->
   <dependencies>