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 16:10:32 UTC

svn commit: r1732320 - in /oltu/trunk/site: pom.xml src/site/resources/images/asf_logo_url.png src/site/site.xml

Author: jasha
Date: Thu Feb 25 15:10:32 2016
New Revision: 1732320

URL: http://svn.apache.org/viewvc?rev=1732320&view=rev
Log:
OLTU-156 styling + using versions from the ASF parent pom

Added:
    oltu/trunk/site/src/site/resources/images/asf_logo_url.png   (with props)
Modified:
    oltu/trunk/site/pom.xml
    oltu/trunk/site/src/site/site.xml

Modified: oltu/trunk/site/pom.xml
URL: http://svn.apache.org/viewvc/oltu/trunk/site/pom.xml?rev=1732320&r1=1732319&r2=1732320&view=diff
==============================================================================
--- oltu/trunk/site/pom.xml (original)
+++ oltu/trunk/site/pom.xml Thu Feb 25 15:10:32 2016
@@ -57,7 +57,7 @@
     <repository>
       <id>apache.snapshots</id>
       <name>Apache Snapshot Repository</name>
-      <url>http://repository.apache.org/snapshots</url>
+      <url>https://repository.apache.org/snapshots</url>
       <releases>
         <enabled>false</enabled>
       </releases>
@@ -136,7 +136,6 @@
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-project-info-reports-plugin</artifactId>
-        <version>2.7</version>
         <configuration>
           <checkoutDirectoryName>org.apache.oltu</checkoutDirectoryName>
           <webAccessUrl>https://svn.apache.org/viewvc/oltu/trunk/</webAccessUrl>
@@ -160,7 +159,6 @@
           <plugin>
             <groupId>org.apache.maven.plugins</groupId>
             <artifactId>maven-antrun-plugin</artifactId>
-            <version>1.7</version>
             <executions>
               <execution>
                 <id>prepare-checkout</id>

Added: oltu/trunk/site/src/site/resources/images/asf_logo_url.png
URL: http://svn.apache.org/viewvc/oltu/trunk/site/src/site/resources/images/asf_logo_url.png?rev=1732320&view=auto
==============================================================================
Binary file - no diff available.

Propchange: oltu/trunk/site/src/site/resources/images/asf_logo_url.png
------------------------------------------------------------------------------
    svn:mime-type = image/png

Modified: oltu/trunk/site/src/site/site.xml
URL: http://svn.apache.org/viewvc/oltu/trunk/site/src/site/site.xml?rev=1732320&r1=1732319&r2=1732320&view=diff
==============================================================================
--- oltu/trunk/site/src/site/site.xml (original)
+++ oltu/trunk/site/src/site/site.xml Thu Feb 25 15:10:32 2016
@@ -27,14 +27,14 @@
 
   <bannerRight>
     <name>The Apache Software Foundation</name>
-    <src>https://www.apache.org/img/asf_logo.png</src>
+    <src>images/asf_logo_url.png</src>
     <href>https://www.apache.org/</href>
   </bannerRight>
 
   <skin>
     <groupId>org.apache.maven.skins</groupId>
     <artifactId>maven-fluido-skin</artifactId>
-    <version>1.4</version>
+    <version>1.3.0</version>
   </skin>
 
   <version position="none" />
@@ -73,7 +73,7 @@
     <menu ref="modules" />
 
     <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>