You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by rf...@apache.org on 2012/04/24 22:24:11 UTC

svn commit: r1329990 - /maven/release/trunk/maven-release-plugin/src/site/site.xml

Author: rfscholte
Date: Tue Apr 24 20:24:11 2012
New Revision: 1329990

URL: http://svn.apache.org/viewvc?rev=1329990&view=rev
Log:
Remove explicit skin according to comment:
TODO remove when using Maven Parent 11+

Modified:
    maven/release/trunk/maven-release-plugin/src/site/site.xml

Modified: maven/release/trunk/maven-release-plugin/src/site/site.xml
URL: http://svn.apache.org/viewvc/maven/release/trunk/maven-release-plugin/src/site/site.xml?rev=1329990&r1=1329989&r2=1329990&view=diff
==============================================================================
--- maven/release/trunk/maven-release-plugin/src/site/site.xml (original)
+++ maven/release/trunk/maven-release-plugin/src/site/site.xml Tue Apr 24 20:24:11 2012
@@ -23,12 +23,6 @@ under the License.
   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
   xsi:schemaLocation="http://maven.apache.org/DECORATION/1.0.0 http://maven.apache.org/xsd/decoration-1.0.0.xsd"
   name="Maven Release plugin">
-  <!-- TODO remove when using Maven Parent 11+ -->
-  <skin>
-    <groupId>org.apache.maven.skins</groupId>
-    <artifactId>maven-stylus-skin</artifactId>
-    <version>1.1</version>
-  </skin>
   <body>
     <breadcrumbs>
       <!-- TODO: This breadcrumb should be removed when it has been solved in the parent -->