You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by hb...@apache.org on 2015/11/01 23:16:21 UTC

svn commit: r1711856 - in /maven/site/trunk: content/site.xml pom.xml

Author: hboutemy
Date: Sun Nov  1 22:16:20 2015
New Revision: 1711856

URL: http://svn.apache.org/viewvc?rev=1711856&view=rev
Log:
updated parent pom

Modified:
    maven/site/trunk/content/site.xml
    maven/site/trunk/pom.xml

Modified: maven/site/trunk/content/site.xml
URL: http://svn.apache.org/viewvc/maven/site/trunk/content/site.xml?rev=1711856&r1=1711855&r2=1711856&view=diff
==============================================================================
--- maven/site/trunk/content/site.xml (original)
+++ maven/site/trunk/content/site.xml Sun Nov  1 22:16:20 2015
@@ -26,21 +26,6 @@ under the License.
   name="Maven">
   <version position="none" />
 
-  <bannerLeft>
-    <src>https://maven.apache.org/images/apache-maven-project.png</src>
-    <href>https://www.apache.org/</href>
-  </bannerLeft>
-
-  <bannerRight>
-    <src>https://maven.apache.org/images/maven-logo-black-on-white.png</src>
-    <href>https://maven.apache.org/</href>
-  </bannerRight>
-  <skin>
-    <groupId>org.apache.maven.skins</groupId>
-    <artifactId>maven-fluido-skin</artifactId>
-    <version>1.4</version>
-  </skin>
-
   <custom>
     <fluidoSkin>
       <sourceLineNumbersEnabled>true</sourceLineNumbersEnabled>

Modified: maven/site/trunk/pom.xml
URL: http://svn.apache.org/viewvc/maven/site/trunk/pom.xml?rev=1711856&r1=1711855&r2=1711856&view=diff
==============================================================================
--- maven/site/trunk/pom.xml (original)
+++ maven/site/trunk/pom.xml Sun Nov  1 22:16:20 2015
@@ -23,7 +23,7 @@
   <parent>
     <groupId>org.apache.maven</groupId>
     <artifactId>maven-parent</artifactId>
-    <version>27-SNAPSHOT</version>
+    <version>28-SNAPSHOT</version>
   </parent>
 
   <artifactId>maven-site</artifactId>