This is an automated email from the git hooks/post-receive script. New commit to branch develop in repository nuiton-validator. See https://gitlab.nuiton.org/nuiton/nuiton-validator.git commit bf2f301f49e1ba6102ca72b61e7947d5e5876038 Author: Tony CHEMIT <chemit@codelutin.com> Date: Wed Jul 27 09:57:30 2016 +0200 Updates nuitonpom to 10.1 (fixes #3981) --- README.txt => README.md | 0 pom.xml | 19 +++++++------------ src/site/site.xml | 21 ++++++++++----------- 3 files changed, 17 insertions(+), 23 deletions(-) diff --git a/README.txt b/README.md similarity index 100% rename from README.txt rename to README.md diff --git a/pom.xml b/pom.xml index db52113..4829cfe 100644 --- a/pom.xml +++ b/pom.xml @@ -5,7 +5,7 @@ <parent> <groupId>org.nuiton</groupId> <artifactId>nuitonpom</artifactId> - <version>5</version> + <version>10.1</version> </parent> <artifactId>nuiton-validator</artifactId> @@ -13,7 +13,7 @@ <name>Nuiton Validator</name> <description>Simple Validator API</description> - <url>https://nuiton-validator.nuiton.org</url> + <url>http://nuiton-validator.nuiton.org</url> <inceptionYear>2013</inceptionYear> <developers> @@ -38,25 +38,20 @@ <url>https://gitlab.nuiton.org/nuiton/nuiton-validator</url> </scm> - <distributionManagement> - <site> - <id>${site.server}</id> - <url>${site.url}</url> - </site> - </distributionManagement> - <properties> <projectId>nuiton-validator</projectId> + <ciViewId>nuiton-validator</ciViewId> + + <javaVersion>1.6</javaVersion> + <signatureArtifactId>java16</signatureArtifactId> + <signatureVersion>1.0</signatureVersion> <nuitonI18nVersion>3.3</nuitonI18nVersion> <!-- i18n configuration --> <i18n.bundles>fr_FR,en_GB,es_ES</i18n.bundles> - <!-- Documentation is in apt format --> - <siteSourcesType>apt</siteSourcesType> - <!-- extra files to include in release --> <redmine.releaseFiles>${redmine.libReleaseFiles}</redmine.releaseFiles> diff --git a/src/site/site.xml b/src/site/site.xml index 432dcb3..55659cc 100644 --- a/src/site/site.xml +++ b/src/site/site.xml @@ -22,7 +22,10 @@ --> -<project name="${project.name}"> +<project name="${project.name}" + xmlns="http://maven.apache.org/DECORATION/1.4.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"> <bannerLeft> <name>${project.name}</name> @@ -37,16 +40,14 @@ <body> <links> - <item name="Nuiton.org" href="http://forge.nuiton.org"/> - <item name="Code Lutin" href="http://www.codelutin.com"/> + <item name="Nuiton.org" href="https://forge.nuiton.org"/> + <item name="Code Lutin" href="https://www.codelutin.com"/> <item name="Libre entreprise" href="http://www.libre-entreprise.org"/> </links> <breadcrumbs> - <item name="${project.name}" - href="${project.url}/index.html"/> - <item name="${project.version}" - href="${project.url}/${siteDeployClassifier}/index.html"/> + <item name="${project.name}" href="${project.url}/index.html"/> + <item name="${project.version}" href="${project.url}/${siteDeployClassifier}/index.html"/> </breadcrumbs> <menu name="Utilisateur"> @@ -57,10 +58,8 @@ <menu ref="reports"/> <footer> - <div id='mavenProjectProperties' locale='fr' - projectId='${project.projectId}' - version='${project.siteDeployClassifier}' - sourcesType='${project.siteSourcesType}'/> + <div id='mavenProjectProperties' locale='fr' sourcesType='apt' + projectId='${project.projectId}' version='${project.siteDeployClassifier}'/> </footer> </body> -- To stop receiving notification emails like this one, please contact nuiton.org SCM administrator <admin+scm@nuiton.org>.