This is an automated email from the ASF dual-hosted git repository. hboutemy pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/maven-fluido-skin.git
commit b750df947b61913647091fe910919121af787acf Author: Hervé Boutemy <[email protected]> AuthorDate: Thu Dec 21 10:11:09 2017 +0100 upgrade to maven-site-plugin 3.7 --- pom.xml | 6 ++++++ src/site/site.xml | 12 ++++++++++-- 2 files changed, 16 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index e52fde1..a3ff94b 100644 --- a/pom.xml +++ b/pom.xml @@ -100,6 +100,7 @@ under the License. <properties> <bootstrap.version>2.3.2</bootstrap.version> <jquery.version>1.11.2</jquery.version> + <sitePluginVersion>3.7</sitePluginVersion> </properties> <repositories> @@ -170,6 +171,11 @@ under the License. <artifactId>maven-invoker-plugin</artifactId> <version>1.10</version> </plugin> + <plugin> + <groupId>org.apache.maven.plugins</groupId> + <artifactId>maven-site-plugin</artifactId> + <version>${sitePluginVersion}</version> + </plugin> </plugins> </pluginManagement> <plugins> diff --git a/src/site/site.xml b/src/site/site.xml index d56230c..16265d4 100644 --- a/src/site/site.xml +++ b/src/site/site.xml @@ -19,8 +19,16 @@ 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"> + + <edit>${project.scm.url}</edit> + + <skin> + <groupId>org.apache.maven.skins</groupId> + <artifactId>maven-fluido-skin</artifactId> + <version>1.6</version> + </skin> <custom> <fluidoSkin> -- To stop receiving notification emails like this one, please contact "[email protected]" <[email protected]>.
