branch develop updated (c5644b3 -> def3019)
This is an automated email from the git hooks/post-receive script. New change to branch develop in repository processor. See https://gitlab.nuiton.org/nuiton/processor.git from c5644b3 Update parent pom new def3019 Fix build The 1 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 def30195a6da50cd535d06a9060b5b96d26b3f0d Author: CHRE <CHATELLIER@codelutin.com> Date: Wed Aug 10 09:24:16 2016 +0200 Fix build Summary of changes: pom.xml | 7 +++---- 1 file changed, 3 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 processor. See https://gitlab.nuiton.org/nuiton/processor.git commit def30195a6da50cd535d06a9060b5b96d26b3f0d Author: CHRE <CHATELLIER@codelutin.com> Date: Wed Aug 10 09:24:16 2016 +0200 Fix build --- pom.xml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/pom.xml b/pom.xml index 7e3207b..ca3d66c 100644 --- a/pom.xml +++ b/pom.xml @@ -89,11 +89,10 @@ <mavenVersion>2.2.1</mavenVersion> <antVersion>1.8.3</antVersion> - <!-- Stay on jdk5 (requirement for some other project using this library) --> <ciViewId>processor</ciViewId> - <javaVersion>1.5</javaVersion> - <signatureArtifactId>java15</signatureArtifactId> - <signatureVersion>1.0</signatureVersion> + <javaVersion>1.6</javaVersion> + <signatureArtifactId>java16</signatureArtifactId> + <signatureVersion>1.1</signatureVersion> </properties> <dependencyManagement> -- To stop receiving notification emails like this one, please contact nuiton.org SCM administrator <admin+scm@nuiton.org>.
participants (1)
-
nuiton.org scm