Author: vsiveton Date: Mon Feb 18 05:27:26 2008 New Revision: 628723 URL: http://svn.apache.org/viewvc?rev=628723&view=rev Log: o removed maven-site-plugin version (inherited)
Modified: maven/plugins/trunk/pom.xml Modified: maven/plugins/trunk/pom.xml URL: http://svn.apache.org/viewvc/maven/plugins/trunk/pom.xml?rev=628723&r1=628722&r2=628723&view=diff ============================================================================== --- maven/plugins/trunk/pom.xml (original) +++ maven/plugins/trunk/pom.xml Mon Feb 18 05:27:26 2008 @@ -174,7 +174,6 @@ </plugin> <plugin> <artifactId>maven-site-plugin</artifactId> - <version>2.0-beta-5</version> <configuration> <stagingSiteURL>scp://people.apache.org/www/maven.apache.org/plugins/${artifactId}-${version}</stagingSiteURL> </configuration>