branch develop updated (f7b82e9 -> ec3302e)
This is an automated email from the git hooks/post-receive script. New change to branch develop in repository pom. See http://git.nuiton.org/pom.git from f7b82e9 Update README.txt new bd6467e Use correct ci url (Fixes #3883) new 05ebdf3 On utilise java 8 (Fixes #3882) new ec3302e Utilisation d'un readme.md plutôt que readme.txt (Fixes #3884) The 3 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference. Detailed log of new commits: commit ec3302e5df6d5a94959970582883ae0d17b28d75 Author: Tony CHEMIT <chemit@codelutin.com> Date: Mon Feb 22 17:13:31 2016 +0100 Utilisation d'un readme.md plutôt que readme.txt (Fixes #3884) commit 05ebdf310f986de8fadb7144cf756fe57bd2b6b4 Author: Tony CHEMIT <chemit@codelutin.com> Date: Mon Feb 22 17:12:30 2016 +0100 On utilise java 8 (Fixes #3882) commit bd6467e35ff506280149d381752385260520ab78 Author: Tony CHEMIT <chemit@codelutin.com> Date: Mon Feb 22 17:07:42 2016 +0100 Use correct ci url (Fixes #3883) Summary of changes: pom.xml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) -- To stop receiving notification emails like this one, please contact nuiton.org SCM administrator <admin+scm@nuiton.org>.
This is an automated email from the git hooks/post-receive script. New commit to branch develop in repository pom. See http://git.nuiton.org/pom.git commit bd6467e35ff506280149d381752385260520ab78 Author: Tony CHEMIT <chemit@codelutin.com> Date: Mon Feb 22 17:07:42 2016 +0100 Use correct ci url (Fixes #3883) --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index f708c52..1252172 100644 --- a/pom.xml +++ b/pom.xml @@ -152,7 +152,7 @@ </issueManagement> <ciManagement> <system>jenkins</system> - <url>https://ci.${platform}/jenkins</url> + <url>https://ci.${platform}/jenkins/${projectId}</url> </ciManagement> <distributionManagement> <repository> -- To stop receiving notification emails like this one, please contact nuiton.org SCM administrator <admin+scm@nuiton.org>.
This is an automated email from the git hooks/post-receive script. New commit to branch develop in repository pom. See http://git.nuiton.org/pom.git commit 05ebdf310f986de8fadb7144cf756fe57bd2b6b4 Author: Tony CHEMIT <chemit@codelutin.com> Date: Mon Feb 22 17:12:30 2016 +0100 On utilise java 8 (Fixes #3882) --- pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index 1252172..664f033 100644 --- a/pom.xml +++ b/pom.xml @@ -314,7 +314,7 @@ <!-- //// Compiler configuration //// --> <!-- ////////////////////////////////////////////////////////////////// --> - <javaVersion>1.7</javaVersion> + <javaVersion>1.8</javaVersion> <maven.compiler.source>${javaVersion}</maven.compiler.source> <maven.compiler.target>${javaVersion}</maven.compiler.target> <maven.compiler.showWarnings>true</maven.compiler.showWarnings> @@ -1097,7 +1097,7 @@ <properties> - <signatureArtifactId>java17</signatureArtifactId> + <signatureArtifactId>java18</signatureArtifactId> <signatureVersion>1.0</signatureVersion> </properties> -- To stop receiving notification emails like this one, please contact nuiton.org SCM administrator <admin+scm@nuiton.org>.
This is an automated email from the git hooks/post-receive script. New commit to branch develop in repository pom. See http://git.nuiton.org/pom.git commit ec3302e5df6d5a94959970582883ae0d17b28d75 Author: Tony CHEMIT <chemit@codelutin.com> Date: Mon Feb 22 17:13:31 2016 +0100 Utilisation d'un readme.md plutôt que readme.txt (Fixes #3884) --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 664f033..27fbd18 100644 --- a/pom.xml +++ b/pom.xml @@ -386,7 +386,7 @@ <skipPostRelease>true</skipPostRelease> <!-- Default README file, which is required via m-enforcer-p --> - <readmeFile>README.txt</readmeFile> + <readmeFile>README.md</readmeFile> <!--par defaut on ne déploie rien--> <maven.deploy.skip>true</maven.deploy.skip> -- To stop receiving notification emails like this one, please contact nuiton.org SCM administrator <admin+scm@nuiton.org>.
participants (1)
-
nuiton.org scm