Repository: maven-archetype
Updated Branches:
  refs/heads/master c28aed853 -> 4a59126c6


updated parent pom and site.xml

Project: http://git-wip-us.apache.org/repos/asf/maven-archetype/repo
Commit: http://git-wip-us.apache.org/repos/asf/maven-archetype/commit/4a59126c
Tree: http://git-wip-us.apache.org/repos/asf/maven-archetype/tree/4a59126c
Diff: http://git-wip-us.apache.org/repos/asf/maven-archetype/diff/4a59126c

Branch: refs/heads/master
Commit: 4a59126c60c4568f89b9af8c4ab77a2a72fd6b27
Parents: c28aed8
Author: Hervé Boutemy <hbout...@apache.org>
Authored: Sun Sep 25 16:13:03 2016 +0200
Committer: Hervé Boutemy <hbout...@apache.org>
Committed: Sun Sep 25 16:13:03 2016 +0200

----------------------------------------------------------------------
 pom.xml           |  2 +-
 src/site/site.xml | 17 +++--------------
 2 files changed, 4 insertions(+), 15 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/maven-archetype/blob/4a59126c/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 4103e53..623b385 100644
--- a/pom.xml
+++ b/pom.xml
@@ -25,7 +25,7 @@
   <parent>
     <groupId>org.apache.maven</groupId>
     <artifactId>maven-parent</artifactId>
-    <version>27</version>
+    <version>30</version>
   </parent>
 
   <groupId>org.apache.maven.archetype</groupId>

http://git-wip-us.apache.org/repos/asf/maven-archetype/blob/4a59126c/src/site/site.xml
----------------------------------------------------------------------
diff --git a/src/site/site.xml b/src/site/site.xml
index d825c32..d39af21 100644
--- a/src/site/site.xml
+++ b/src/site/site.xml
@@ -18,11 +18,6 @@ specific language governing permissions and limitations
 under the License.
 -->
 <project xmlns="http://maven.apache.org/DECORATION/1.0.0"; 
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";>
-    <skin>
-        <groupId>org.apache.maven.skins</groupId>
-        <artifactId>maven-fluido-skin</artifactId>
-        <version>1.3.0</version>
-    </skin>
     <custom>
         <fluidoSkin>
             <topBarEnabled>true</topBarEnabled>
@@ -39,23 +34,17 @@ under the License.
     </custom>
     <body>
         <breadcrumbs>
-            <item name="Maven" href="http://maven.apache.org/index.html"/>
-            <item name="Maven Archetype" 
href="http://maven.apache.org/maven-archetype/index.html"/>
+            <item name="Maven" href="https://maven.apache.org/index.html"/>
+            <item name="Maven Archetype" 
href="https://maven.apache.org/maven-archetype/index.html"/>
         </breadcrumbs>
         <menu name="Overview">
             <item name="Introduction" href="/index.html"/>
-            <item name="Maven Archetype Plugin" 
href="./archetype-plugin/index.html"/>
+            <item name="Maven Archetype Plugin" 
href="./maven-archetype-plugin/index.html"/>
             <!-- According to http://jira.codehaus.org/browse/MNGSITE-152 -->
             <item name="License" href="http://www.apache.org/licenses/"/>
             <item name="Download" href="download.html"/>
         </menu>
         <menu ref="modules" inherit="bottom"/>
         <menu ref="reports" inherit="bottom"/>
-        <footer>
-            <div class="row pull-left">Apache ${project.name}, 
${project.name}, Apache, the Apache feather logo, and the Apache 
${project.name} project logos are trademarks of The Apache Software 
Foundation.</div>
-            <div class="row pull-left">
-                <a href="${project.url}privacy-policy.html">Privacy Policy</a>
-            </div>
-        </footer>
     </body>
 </project>

Reply via email to