You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by be...@apache.org on 2009/01/01 10:42:19 UTC

svn commit: r730516 - in /maven/plugins/trunk/maven-install-plugin: pom.xml src/main/java/org/codehaus/plexus/util/ReaderFactory.java src/main/java/org/codehaus/plexus/util/WriterFactory.java src/main/java/org/codehaus/plexus/util/xml/

Author: bentmann
Date: Thu Jan  1 01:42:18 2009
New Revision: 730516

URL: http://svn.apache.org/viewvc?rev=730516&view=rev
Log:
[MINSTALL-46] remove copy of plexus-utils' XML encoding support sources

Removed:
    maven/plugins/trunk/maven-install-plugin/src/main/java/org/codehaus/plexus/util/ReaderFactory.java
    maven/plugins/trunk/maven-install-plugin/src/main/java/org/codehaus/plexus/util/WriterFactory.java
    maven/plugins/trunk/maven-install-plugin/src/main/java/org/codehaus/plexus/util/xml/
Modified:
    maven/plugins/trunk/maven-install-plugin/pom.xml

Modified: maven/plugins/trunk/maven-install-plugin/pom.xml
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-install-plugin/pom.xml?rev=730516&r1=730515&r2=730516&view=diff
==============================================================================
--- maven/plugins/trunk/maven-install-plugin/pom.xml (original)
+++ maven/plugins/trunk/maven-install-plugin/pom.xml Thu Jan  1 01:42:18 2009
@@ -37,7 +37,7 @@
   <inceptionYear>2004</inceptionYear>
 
   <prerequisites>
-    <maven>2.0</maven>
+    <maven>2.0.6</maven>
   </prerequisites>
 
   <scm>
@@ -79,6 +79,11 @@
     </dependency>
     <dependency>
       <groupId>org.codehaus.plexus</groupId>
+      <artifactId>plexus-utils</artifactId>
+      <version>1.5.6</version>
+    </dependency>
+    <dependency>
+      <groupId>org.codehaus.plexus</groupId>
       <artifactId>plexus-digest</artifactId>
       <version>1.0</version>
     </dependency>