upgrade m-site-p to 3.7 + Fluido 1.7 + edit button Project: http://git-wip-us.apache.org/repos/asf/maven/repo Commit: http://git-wip-us.apache.org/repos/asf/maven/commit/0dc70cc6 Tree: http://git-wip-us.apache.org/repos/asf/maven/tree/0dc70cc6 Diff: http://git-wip-us.apache.org/repos/asf/maven/diff/0dc70cc6
Branch: refs/heads/MNG-5227 Commit: 0dc70cc691e8968627ce099df02e0570838f04fa Parents: cf7b0a3 Author: Hervé Boutemy <hbout...@apache.org> Authored: Thu Feb 8 07:38:58 2018 +0100 Committer: Hervé Boutemy <hbout...@apache.org> Committed: Sat Feb 10 11:42:33 2018 +0100 ---------------------------------------------------------------------- apache-maven/src/site/site.xml | 8 +++++--- maven-artifact/src/site/site.xml | 8 +++++--- maven-builder-support/src/site/site.xml | 8 +++++--- maven-compat/src/site/site.xml | 8 +++++--- maven-core/src/site/site.xml | 8 +++++--- maven-embedder/src/site/site.xml | 8 +++++--- maven-model-builder/src/site/site.xml | 8 +++++--- maven-model/src/site/site.xml | 8 +++++--- maven-plugin-api/src/site/site.xml | 8 +++++--- maven-repository-metadata/src/site/site.xml | 8 +++++--- maven-resolver-provider/src/site/site.xml | 8 +++++--- maven-settings-builder/src/site/site.xml | 8 +++++--- maven-settings/src/site/site.xml | 8 +++++--- maven-slf4j-provider/src/site/site.xml | 8 +++++--- pom.xml | 1 + src/site/site.xml | 8 +++++--- 16 files changed, 76 insertions(+), 45 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/maven/blob/0dc70cc6/apache-maven/src/site/site.xml ---------------------------------------------------------------------- diff --git a/apache-maven/src/site/site.xml b/apache-maven/src/site/site.xml index cd5a745..cd7807c 100644 --- a/apache-maven/src/site/site.xml +++ b/apache-maven/src/site/site.xml @@ -19,9 +19,11 @@ specific language governing permissions and limitations under the License. --> -<project xmlns="http://maven.apache.org/DECORATION/1.0.0" - xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" - xsi:schemaLocation="http://maven.apache.org/DECORATION/1.0.0 http://maven.apache.org/xsd/decoration-1.0.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"> + + <edit>${project.scm.url}</edit> + <body> <menu ref="parent"/> <menu ref="reports"/> http://git-wip-us.apache.org/repos/asf/maven/blob/0dc70cc6/maven-artifact/src/site/site.xml ---------------------------------------------------------------------- diff --git a/maven-artifact/src/site/site.xml b/maven-artifact/src/site/site.xml index 3a16bf9..e475330 100644 --- a/maven-artifact/src/site/site.xml +++ b/maven-artifact/src/site/site.xml @@ -19,9 +19,11 @@ specific language governing permissions and limitations under the License. --> -<project xmlns="http://maven.apache.org/DECORATION/1.0.0" - xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" - xsi:schemaLocation="http://maven.apache.org/DECORATION/1.0.0 http://maven.apache.org/xsd/decoration-1.0.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"> + + <edit>${project.scm.url}</edit> + <body> <menu name="Overview"> <item name="Introduction" href="index.html"/> http://git-wip-us.apache.org/repos/asf/maven/blob/0dc70cc6/maven-builder-support/src/site/site.xml ---------------------------------------------------------------------- diff --git a/maven-builder-support/src/site/site.xml b/maven-builder-support/src/site/site.xml index 3a16bf9..e475330 100644 --- a/maven-builder-support/src/site/site.xml +++ b/maven-builder-support/src/site/site.xml @@ -19,9 +19,11 @@ specific language governing permissions and limitations under the License. --> -<project xmlns="http://maven.apache.org/DECORATION/1.0.0" - xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" - xsi:schemaLocation="http://maven.apache.org/DECORATION/1.0.0 http://maven.apache.org/xsd/decoration-1.0.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"> + + <edit>${project.scm.url}</edit> + <body> <menu name="Overview"> <item name="Introduction" href="index.html"/> http://git-wip-us.apache.org/repos/asf/maven/blob/0dc70cc6/maven-compat/src/site/site.xml ---------------------------------------------------------------------- diff --git a/maven-compat/src/site/site.xml b/maven-compat/src/site/site.xml index 3a16bf9..e475330 100644 --- a/maven-compat/src/site/site.xml +++ b/maven-compat/src/site/site.xml @@ -19,9 +19,11 @@ specific language governing permissions and limitations under the License. --> -<project xmlns="http://maven.apache.org/DECORATION/1.0.0" - xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" - xsi:schemaLocation="http://maven.apache.org/DECORATION/1.0.0 http://maven.apache.org/xsd/decoration-1.0.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"> + + <edit>${project.scm.url}</edit> + <body> <menu name="Overview"> <item name="Introduction" href="index.html"/> http://git-wip-us.apache.org/repos/asf/maven/blob/0dc70cc6/maven-core/src/site/site.xml ---------------------------------------------------------------------- diff --git a/maven-core/src/site/site.xml b/maven-core/src/site/site.xml index 9eb3ad0..4ddb7aa 100644 --- a/maven-core/src/site/site.xml +++ b/maven-core/src/site/site.xml @@ -19,9 +19,11 @@ specific language governing permissions and limitations under the License. --> -<project xmlns="http://maven.apache.org/DECORATION/1.0.0" - xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" - xsi:schemaLocation="http://maven.apache.org/DECORATION/1.0.0 http://maven.apache.org/xsd/decoration-1.0.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"> + + <edit>${project.scm.url}</edit> + <body> <menu name="Overview"> <item name="Introduction" href="index.html"/> http://git-wip-us.apache.org/repos/asf/maven/blob/0dc70cc6/maven-embedder/src/site/site.xml ---------------------------------------------------------------------- diff --git a/maven-embedder/src/site/site.xml b/maven-embedder/src/site/site.xml index 71dc6c8..908e741 100644 --- a/maven-embedder/src/site/site.xml +++ b/maven-embedder/src/site/site.xml @@ -19,9 +19,11 @@ specific language governing permissions and limitations under the License. --> -<project xmlns="http://maven.apache.org/DECORATION/1.0.0" - xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" - xsi:schemaLocation="http://maven.apache.org/DECORATION/1.0.0 http://maven.apache.org/xsd/decoration-1.0.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"> + + <edit>${project.scm.url}</edit> + <body> <menu name="Overview"> <item name="Introduction" href="index.html"/> http://git-wip-us.apache.org/repos/asf/maven/blob/0dc70cc6/maven-model-builder/src/site/site.xml ---------------------------------------------------------------------- diff --git a/maven-model-builder/src/site/site.xml b/maven-model-builder/src/site/site.xml index 04f5445..7aaee5a 100644 --- a/maven-model-builder/src/site/site.xml +++ b/maven-model-builder/src/site/site.xml @@ -19,9 +19,11 @@ specific language governing permissions and limitations under the License. --> -<project xmlns="http://maven.apache.org/DECORATION/1.0.0" - xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" - xsi:schemaLocation="http://maven.apache.org/DECORATION/1.0.0 http://maven.apache.org/xsd/decoration-1.0.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"> + + <edit>${project.scm.url}</edit> + <body> <menu name="Overview"> <item name="Introduction" href="index.html"/> http://git-wip-us.apache.org/repos/asf/maven/blob/0dc70cc6/maven-model/src/site/site.xml ---------------------------------------------------------------------- diff --git a/maven-model/src/site/site.xml b/maven-model/src/site/site.xml index 3a16bf9..e475330 100644 --- a/maven-model/src/site/site.xml +++ b/maven-model/src/site/site.xml @@ -19,9 +19,11 @@ specific language governing permissions and limitations under the License. --> -<project xmlns="http://maven.apache.org/DECORATION/1.0.0" - xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" - xsi:schemaLocation="http://maven.apache.org/DECORATION/1.0.0 http://maven.apache.org/xsd/decoration-1.0.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"> + + <edit>${project.scm.url}</edit> + <body> <menu name="Overview"> <item name="Introduction" href="index.html"/> http://git-wip-us.apache.org/repos/asf/maven/blob/0dc70cc6/maven-plugin-api/src/site/site.xml ---------------------------------------------------------------------- diff --git a/maven-plugin-api/src/site/site.xml b/maven-plugin-api/src/site/site.xml index 9594af1..224f30e 100644 --- a/maven-plugin-api/src/site/site.xml +++ b/maven-plugin-api/src/site/site.xml @@ -19,9 +19,11 @@ under the License. --> -<project xmlns="http://maven.apache.org/DECORATION/1.0.0" - xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" - xsi:schemaLocation="http://maven.apache.org/DECORATION/1.0.0 http://maven.apache.org/xsd/decoration-1.0.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"> + + <edit>${project.scm.url}</edit> + <body> <menu name="Overview"> <item name="Introduction" href="index.html"/> http://git-wip-us.apache.org/repos/asf/maven/blob/0dc70cc6/maven-repository-metadata/src/site/site.xml ---------------------------------------------------------------------- diff --git a/maven-repository-metadata/src/site/site.xml b/maven-repository-metadata/src/site/site.xml index 0471f89..c24e143 100644 --- a/maven-repository-metadata/src/site/site.xml +++ b/maven-repository-metadata/src/site/site.xml @@ -19,9 +19,11 @@ specific language governing permissions and limitations under the License. --> -<project xmlns="http://maven.apache.org/DECORATION/1.0.0" - xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" - xsi:schemaLocation="http://maven.apache.org/DECORATION/1.0.0 http://maven.apache.org/xsd/decoration-1.0.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"> + + <edit>${project.scm.url}</edit> + <body> <menu name="Overview"> <item name="Introduction" href="index.html"/> http://git-wip-us.apache.org/repos/asf/maven/blob/0dc70cc6/maven-resolver-provider/src/site/site.xml ---------------------------------------------------------------------- diff --git a/maven-resolver-provider/src/site/site.xml b/maven-resolver-provider/src/site/site.xml index 3a16bf9..e475330 100644 --- a/maven-resolver-provider/src/site/site.xml +++ b/maven-resolver-provider/src/site/site.xml @@ -19,9 +19,11 @@ specific language governing permissions and limitations under the License. --> -<project xmlns="http://maven.apache.org/DECORATION/1.0.0" - xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" - xsi:schemaLocation="http://maven.apache.org/DECORATION/1.0.0 http://maven.apache.org/xsd/decoration-1.0.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"> + + <edit>${project.scm.url}</edit> + <body> <menu name="Overview"> <item name="Introduction" href="index.html"/> http://git-wip-us.apache.org/repos/asf/maven/blob/0dc70cc6/maven-settings-builder/src/site/site.xml ---------------------------------------------------------------------- diff --git a/maven-settings-builder/src/site/site.xml b/maven-settings-builder/src/site/site.xml index 3a16bf9..e475330 100644 --- a/maven-settings-builder/src/site/site.xml +++ b/maven-settings-builder/src/site/site.xml @@ -19,9 +19,11 @@ specific language governing permissions and limitations under the License. --> -<project xmlns="http://maven.apache.org/DECORATION/1.0.0" - xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" - xsi:schemaLocation="http://maven.apache.org/DECORATION/1.0.0 http://maven.apache.org/xsd/decoration-1.0.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"> + + <edit>${project.scm.url}</edit> + <body> <menu name="Overview"> <item name="Introduction" href="index.html"/> http://git-wip-us.apache.org/repos/asf/maven/blob/0dc70cc6/maven-settings/src/site/site.xml ---------------------------------------------------------------------- diff --git a/maven-settings/src/site/site.xml b/maven-settings/src/site/site.xml index 3a16bf9..e475330 100644 --- a/maven-settings/src/site/site.xml +++ b/maven-settings/src/site/site.xml @@ -19,9 +19,11 @@ specific language governing permissions and limitations under the License. --> -<project xmlns="http://maven.apache.org/DECORATION/1.0.0" - xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" - xsi:schemaLocation="http://maven.apache.org/DECORATION/1.0.0 http://maven.apache.org/xsd/decoration-1.0.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"> + + <edit>${project.scm.url}</edit> + <body> <menu name="Overview"> <item name="Introduction" href="index.html"/> http://git-wip-us.apache.org/repos/asf/maven/blob/0dc70cc6/maven-slf4j-provider/src/site/site.xml ---------------------------------------------------------------------- diff --git a/maven-slf4j-provider/src/site/site.xml b/maven-slf4j-provider/src/site/site.xml index 3a16bf9..e475330 100644 --- a/maven-slf4j-provider/src/site/site.xml +++ b/maven-slf4j-provider/src/site/site.xml @@ -19,9 +19,11 @@ specific language governing permissions and limitations under the License. --> -<project xmlns="http://maven.apache.org/DECORATION/1.0.0" - xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" - xsi:schemaLocation="http://maven.apache.org/DECORATION/1.0.0 http://maven.apache.org/xsd/decoration-1.0.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"> + + <edit>${project.scm.url}</edit> + <body> <menu name="Overview"> <item name="Introduction" href="index.html"/> http://git-wip-us.apache.org/repos/asf/maven/blob/0dc70cc6/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 89d8cb1..f540aa3 100644 --- a/pom.xml +++ b/pom.xml @@ -499,6 +499,7 @@ under the License. <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-site-plugin</artifactId> + <version>3.7</version> <configuration> <topSiteURL>scm:svn:https://svn.apache.org/repos/infra/websites/production/maven/components/${maven.site.path}</topSiteURL> </configuration> http://git-wip-us.apache.org/repos/asf/maven/blob/0dc70cc6/src/site/site.xml ---------------------------------------------------------------------- diff --git a/src/site/site.xml b/src/site/site.xml index 6dd30a6..378d783 100644 --- a/src/site/site.xml +++ b/src/site/site.xml @@ -19,8 +19,8 @@ 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="Apache Maven"> <bannerLeft> @@ -35,9 +35,11 @@ under the License. <skin> <groupId>org.apache.maven.skins</groupId> <artifactId>maven-fluido-skin</artifactId> - <version>1.3.0</version> + <version>1.7</version> </skin> + <edit>${project.scm.url}</edit> + <body> <breadcrumbs> <item name="Ref" href="../" />