Updated Branches: refs/heads/master 6d7537b6f -> eb16f636f
updated site banners and skin Project: http://git-wip-us.apache.org/repos/asf/maven-integration-testing/repo Commit: http://git-wip-us.apache.org/repos/asf/maven-integration-testing/commit/eb16f636 Tree: http://git-wip-us.apache.org/repos/asf/maven-integration-testing/tree/eb16f636 Diff: http://git-wip-us.apache.org/repos/asf/maven-integration-testing/diff/eb16f636 Branch: refs/heads/master Commit: eb16f636f2134f93e4a9415695746ae17774753a Parents: 6d7537b Author: Hervé Boutemy <[email protected]> Authored: Sun Feb 9 19:08:51 2014 +0100 Committer: Hervé Boutemy <[email protected]> Committed: Sun Feb 9 19:08:51 2014 +0100 ---------------------------------------------------------------------- src/site/site.xml | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/maven-integration-testing/blob/eb16f636/src/site/site.xml ---------------------------------------------------------------------- diff --git a/src/site/site.xml b/src/site/site.xml index 550f09a..9689d9b 100644 --- a/src/site/site.xml +++ b/src/site/site.xml @@ -22,10 +22,19 @@ under the License. <project xmlns="http://maven.apache.org/DECORATION/1.3.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/DECORATION/1.3.0 http://maven.apache.org/xsd/decoration-1.3.0.xsd" name="Core ITs"> + <bannerLeft> + <name>${project.name}</name> + <src>http://maven.apache.org/images/apache-maven-project.png</src> + <href>http://maven.apache.org/</href> + </bannerLeft> + <bannerRight> + <src>http://maven.apache.org/images/maventxt_logo_200.gif</src> + </bannerRight> + <skin> <groupId>org.apache.maven.skins</groupId> <artifactId>maven-fluido-skin</artifactId> - <version>1.2.1</version> + <version>1.3.0</version> </skin> <body>
