This is an automated email from the git hooks/post-receive script. New commit to branch develop in repository jaxx. See https://gitlab.nuiton.org/nuiton/jaxx.git commit 0d4fa68a3ec4141982c9e55d0bcb7687d875d249 Author: Tony CHEMIT <chemit@codelutin.com> Date: Mon Aug 1 13:14:12 2016 +0200 Use nuitonpom 10.2 (Fixes #3991) --- pom.xml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/pom.xml b/pom.xml index 0940d18..b081aa6 100644 --- a/pom.xml +++ b/pom.xml @@ -27,7 +27,7 @@ <parent> <groupId>org.nuiton</groupId> <artifactId>nuitonpom</artifactId> - <version>10.1</version> + <version>10.2</version> </parent> <artifactId>jaxx</artifactId> @@ -153,9 +153,6 @@ <!-- jnlp configuration --> <jnlpFileName>jaxx-demo.jnlp</jnlpFileName> <jnlpCodebase>http://jaxx.nuiton.org/v/${project.version}/jaxx-demo/jnlp</jnlpCodebase> - - <maven.javadoc.skip>false</maven.javadoc.skip> - <maven.source.skip>false</maven.source.skip> </properties> -- To stop receiving notification emails like this one, please contact nuiton.org SCM administrator <admin+scm@nuiton.org>.