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/12 03:10:34 UTC

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

Author: jvanzyl
Date: Tue Nov 11 18:10:33 2008
New Revision: 713245

URL: http://svn.apache.org/viewvc?rev=713245&view=rev
Log:
o updating to the new release of plexus to remove the remaining plexus IT related problem. the alpha-1 is hopefully possible now

Modified:
    maven/components/trunk/pom.xml

Modified: maven/components/trunk/pom.xml
URL: http://svn.apache.org/viewvc/maven/components/trunk/pom.xml?rev=713245&r1=713244&r2=713245&view=diff
==============================================================================
--- maven/components/trunk/pom.xml (original)
+++ maven/components/trunk/pom.xml Tue Nov 11 18:10:33 2008
@@ -156,7 +156,7 @@
         <plugin>
           <groupId>org.codehaus.plexus</groupId>
           <artifactId>plexus-component-metadata</artifactId>
-          <version>1.0-beta-1</version>
+          <version>1.0-beta-1.2</version>
           <executions>
             <execution>
               <goals>
@@ -285,7 +285,7 @@
     <doxiaVersion>1.0-alpha-9</doxiaVersion>
     <easyMockVersion>1.2_Java1.3</easyMockVersion>
     <junitVersion>3.8.1</junitVersion>
-    <plexusVersion>1.0-beta-1</plexusVersion>
+    <plexusVersion>1.0-beta-1.2</plexusVersion>
     <plexusInteractivityVersion>1.0-alpha-6</plexusInteractivityVersion>
     <plexusInterpolationVersion>1.1</plexusInterpolationVersion>
     <plexusUtilsVersion>1.5.5</plexusUtilsVersion>
@@ -570,4 +570,4 @@
       </build>
     </profile>
   </profiles>
-</project>
\ No newline at end of file
+</project>