You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@oltu.apache.org by ja...@apache.org on 2016/02/25 17:04:13 UTC

svn commit: r1732325 - in /oltu/trunk/parent: pom.xml src/site/site.xml

Author: jasha
Date: Thu Feb 25 16:04:13 2016
New Revision: 1732325

URL: http://svn.apache.org/viewvc?rev=1732325&view=rev
Log:
Update generic links in the site from http to https

Modified:
    oltu/trunk/parent/pom.xml
    oltu/trunk/parent/src/site/site.xml

Modified: oltu/trunk/parent/pom.xml
URL: http://svn.apache.org/viewvc/oltu/trunk/parent/pom.xml?rev=1732325&r1=1732324&r2=1732325&view=diff
==============================================================================
--- oltu/trunk/parent/pom.xml (original)
+++ oltu/trunk/parent/pom.xml Thu Feb 25 16:04:13 2016
@@ -293,9 +293,9 @@
       <post>dev@oltu.apache.org</post>
       <subscribe>dev-subscribe@oltu.apache.org</subscribe>
       <unsubscribe>dev-unsubscribe@oltu.apache.org</unsubscribe>
-      <archive>http://mail-archives.apache.org/mod_mbox/oltu-dev/</archive>
+      <archive>https://mail-archives.apache.org/mod_mbox/oltu-dev/</archive>
       <otherArchives>
-        <otherArchive>http://mail-archives.apache.org/mod_mbox/incubator-amber-dev/</otherArchive>
+        <otherArchive>https://mail-archives.apache.org/mod_mbox/incubator-amber-dev/</otherArchive>
       </otherArchives>
     </mailingList>
 
@@ -304,9 +304,9 @@
       <post>user@oltu.apache.org</post>
       <subscribe>user-subscribe@oltu.apache.org</subscribe>
       <unsubscribe>user-unsubscribe@oltu.apache.org</unsubscribe>
-      <archive>http://mail-archives.apache.org/mod_mbox/oltu-user/</archive>
+      <archive>https://mail-archives.apache.org/mod_mbox/oltu-user/</archive>
       <otherArchives>
-        <otherArchive>http://mail-archives.apache.org/mod_mbox/incubator-amber-user/</otherArchive>
+        <otherArchive>https://mail-archives.apache.org/mod_mbox/incubator-amber-user/</otherArchive>
       </otherArchives>
     </mailingList>
 
@@ -315,9 +315,9 @@
       <post>commits@oltu.apache.org</post>
       <subscribe>commits-subscribe@oltu.apache.org</subscribe>
       <unsubscribe>commits-unsubscribe@oltu.apache.org</unsubscribe>
-      <archive>http://mail-archives.apache.org/mod_mbox/oltu-commits/</archive>
+      <archive>https://mail-archives.apache.org/mod_mbox/oltu-commits/</archive>
       <otherArchives>
-        <otherArchive>http://mail-archives.apache.org/mod_mbox/incubator-amber-commits/</otherArchive>
+        <otherArchive>https://mail-archives.apache.org/mod_mbox/incubator-amber-commits/</otherArchive>
       </otherArchives>
     </mailingList>
   </mailingLists>
@@ -346,7 +346,7 @@
    </notifiers>
   </ciManagement>
   <distributionManagement>
-    <downloadUrl>http://oltu.apache.org/download.html</downloadUrl>
+    <downloadUrl>https://oltu.apache.org/download.html</downloadUrl>
   </distributionManagement>
 
   <properties>

Modified: oltu/trunk/parent/src/site/site.xml
URL: http://svn.apache.org/viewvc/oltu/trunk/parent/src/site/site.xml?rev=1732325&r1=1732324&r2=1732325&view=diff
==============================================================================
--- oltu/trunk/parent/src/site/site.xml (original)
+++ oltu/trunk/parent/src/site/site.xml Thu Feb 25 16:04:13 2016
@@ -27,8 +27,8 @@
 
   <bannerRight>
     <name>The Apache Software Foundation</name>
-    <src>http://www.apache.org/images/asf_logo.gif</src>
-    <href>http://www.apache.org/</href>
+    <src>https://www.apache.org/img/asf_logo.png</src>
+    <href>https://www.apache.org/</href>
   </bannerRight>
 
   <skin>
@@ -41,15 +41,15 @@
 
   <body>
     <menu name="ASF" inherit="bottom">
-      <item name="How Apache Works" href="http://www.apache.org/foundation/how-it-works.html" />
-      <item name="Foundation" href="http://www.apache.org/foundation/" />
-      <item name="Sponsoring Apache" href="http://www.apache.org/foundation/sponsorship.html" />
-      <item name="Thanks" href="http://www.apache.org/foundation/thanks.html" />
-      <item name="Apache Incubator" href="http://incubator.apache.org/" />
+      <item name="How Apache Works" href="https://www.apache.org/foundation/how-it-works.html" />
+      <item name="Foundation" href="https://www.apache.org/foundation/" />
+      <item name="Sponsoring Apache" href="https://www.apache.org/foundation/sponsorship.html" />
+      <item name="Thanks" href="https://www.apache.org/foundation/thanks.html" />
+      <item name="Apache Incubator" href="https://incubator.apache.org/" />
     </menu>
 
     <footer>
-      <div class="row span16">Apache Oltu, Apache, the Apache feather logo, and the Apache Oltu project logos are trademarks of The Apache Software Foundation.
+      <div class="row span12">Apache Oltu, Apache, the Apache feather logo, and the Apache Oltu project logos are trademarks of The Apache Software Foundation.
       All other marks mentioned may be trademarks or registered trademarks of their respective owners.</div>
     </footer>
   </body>