This is an automated email from the git hooks/post-receive script. New commit to branch develop in repository nuiton-converter. See https://gitlab.nuiton.org/nuiton/nuiton-converter.git commit f5b5880fc290863275a9a529344e7932c1ce7287 Author: Eric Chatellier <chatellier@codelutin.com> Date: Tue May 5 15:48:29 2020 +0200 Fix releasable build [skip ci] --- pom.xml | 16 +++++++--------- src/main/java/org/nuiton/converter/package-info.java | 2 +- src/site/site.xml | 16 +++------------- 3 files changed, 11 insertions(+), 23 deletions(-) diff --git a/pom.xml b/pom.xml index 0e4d440..0ea3a74 100644 --- a/pom.xml +++ b/pom.xml @@ -27,7 +27,7 @@ <parent> <groupId>org.nuiton</groupId> <artifactId>nuitonpom</artifactId> - <version>10.5</version> + <version>11.8-SNAPSHOT</version> </parent> <artifactId>nuiton-converter</artifactId> @@ -61,13 +61,11 @@ </scm> <properties> + <gitlabProjectName>nuiton-converter</gitlabProjectName> - <!-- redmine project Id --> - <projectId>nuiton-converter</projectId> - <ciViewId>nuiton-converter</ciViewId> - <javaVersion>1.6</javaVersion> - <signatureArtifactId>java16</signatureArtifactId> - <signatureVersion>1.1</signatureVersion> + <javaVersion>1.7</javaVersion> + <signatureArtifactId>java17</signatureArtifactId> + <signatureVersion>1.0</signatureVersion> <!-- Documentation is in english --> <locales>en</locales> @@ -91,13 +89,13 @@ <dependency> <groupId>commons-beanutils</groupId> <artifactId>commons-beanutils</artifactId> - <version>1.9.3</version> + <version>1.9.4</version> </dependency> <dependency> <groupId>junit</groupId> <artifactId>junit</artifactId> - <version>4.12</version> + <version>4.13</version> <scope>test</scope> </dependency> diff --git a/src/main/java/org/nuiton/converter/package-info.java b/src/main/java/org/nuiton/converter/package-info.java index 26a0f6c..fe0de93 100644 --- a/src/main/java/org/nuiton/converter/package-info.java +++ b/src/main/java/org/nuiton/converter/package-info.java @@ -2,7 +2,7 @@ * * This package contains the converter api + the format api. * <p> - * <h1>Converter api</h1> + * <h2>Converter api</h2> * This converter api is based on the * http://commons.apache.org/beanutils {@code commons-beanutils}. * diff --git a/src/site/site.xml b/src/site/site.xml index e654c06..3cbc16c 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.4.0" +<project name="${project.name}" 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.4.0 http://maven.apache.org/xsd/decoration-1.4.0.xsd"> + xsi:schemaLocation="http://maven.apache.org/DECORATION/1.8.0 http://maven.apache.org/xsd/decoration-1.8.0.xsd"> <bannerLeft> <name>${project.name}</name> @@ -45,20 +45,10 @@ <breadcrumbs> <item name="${project.name}" - href="${project.url}/index.html"/> - - <item name="${project.version}" - href="${project.url}/${siteDeployClassifier}/index.html"/> + href="${this.url}/index.html"/> </breadcrumbs> <menu ref="reports"/> - <footer> - <div id='mavenProjectProperties' locale='fr' - projectId='${project.projectId}' - version='${project.siteDeployClassifier}' - sourcesType='${project.siteSourcesType}'/> - </footer> - </body> </project> -- To stop receiving notification emails like this one, please contact nuiton.org SCM administrator <admin+scm@nuiton.org>.