This is an automated email from the git hooks/post-receive script. New commit to branch develop in repository nuiton-utils. See https://gitlab.nuiton.org/nuiton/nuiton-utils.git commit e90aa63850726040abfa28d69551f18ad2f22f55 Author: Tony CHEMIT <chemit@codelutin.com> Date: Tue Apr 26 10:34:11 2016 +0200 Update to nuitonpom 10 (Fixes #3933) --- README.txt => README.md | 0 pom.xml | 15 +++++++-------- src/site/site.xml | 9 ++++----- 3 files changed, 11 insertions(+), 13 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 2f1db7f..c0ed0c5 100644 --- a/pom.xml +++ b/pom.xml @@ -26,7 +26,7 @@ <parent> <groupId>org.nuiton</groupId> <artifactId>nuitonpom</artifactId> - <version>5-rc-2</version> + <version>10</version> </parent> <artifactId>nuiton-utils</artifactId> @@ -125,17 +125,16 @@ <developerConnection>scm:git:git@gitlab.nuiton.org:nuiton/nuiton-utils.git</developerConnection> </scm> - <distributionManagement> - <site> - <id>${site.server}</id> - <url>${site.url}</url> - </site> - </distributionManagement> - <properties> <!-- redmine project Id --> <projectId>nuiton-utils</projectId> + <ciViewId>nuiton-utils</ciViewId> + + <!-- Java level --> + <javaVersion>1.7</javaVersion> + <signatureArtifactId>java17</signatureArtifactId> + <signatureVersion>1.0</signatureVersion> <nuitonI18nVersion>3.3</nuitonI18nVersion> diff --git a/src/site/site.xml b/src/site/site.xml index 733c606..db1a14f 100644 --- a/src/site/site.xml +++ b/src/site/site.xml @@ -22,9 +22,10 @@ --> -<project name="${project.name}" xmlns="http://maven.apache.org/DECORATION/1.4.0" +<project name="${project.name}" + xmlns="http://maven.apache.org/DECORATION/1.6.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.6.0 http://maven.apache.org/xsd/decoration-1.6.0.xsd"> <bannerLeft> <name>${project.name}</name> @@ -58,12 +59,10 @@ <footer> <div id='mavenProjectProperties' locale='fr' - platform='${project.platform}' projectId='${project.projectId}' version='${project.siteDeployClassifier}' sourcesType='${project.siteSourcesType}' - scmUrl='${project.scm.connection}' - editorUrl='${project.scmwebeditorUrl}'/> + scmwebeditor_vmFiles=",update,"/> </footer> </body> -- To stop receiving notification emails like this one, please contact nuiton.org SCM administrator <admin+scm@nuiton.org>.