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 2017/07/21 20:18:19 UTC

svn commit: r1802643 - in /maven/doxia/doxia-ide/trunk/eclipse/site: pom.xml src/site/site.xml

Author: hboutemy
Date: Fri Jul 21 20:18:19 2017
New Revision: 1802643

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

Modified:
    maven/doxia/doxia-ide/trunk/eclipse/site/pom.xml
    maven/doxia/doxia-ide/trunk/eclipse/site/src/site/site.xml

Modified: maven/doxia/doxia-ide/trunk/eclipse/site/pom.xml
URL: http://svn.apache.org/viewvc/maven/doxia/doxia-ide/trunk/eclipse/site/pom.xml?rev=1802643&r1=1802642&r2=1802643&view=diff
==============================================================================
--- maven/doxia/doxia-ide/trunk/eclipse/site/pom.xml (original)
+++ maven/doxia/doxia-ide/trunk/eclipse/site/pom.xml Fri Jul 21 20:18:19 2017
@@ -25,7 +25,7 @@ under the License.
   <parent>
     <groupId>org.apache.maven</groupId>
     <artifactId>maven-parent</artifactId>
-    <version>23-SNAPSHOT</version>
+    <version>30</version>
     <relativePath/>
   </parent>
 
@@ -35,7 +35,7 @@ under the License.
   <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 @@ under the License.
   </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 @@ under the License.
       <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 @@ under the License.
       <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>

Modified: maven/doxia/doxia-ide/trunk/eclipse/site/src/site/site.xml
URL: http://svn.apache.org/viewvc/maven/doxia/doxia-ide/trunk/eclipse/site/src/site/site.xml?rev=1802643&r1=1802642&r2=1802643&view=diff
==============================================================================
--- maven/doxia/doxia-ide/trunk/eclipse/site/src/site/site.xml (original)
+++ maven/doxia/doxia-ide/trunk/eclipse/site/src/site/site.xml Fri Jul 21 20:18:19 2017
@@ -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">