@@ -18,33 +18,24 @@ specific language governing permissions and limitations
1818under the License.
1919-->
2020
21- <project xmlns =" http://maven.apache.org/DECORATION/1.6.0" xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
22- xsi : schemaLocation =" http://maven.apache.org/DECORATION/1.6.0 http://maven.apache.org/xsd/decoration-1.6.0.xsd"
23- name =" Apache HttpComponents Client" >
24-
25- <!-- N.B. all non-body elements are automatically inherited -->
21+ <project name =" Apache HttpComponents Client" >
2622
2723 <skin >
28- <groupId >org.apache.httpcomponents</groupId >
29- <artifactId >maven-site-skin</artifactId >
30- <version >1.1</version >
31- </skin >
32- <!-- skin>
3324 <groupId >org.apache.maven.skins</groupId >
3425 <artifactId >maven-fluido-skin</artifactId >
3526 <version >1.9</version >
36- </skin-- >
27+ </skin >
3728
3829 <bannerLeft >
3930 <name >Apache</name >
40- <src >http ://www.apache.org/images/asf_logo_wide .gif</src >
41- <href >http ://www.apache.org/</href >
31+ <src >https ://www.apache.org/images/asf_logo .gif</src >
32+ <href >https ://www.apache.org/</href >
4233 </bannerLeft >
4334
4435 <bannerRight >
4536 <name >HttpComponents</name >
46- <src >http ://hc.apache.org/images/logos/httpcomponents.png</src >
47- <href >http ://hc.apache.org/</href >
37+ <src >https ://hc.apache.org/images/logos/httpcomponents.png</src >
38+ <href >https ://hc.apache.org/</href >
4839 </bannerRight >
4940
5041 <body >
@@ -53,7 +44,7 @@ under the License.
5344 <item name =" Apache" href =" http://www.apache.org/" />
5445 <item name =" HttpComponents" href =" http://hc.apache.org/index.html" />
5546 </links >
56-
47+
5748 <!-- inherited -->
5849 <menu ref =" parent" inherit =" bottom" />
5950 <menu ref =" modules" inherit =" bottom" />
@@ -66,15 +57,15 @@ under the License.
6657 <item name =" Thanks" href =" http://www.apache.org/foundation/thanks.html" />
6758 </menu >
6859 </body >
69-
60+
7061 <!-- inherited -->
7162 <poweredBy >
7263 <!-- Add ApacheCon logo -->
73- <logo name =" ApacheCon" href =" http ://www.apache.org/events/current-event.html"
74- img =" http ://www.apache.org/events/current-event-125x125.png" />
64+ <logo name =" ApacheCon" href =" https ://www.apache.org/events/current-event.html"
65+ img =" https ://www.apache.org/events/current-event-125x125.png" />
7566 <!-- Keep the default logo as well -->
76- <logo name =" Maven" href =" http ://maven.apache.org/"
77- img =" http ://maven.apache.org/images/logos/maven-feather.png" />
67+ <logo name =" Maven" href =" https ://maven.apache.org/"
68+ img =" https ://maven.apache.org/images/logos/maven-feather.png" />
7869 </poweredBy >
7970
8071 <!-- inherited -->
@@ -84,5 +75,8 @@ under the License.
8475 <br />
8576 <div class =" xleft" >All other marks mentioned may be trademarks or registered trademarks of their respective owners.</div >
8677 </footer >
78+ <fluidoSkin >
79+ <skipGenerationDate >true</skipGenerationDate >
80+ </fluidoSkin >
8781 </custom >
8882</project >
0 commit comments