Repository: maven-resolver Updated Branches: refs/heads/master 0b6edee0d -> 296d9c16f
configure edit (should be inherited but is not currently) Project: http://git-wip-us.apache.org/repos/asf/maven-resolver/repo Commit: http://git-wip-us.apache.org/repos/asf/maven-resolver/commit/296d9c16 Tree: http://git-wip-us.apache.org/repos/asf/maven-resolver/tree/296d9c16 Diff: http://git-wip-us.apache.org/repos/asf/maven-resolver/diff/296d9c16 Branch: refs/heads/master Commit: 296d9c16fbc22dc2649b65bd1e7ab4d941ceedbc Parents: 0b6edee Author: Hervé Boutemy <[email protected]> Authored: Wed Feb 7 01:27:03 2018 +0100 Committer: Hervé Boutemy <[email protected]> Committed: Wed Feb 7 01:27:03 2018 +0100 ---------------------------------------------------------------------- src/site/site.xml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/maven-resolver/blob/296d9c16/src/site/site.xml ---------------------------------------------------------------------- diff --git a/src/site/site.xml b/src/site/site.xml index d3a65bc..9721ac1 100644 --- a/src/site/site.xml +++ b/src/site/site.xml @@ -19,9 +19,10 @@ specific language governing permissions and limitations under the License. --> -<project xmlns="http://maven.apache.org/DECORATION/1.1.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" - xsi:schemaLocation="http://maven.apache.org/DECORATION/1.1.0 http://maven.apache.org/xsd/decoration-1.1.0.xsd" +<project xmlns="http://maven.apache.org/DECORATION/1.8.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" + xsi:schemaLocation="http://maven.apache.org/DECORATION/1.8.0 http://maven.apache.org/xsd/decoration-1.8.0.xsd" name="Artifact Resolver"> + <edit>${project.scm.url}</edit> <body> <menu name="Overview"> <item name="Introduction" href="index.html"/>
