This is an automated email from the git hooks/post-receive script. New commit to branch develop in repository nuiton-maven-report-plugin. See https://gitlab.nuiton.org/nuiton/nuiton-maven-report-plugin.git commit 52a90036ead58560e77823ae896d9c317352ac76 Author: Tony CHEMIT <chemit@codelutin.com> Date: Mon Jul 11 14:53:44 2016 +0200 Update to nuitonpom to 10 (Fixes #3958) --- README.txt => README.md | 0 pom.xml | 21 +++++++++++++-------- 2 files changed, 13 insertions(+), 8 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 c9fddfa..74aaa8c 100644 --- a/pom.xml +++ b/pom.xml @@ -5,7 +5,7 @@ <parent> <groupId>org.nuiton</groupId> <artifactId>nuitonpom</artifactId> - <version>5</version> + <version>10</version> </parent> <artifactId>nuiton-maven-report-plugin</artifactId> @@ -14,7 +14,7 @@ <name>Nuiton Maven reports plugin</name> <description>Maven reports for Nuiton libraries</description> - <url>http://doc.nuiton.org/nuiton-maven-report-plugin</url> + <url>http://nuiton-maven-report-plugin.nuiton.org</url> <inceptionYear>2013</inceptionYear> <developers> @@ -58,6 +58,13 @@ <properties> + <projectId>nuiton-maven-report-plugin</projectId> + <ciViewId>nuiton-maven-report-plugin</ciViewId> + + <javaVersion>1.7</javaVersion> + <signatureArtifactId>java17</signatureArtifactId> + <signatureVersion>1.0</signatureVersion> + <doxiaVersion>1.5</doxiaVersion> <mavenVersion>3.2.1</mavenVersion> @@ -138,7 +145,7 @@ <groupId>org.apache.maven</groupId> <artifactId>maven-plugin-api</artifactId> <version>${mavenVersion}</version> - <scope>provided</scope> + <scope>compile</scope> </dependency> <dependency> @@ -201,6 +208,7 @@ <dependency> <groupId>org.codehaus.plexus</groupId> <artifactId>plexus-utils</artifactId> + <version>3.0.22</version> <exclusions> <exclusion> <groupId>org.codehaus.plexus</groupId> @@ -255,17 +263,14 @@ <dependency> <groupId>commons-collections</groupId> <artifactId>commons-collections</artifactId> - </dependency> - - <dependency> - <groupId>junit</groupId> - <artifactId>junit</artifactId> + <version>3.2.2</version> </dependency> <dependency> <groupId>log4j</groupId> <artifactId>log4j</artifactId> <scope>provided</scope> + <version>1.2.17</version> </dependency> </dependencies> -- To stop receiving notification emails like this one, please contact nuiton.org SCM administrator <admin+scm@nuiton.org>.