updated parent pom

git-svn-id: https://svn.apache.org/repos/asf/maven/doxia/doxia-ide/trunk@1802643 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/eclipse/site/pom.xml b/eclipse/site/pom.xml
index e64d88c..b43fbc4 100644
--- a/eclipse/site/pom.xml
+++ b/eclipse/site/pom.xml
@@ -25,7 +25,7 @@
   <parent>
     <groupId>org.apache.maven</groupId>
     <artifactId>maven-parent</artifactId>
-    <version>23-SNAPSHOT</version>
+    <version>30</version>
     <relativePath/>
   </parent>
 
@@ -35,7 +35,7 @@
   <packaging>pom</packaging>
 
   <description>Website for the Apache Maven Doxia Eclipse Editor plugin.</description>
-  <url>http://maven.apache.org/doxia/doxia-ide/eclipse/</url>
+  <url>https://maven.apache.org/doxia/doxia-ide/eclipse/</url>
 
   <!-- The project basedir and not the site -->
   <scm>
@@ -59,7 +59,6 @@
   </distributionManagement>
 
   <properties>
-    <maven.site.cache>${user.home}/maven-sites</maven.site.cache><!-- TODO remove when upgrading parent to 23 -->
     <maven.site.path>doxia-ide/eclipse</maven.site.path>
     <svn.pubsub.url>https://svn.apache.org/repos/infra/websites/production/maven-doxia/content/doxia-ide/eclipse</svn.pubsub.url>
   </properties>
@@ -78,7 +77,6 @@
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-site-plugin</artifactId>
-        <version>3.2</version>
         <configuration>
           <skipDeploy>true</skipDeploy><!-- don't deploy site with maven-site-plugin -->
         </configuration>
@@ -86,7 +84,6 @@
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-scm-publish-plugin</artifactId>
-        <version>1.0-beta-2</version>
         <configuration>
           <content>${project.reporting.outputDirectory}</content>
           <pubScmUrl>scm:svn:${svn.pubsub.url}</pubScmUrl>
diff --git a/eclipse/site/src/site/site.xml b/eclipse/site/src/site/site.xml
index f21cbe6..da7844c 100644
--- a/eclipse/site/src/site/site.xml
+++ b/eclipse/site/src/site/site.xml
@@ -22,34 +22,21 @@
  -->
 
 <project name="Apache Doxia Eclipse Plugin"
-   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">
+   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.7.0 http://maven.apache.org/xsd/decoration-1.7.0.xsd">
 
-  <bannerLeft>
-    <name>Maven</name>
-    <src>images/apache-maven-project-2.png</src>
-    <href>http://maven.apache.org/</href>
-  </bannerLeft>
   <bannerRight>
     <name>Doxia</name>
-    <src>images/maven-logo-2.gif</src>
-    <href>http://maven.apache.org/doxia/</href>
+    <src>images/doxia-logo.png</src>
+    <href>https://maven.apache.org/doxia/</href>
   </bannerRight>
 
   <body>
-    <head>
-      <script src="http://www.google-analytics.com/urchin.js" type="text/javascript">
-      </script>
-      <script type="text/javascript">
-        _uacct = "UA-140879-1";
-        urchinTracker();
-      </script>
-    </head>
 
     <breadcrumbs>
-      <item name="Doxia" href="http://maven.apache.org/doxia/index.html"/>
-      <item name="Doxia IDE" href="http://maven.apache.org/doxia/doxia-ide.html"/>
-      <item name="Eclipse" href="http://maven.apache.org/doxia/doxia-ide/eclipse/index.html"/>
+      <item name="Doxia" href="https://maven.apache.org/doxia/index.html"/>
+      <item name="Doxia IDE" href="https://maven.apache.org/doxia/doxia-ide.html"/>
+      <item name="Eclipse" href="https://maven.apache.org/doxia/doxia-ide/eclipse/index.html"/>
     </breadcrumbs>
 
     <menu name="Overview">