You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by vs...@apache.org on 2008/12/23 15:58:52 UTC

svn commit: r728980 - /maven/skins/trunk/pom.xml

Author: vsiveton
Date: Tue Dec 23 06:58:52 2008
New Revision: 728980

URL: http://svn.apache.org/viewvc?rev=728980&view=rev
Log:
o removed inherited plugins 

Modified:
    maven/skins/trunk/pom.xml

Modified: maven/skins/trunk/pom.xml
URL: http://svn.apache.org/viewvc/maven/skins/trunk/pom.xml?rev=728980&r1=728979&r2=728980&view=diff
==============================================================================
--- maven/skins/trunk/pom.xml (original)
+++ maven/skins/trunk/pom.xml Tue Dec 23 06:58:52 2008
@@ -70,10 +70,6 @@
             <tagBase>https://svn.apache.org/repos/asf/maven/skins/tags</tagBase>
           </configuration>
         </plugin>
-        <plugin>
-          <artifactId>maven-site-plugin</artifactId>
-          <version>2.0-beta-6</version>
-        </plugin>
       </plugins>
     </pluginManagement>
   </build>