You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hc.apache.org by ol...@apache.org on 2009/02/25 22:57:08 UTC

svn commit: r747934 - /httpcomponents/project/pom.xml

Author: olegk
Date: Wed Feb 25 21:57:07 2009
New Revision: 747934

URL: http://svn.apache.org/viewvc?rev=747934&view=rev
Log:
Removed maven site plugin version (2.0-beta7 shipped with Maven 2.0.10 appears to work correctly)

Modified:
    httpcomponents/project/pom.xml

Modified: httpcomponents/project/pom.xml
URL: http://svn.apache.org/viewvc/httpcomponents/project/pom.xml?rev=747934&r1=747933&r2=747934&view=diff
==============================================================================
--- httpcomponents/project/pom.xml (original)
+++ httpcomponents/project/pom.xml Wed Feb 25 21:57:07 2009
@@ -261,7 +261,6 @@
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-site-plugin</artifactId>
-        <version>2.0-beta-5</version>
       </plugin>
     </plugins>
     <pluginManagement>