Author: jvanzyl
Date: Sun Apr 22 15:06:16 2007
New Revision: 531288

URL: http://svn.apache.org/viewvc?view=rev&rev=531288
Log:
o p-u is safe to use now

Modified:
    maven/plugins/trunk/maven-site-plugin/pom.xml

Modified: maven/plugins/trunk/maven-site-plugin/pom.xml
URL: 
http://svn.apache.org/viewvc/maven/plugins/trunk/maven-site-plugin/pom.xml?view=diff&rev=531288&r1=531287&r2=531288
==============================================================================
--- maven/plugins/trunk/maven-site-plugin/pom.xml (original)
+++ maven/plugins/trunk/maven-site-plugin/pom.xml Sun Apr 22 15:06:16 2007
@@ -137,16 +137,11 @@
       <artifactId>maven-reporting-api</artifactId>
       <version>2.0.4</version>
     </dependency>
-        <!--
-    This can be added back in when either maven's core swizzle's its
-    internal dependencies or we upgrade across the board.
     <dependency>
       <groupId>org.codehaus.plexus</groupId>
       <artifactId>plexus-utils</artifactId>
-      <version>1.1</version>
+      <version>1.4.1</version>
     </dependency>
-    
-    -->
     <dependency>
       <groupId>org.mortbay.jetty</groupId>
       <artifactId>jetty</artifactId>


Reply via email to