You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by ba...@apache.org on 2007/05/20 12:05:46 UTC

svn commit: r539853 - in /maven/sandbox/trunk/plugins/maven-component-it-plugin: ./ pom.xml

Author: baerrach
Date: Sun May 20 03:05:44 2007
New Revision: 539853

URL: http://svn.apache.org/viewvc?view=rev&rev=539853
Log:
[MSANDBOX-2] Upgrade plexus-utils to 1.4.2-SNAPSHOT

Modified:
    maven/sandbox/trunk/plugins/maven-component-it-plugin/   (props changed)
    maven/sandbox/trunk/plugins/maven-component-it-plugin/pom.xml

Propchange: maven/sandbox/trunk/plugins/maven-component-it-plugin/
------------------------------------------------------------------------------
--- svn:ignore (added)
+++ svn:ignore Sun May 20 03:05:44 2007
@@ -0,0 +1,5 @@
+target
+
+.classpath
+
+.project

Modified: maven/sandbox/trunk/plugins/maven-component-it-plugin/pom.xml
URL: http://svn.apache.org/viewvc/maven/sandbox/trunk/plugins/maven-component-it-plugin/pom.xml?view=diff&rev=539853&r1=539852&r2=539853
==============================================================================
--- maven/sandbox/trunk/plugins/maven-component-it-plugin/pom.xml (original)
+++ maven/sandbox/trunk/plugins/maven-component-it-plugin/pom.xml Sun May 20 03:05:44 2007
@@ -27,7 +27,7 @@
     <dependency>
       <groupId>org.codehaus.plexus</groupId>
       <artifactId>plexus-utils</artifactId>
-      <version>1.4.1</version>
+      <version>1.4.2-SNAPSHOT</version>
     </dependency>
     <dependency>
       <groupId>org.apache.maven</groupId>