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 2016/10/27 22:16:33 UTC

svn commit: r1766900 - in /maven/doxia/site/trunk: content/apt/macros/swf-macro.apt content/site.xml pom.xml

Author: hboutemy
Date: Thu Oct 27 22:16:33 2016
New Revision: 1766900

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

Modified:
    maven/doxia/site/trunk/content/apt/macros/swf-macro.apt
    maven/doxia/site/trunk/content/site.xml
    maven/doxia/site/trunk/pom.xml

Modified: maven/doxia/site/trunk/content/apt/macros/swf-macro.apt
URL: http://svn.apache.org/viewvc/maven/doxia/site/trunk/content/apt/macros/swf-macro.apt?rev=1766900&r1=1766899&r2=1766900&view=diff
==============================================================================
--- maven/doxia/site/trunk/content/apt/macros/swf-macro.apt (original)
+++ maven/doxia/site/trunk/content/apt/macros/swf-macro.apt Thu Oct 27 22:16:33 2016
@@ -3,7 +3,7 @@
  ------
  The Maven Team
  ------
- 17 May 2007
+ 2007-05-17
  ------
 
 ~~ Licensed to the Apache Software Foundation (ASF) under one

Modified: maven/doxia/site/trunk/content/site.xml
URL: http://svn.apache.org/viewvc/maven/doxia/site/trunk/content/site.xml?rev=1766900&r1=1766899&r2=1766900&view=diff
==============================================================================
--- maven/doxia/site/trunk/content/site.xml (original)
+++ maven/doxia/site/trunk/content/site.xml Thu Oct 27 22:16:33 2016
@@ -19,28 +19,18 @@ specific language governing permissions
 under the License.
 -->
 
-<project xmlns="http://maven.apache.org/DECORATION/1.0.0"
+<project xmlns="http://maven.apache.org/DECORATION/1.7.0"
  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
- xsi:schemaLocation="http://maven.apache.org/DECORATION/1.3.0 http://maven.apache.org/xsd/decoration-1.3.0.xsd"
+ xsi:schemaLocation="http://maven.apache.org/DECORATION/1.7.0 http://maven.apache.org/xsd/decoration-1.7.0.xsd"
  name="Doxia">
   <version position="none" />
 
   <bannerRight>
     <name>Doxia</name>
     <src>images/doxia-logo.png</src>
-    <href>http://maven.apache.org/doxia/</href>
+    <href>https://maven.apache.org/doxia/</href>
   </bannerRight>
 
-  <custom>
-    <fluidoSkin>
-      <sourceLineNumbersEnabled>true</sourceLineNumbersEnabled>
-      <googlePlusOne />
-      <googleSearch>
-        <sitesearch>http://maven.apache.org/doxia</sitesearch>
-      </googleSearch>
-    </fluidoSkin>
-  </custom>
-
   <body>
     <breadcrumbs>
       <item name="Doxia" href="http://maven.apache.org/doxia/index.html"/>

Modified: maven/doxia/site/trunk/pom.xml
URL: http://svn.apache.org/viewvc/maven/doxia/site/trunk/pom.xml?rev=1766900&r1=1766899&r2=1766900&view=diff
==============================================================================
--- maven/doxia/site/trunk/pom.xml (original)
+++ maven/doxia/site/trunk/pom.xml Thu Oct 27 22:16:33 2016
@@ -23,7 +23,7 @@ under the License.
   <parent>
     <groupId>org.apache.maven</groupId>
     <artifactId>maven-parent</artifactId>
-    <version>27</version>
+    <version>30</version>
     <relativePath>../../pom/maven/pom.xml</relativePath>
   </parent>