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/02/29 17:57:03 UTC

svn commit: r1732917 - /maven/site/trunk/content/site.xml

Author: hboutemy
Date: Mon Feb 29 16:57:03 2016
New Revision: 1732917

URL: http://svn.apache.org/viewvc?rev=1732917&view=rev
Log:
avoid double Maven breadcrumbs (http + https)

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

Modified: maven/site/trunk/content/site.xml
URL: http://svn.apache.org/viewvc/maven/site/trunk/content/site.xml?rev=1732917&r1=1732916&r2=1732917&view=diff
==============================================================================
--- maven/site/trunk/content/site.xml (original)
+++ maven/site/trunk/content/site.xml Mon Feb 29 16:57:03 2016
@@ -39,6 +39,7 @@ under the License.
   
   <body>
     <breadcrumbs>
+      <item name="Apache" href="http://www.apache.org/" /><!-- TODO remove when parent site.xml refers to https -->
       <item name="Maven"  href="https://maven.apache.org/index.html" />
     </breadcrumbs>