This is an automated email from the git hooks/post-receive script. New commit to branch develop in repository pom. See https://gitlab.nuiton.org/nuiton/pom.git commit 982fea1a4741d4af8f9124ebc743ec0df4ae7d87 Author: Eric Chatellier <chatellier@codelutin.com> Date: Mon Feb 27 17:51:55 2017 +0100 fixes #4149: Update to maven-site-plugin 3.6 fixes #4150: Update to maven-assembly-plugin 3.0.0 fixes #4151: Update fluido-skin to 1.6 fixes #4152: Update jrst to 2.3 --- chorempom/src/site/site.xml | 4 ++-- codelutinpom/src/site/site.xml | 4 ++-- nuitonpom/src/site/site.xml | 4 ++-- pom.xml | 10 ++++------ src/site/site.xml | 11 ++++++----- 5 files changed, 16 insertions(+), 17 deletions(-) diff --git a/chorempom/src/site/site.xml b/chorempom/src/site/site.xml index 97fb6b7..92aed72 100644 --- a/chorempom/src/site/site.xml +++ b/chorempom/src/site/site.xml @@ -22,9 +22,9 @@ --> -<project name="${project.name}" xmlns="http://maven.apache.org/DECORATION/1.4.0" +<project name="${project.name}" xmlns="http://maven.apache.org/DECORATION/1.7.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" - xsi:schemaLocation="http://maven.apache.org/DECORATION/1.4.0 http://maven.apache.org/xsd/decoration-1.4.0.xsd"> + xsi:schemaLocation="http://maven.apache.org/DECORATION/1.7.0 http://maven.apache.org/xsd/decoration-1.7.0.xsd"> <custom> <fluidoSkin> diff --git a/codelutinpom/src/site/site.xml b/codelutinpom/src/site/site.xml index aac30cd..4ca1307 100644 --- a/codelutinpom/src/site/site.xml +++ b/codelutinpom/src/site/site.xml @@ -22,9 +22,9 @@ --> -<project name="${project.name}" xmlns="http://maven.apache.org/DECORATION/1.4.0" +<project name="${project.name}" xmlns="http://maven.apache.org/DECORATION/1.7.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" - xsi:schemaLocation="http://maven.apache.org/DECORATION/1.4.0 http://maven.apache.org/xsd/decoration-1.4.0.xsd"> + xsi:schemaLocation="http://maven.apache.org/DECORATION/1.7.0 http://maven.apache.org/xsd/decoration-1.7.0.xsd"> <custom> <fluidoSkin> diff --git a/nuitonpom/src/site/site.xml b/nuitonpom/src/site/site.xml index ef09895..6d51de1 100644 --- a/nuitonpom/src/site/site.xml +++ b/nuitonpom/src/site/site.xml @@ -22,9 +22,9 @@ --> -<project name="${project.name}" xmlns="http://maven.apache.org/DECORATION/1.4.0" +<project name="${project.name}" xmlns="http://maven.apache.org/DECORATION/1.7.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" - xsi:schemaLocation="http://maven.apache.org/DECORATION/1.4.0 http://maven.apache.org/xsd/decoration-1.4.0.xsd"> + xsi:schemaLocation="http://maven.apache.org/DECORATION/1.7.0 http://maven.apache.org/xsd/decoration-1.7.0.xsd"> <custom> <fluidoSkin> diff --git a/pom.xml b/pom.xml index 986de70..d38fcb5 100644 --- a/pom.xml +++ b/pom.xml @@ -250,11 +250,11 @@ <!-- our plugins --> <helperPluginVersion>2.3.2</helperPluginVersion> <jredminePluginVersion>1.10</jredminePluginVersion> - <jrstPluginVersion>2.1</jrstPluginVersion> + <jrstPluginVersion>2.3-SNAPSHOT</jrstPluginVersion> <!-- apache maven plugins version --> <antRunPluginVersion>1.8</antRunPluginVersion> - <assemblyPluginVersion>2.6</assemblyPluginVersion> + <assemblyPluginVersion>3.0.0</assemblyPluginVersion> <cleanPluginVersion>3.0.0</cleanPluginVersion> <compilerPluginVersion>3.5.1</compilerPluginVersion> <dependencyPluginVersion>2.10</dependencyPluginVersion> @@ -274,7 +274,7 @@ <remoteResourcesPluginVersion>1.5</remoteResourcesPluginVersion> <resourcesPluginVersion>3.0.1</resourcesPluginVersion> <shadePluginVersion>2.4.3</shadePluginVersion> - <sitePluginVersion>3.4</sitePluginVersion> + <sitePluginVersion>3.6</sitePluginVersion> <sourcePluginVersion>3.0.1</sourcePluginVersion> <surefirePluginVersion>2.19.1</surefirePluginVersion> <warPluginVersion>3.0.0</warPluginVersion> @@ -354,7 +354,7 @@ <!-- ////////////////////////////////////////////////////////////////// --> <!-- fluido skin version --> - <fluidoSkinVersion>1.4</fluidoSkinVersion> + <fluidoSkinVersion>1.6</fluidoSkinVersion> <!-- to generate sitemap --> <generateSitemap>true</generateSitemap> @@ -577,8 +577,6 @@ <plugin> <artifactId>maven-site-plugin</artifactId> <version>${sitePluginVersion}</version> - <configuration> - </configuration> </plugin> <plugin> diff --git a/src/site/site.xml b/src/site/site.xml index f092382..2625716 100644 --- a/src/site/site.xml +++ b/src/site/site.xml @@ -21,9 +21,9 @@ #L% --> -<project name="${project.name}" xmlns="http://maven.apache.org/DECORATION/1.6.0" +<project name="${project.name}" xmlns="http://maven.apache.org/DECORATION/1.7.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" - xsi:schemaLocation="http://maven.apache.org/DECORATION/1.6.0 http://maven.apache.org/xsd/decoration-1.6.0.xsd"> + xsi:schemaLocation="http://maven.apache.org/DECORATION/1.7.0 http://maven.apache.org/xsd/decoration-1.7.0.xsd"> <skin> <groupId>org.apache.maven.skins</groupId> @@ -48,17 +48,18 @@ <publishDate position="right"/> <version position="right"/> + <!-- chatellier : temp disabled not working with m-site-p 3.6 <poweredBy> - <logo href="http://maven.apache.org" name="Maven" img="${siteCommonResourcesUrl}/images/logos/maven-feather.png"/> - - </poweredBy> + </poweredBy>--> <body> <head> + <![CDATA[ <script type="text/javascript" src="${siteCommonResourcesUrl}/js/pom-site.js"> </script> <link rel="stylesheet" type="text/css" href="${siteCommonResourcesUrl}/css/mavenpom-site.css"/> + ]]> </head> </body> -- To stop receiving notification emails like this one, please contact nuiton.org SCM administrator <admin+scm@nuiton.org>.