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 934ba53e84f8d9887fb852daebc557a4951b05e1 Author: Maven Release <maven-release@codelutin.com> Date: Fri Dec 30 12:48:49 2016 +0100 Fix release build --- jaxx-compiler/pom.xml | 10 ---------- pom.xml | 3 ++- 2 files changed, 2 insertions(+), 11 deletions(-) diff --git a/jaxx-compiler/pom.xml b/jaxx-compiler/pom.xml index 0934140..fc23746 100644 --- a/jaxx-compiler/pom.xml +++ b/jaxx-compiler/pom.xml @@ -39,16 +39,6 @@ <name>JAXX :: Compiler</name> <description>JAXX Compiler api</description> - <properties> - <!-- Java version --> - <javaVersion>1.7</javaVersion> - <!--TODO remove this when idea won't ask to change jdk level at each pom modification--> - <maven.compiler.source>${javaVersion}</maven.compiler.source> - <!--TODO remove this when idea won't ask to change jdk level at each pom modification--> - <maven.compiler.target>${javaVersion}</maven.compiler.target> - <signatureArtifactId>java17</signatureArtifactId> - <signatureVersion>1.0</signatureVersion> - </properties> <dependencies> diff --git a/pom.xml b/pom.xml index 1aec2bc..6ff7b7d 100644 --- a/pom.xml +++ b/pom.xml @@ -155,7 +155,8 @@ <!-- jnlp configuration --> <jnlpFileName>jaxx-demo.jnlp</jnlpFileName> <jnlpCodebase>http://jaxx.nuiton.org/v/${project.version}/jaxx-demo/jnlp</jnlpCodebase> - + + <maven.javadoc.failOnError>false</maven.javadoc.failOnError> </properties> -- To stop receiving notification emails like this one, please contact nuiton.org SCM administrator <admin+scm@nuiton.org>.
participants (1)
-
nuiton.org scm