Updated Branches: refs/heads/master 0eb6fd69f -> 4221437cb
o switch to m-s-u 0.3 again o add legal footer to site Project: http://git-wip-us.apache.org/repos/asf/maven-surefire/repo Commit: http://git-wip-us.apache.org/repos/asf/maven-surefire/commit/2410d010 Tree: http://git-wip-us.apache.org/repos/asf/maven-surefire/tree/2410d010 Diff: http://git-wip-us.apache.org/repos/asf/maven-surefire/diff/2410d010 Branch: refs/heads/master Commit: 2410d010d89174f396bcee6575e8c71268229e85 Parents: 0eb6fd6 Author: Andreas Gudian <[email protected]> Authored: Fri Mar 22 22:07:55 2013 +0100 Committer: Andreas Gudian <[email protected]> Committed: Fri Mar 22 22:07:55 2013 +0100 ---------------------------------------------------------------------- pom.xml | 2 +- src/site/site.xml | 5 +++++ 2 files changed, 6 insertions(+), 1 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/maven-surefire/blob/2410d010/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index ff015bf..fa91ab3 100644 --- a/pom.xml +++ b/pom.xml @@ -246,7 +246,7 @@ <dependency> <groupId>org.apache.maven.shared</groupId> <artifactId>maven-shared-utils</artifactId> - <version>0.3-SNAPSHOT</version> + <version>0.3</version> </dependency> <dependency> <groupId>org.apache.maven.shared</groupId> http://git-wip-us.apache.org/repos/asf/maven-surefire/blob/2410d010/src/site/site.xml ---------------------------------------------------------------------- diff --git a/src/site/site.xml b/src/site/site.xml index b92c03d..730c5f0 100644 --- a/src/site/site.xml +++ b/src/site/site.xml @@ -55,5 +55,10 @@ <body> <menu ref="modules"/> <menu ref="reports" inherit="bottom"/> + + <footer> + <div class="row span12"><span><a href="http://maven.apache.org/privacy-policy.html">Privacy Policy</a> - </span> + <span>Apache Maven, Maven, Apache, the Apache feather logo, and the Apache Maven project logos are trademarks of The Apache Software Foundation.</span></div> + </footer> </body> </project>
