You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by ni...@apache.org on 2008/03/06 01:08:25 UTC

svn commit: r634090 - /commons/proper/logging/trunk/pom.xml

Author: niallp
Date: Wed Mar  5 16:08:23 2008
New Revision: 634090

URL: http://svn.apache.org/viewvc?rev=634090&view=rev
Log:
Remove the maven-site-plugin version - now specified in commons-parent pom

Modified:
    commons/proper/logging/trunk/pom.xml

Modified: commons/proper/logging/trunk/pom.xml
URL: http://svn.apache.org/viewvc/commons/proper/logging/trunk/pom.xml?rev=634090&r1=634089&r2=634090&view=diff
==============================================================================
--- commons/proper/logging/trunk/pom.xml (original)
+++ commons/proper/logging/trunk/pom.xml Wed Mar  5 16:08:23 2008
@@ -395,12 +395,6 @@
         </configuration>
       </plugin>
 
-      <plugin>
-        <groupId>org.apache.maven.plugins</groupId>
-        <artifactId>maven-site-plugin</artifactId>
-        <version>2.0-beta-5</version>
-      </plugin>
-
     </plugins>
   </build>