This is an automated email from the git hooks/post-receive script. New commit to branch develop in repository nuiton-j2r. See http://git.nuiton.org/nuiton-j2r.git commit cd669dfa364573cac32e521b8274214beb88a6f7 Author: Eric Chatellier <chatellier@codelutin.com> Date: Wed Mar 2 17:46:53 2016 +0100 Update pom --- README.txt => README.md | 0 pom.xml | 5 +++-- src/license/THIRD-PARTY.properties | 19 ------------------- 3 files changed, 3 insertions(+), 21 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 51e7f0b..e44e8be 100644 --- a/pom.xml +++ b/pom.xml @@ -3,7 +3,7 @@ #%L Nuiton Java-2-R library %% - Copyright (C) 2006 - 2014 CodeLutin, Chatellier Eric, Chemit Tony + Copyright (C) 2006 - 2016 CodeLutin, Chatellier Eric, Chemit Tony %% This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as @@ -27,7 +27,7 @@ <parent> <groupId>org.nuiton</groupId> <artifactId>nuitonpom</artifactId> - <version>5</version> + <version>8</version> </parent> <artifactId>nuiton-j2r</artifactId> @@ -128,6 +128,7 @@ <!-- extra files to include in release --> <redmine.releaseFiles>${redmine.libReleaseFiles}</redmine.releaseFiles> <skipPostRelease>false</skipPostRelease> + <ciViewId>${projectId}</ciViewId> </properties> <dependencies> diff --git a/src/license/THIRD-PARTY.properties b/src/license/THIRD-PARTY.properties deleted file mode 100644 index dd44e4c..0000000 --- a/src/license/THIRD-PARTY.properties +++ /dev/null @@ -1,19 +0,0 @@ -# Generated by org.codehaus.mojo.license.AddThirdPartyMojo -#------------------------------------------------------------------------------- -# Already used licenses in project : -# - BSD License -# - COMMON DEVELOPMENT AND DISTRIBUTION LICENSE (CDDL) Version 1.0 -# - Common Public License Version 1.0 -# - Indiana University Extreme! Lab Software License, vesion 1.1.1 -# - Lesser General Public License (LPGL) -# - Lesser General Public License (LPGL) v 2.1 -# - MIT License -# - The Apache Software License, Version 2.0 -#------------------------------------------------------------------------------- -# Please fill the missing licenses for dependencies : -# -# -#Thu Aug 18 07:23:25 CEST 2011 -org.nuiton.thirdparty--JRI--0.8-4=Lesser General Public License (LPGL) v 2.1 -org.nuiton.thirdparty--REngine--0.6-1=Lesser General Public License (LPGL) v 2.1 -org.nuiton.thirdparty--Rserve--0.6-1=Lesser General Public License (LPGL) v 2.1 -- To stop receiving notification emails like this one, please contact nuiton.org SCM administrator <admin+scm@nuiton.org>.