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>