branch release/1.20 updated (bc2ff04 -> a038222)
This is an automated email from the git hooks/post-receive script. New change to branch release/1.20 in repository nuiton-web. See https://gitlab.nuiton.org/nuiton/nuiton-web.git from bc2ff04 Update to ToPIA 3.3, Struts 2.5.14 and other dependencies new 558c2a0 Disable fetching changes from redmine since issues are now on gitlab new a038222 Update to JDK8, no choice since struts 2.15.14 requires a freemarker version needing JDK8 The 2 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 a038222ac6feb7917bc1e14819ce26572a7ef341 Author: Maven Release <maven-release@codelutin.com> Date: Wed Dec 20 11:50:33 2017 +0100 Update to JDK8, no choice since struts 2.15.14 requires a freemarker version needing JDK8 commit 558c2a0b594821059b5aa82df8bc74ee99c4b4a0 Author: Maven Release <maven-release@codelutin.com> Date: Wed Dec 20 11:34:31 2017 +0100 Disable fetching changes from redmine since issues are now on gitlab Summary of changes: nuiton-security/pom.xml | 3 ++- pom.xml | 6 ++++-- 2 files changed, 6 insertions(+), 3 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 release/1.20 in repository nuiton-web. See https://gitlab.nuiton.org/nuiton/nuiton-web.git commit 558c2a0b594821059b5aa82df8bc74ee99c4b4a0 Author: Maven Release <maven-release@codelutin.com> Date: Wed Dec 20 11:34:31 2017 +0100 Disable fetching changes from redmine since issues are now on gitlab --- nuiton-security/pom.xml | 3 ++- pom.xml | 2 ++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/nuiton-security/pom.xml b/nuiton-security/pom.xml index aecf567..e291745 100644 --- a/nuiton-security/pom.xml +++ b/nuiton-security/pom.xml @@ -37,7 +37,8 @@ <properties> <!-- Post Release configuration --> - <skipPostRelease>false</skipPostRelease> + <!-- FIXME true because issues are no longer on redmine but on gitlab --> + <skipPostRelease>true</skipPostRelease> </properties> <dependencies> diff --git a/pom.xml b/pom.xml index 5598853..fc680cf 100644 --- a/pom.xml +++ b/pom.xml @@ -108,6 +108,8 @@ <properties> <!-- redmine project Id --> + <!-- FIXME issues are no longer on redmine since migration to gitlab --> + <redmine.skipGenerateChanges>true</redmine.skipGenerateChanges> <projectId>nuiton-web</projectId> <ciViewId>nuiton-web</ciViewId> <javaVersion>1.7</javaVersion> -- 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 release/1.20 in repository nuiton-web. See https://gitlab.nuiton.org/nuiton/nuiton-web.git commit a038222ac6feb7917bc1e14819ce26572a7ef341 Author: Maven Release <maven-release@codelutin.com> Date: Wed Dec 20 11:50:33 2017 +0100 Update to JDK8, no choice since struts 2.15.14 requires a freemarker version needing JDK8 --- pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index fc680cf..e072cd7 100644 --- a/pom.xml +++ b/pom.xml @@ -112,8 +112,8 @@ <redmine.skipGenerateChanges>true</redmine.skipGenerateChanges> <projectId>nuiton-web</projectId> <ciViewId>nuiton-web</ciViewId> - <javaVersion>1.7</javaVersion> - <signatureArtifactId>java17</signatureArtifactId> + <javaVersion>1.8</javaVersion> + <signatureArtifactId>java18</signatureArtifactId> <signatureVersion>1.0</signatureVersion> <eugeneVersion>3.0-alpha-10</eugeneVersion> -- To stop receiving notification emails like this one, please contact nuiton.org SCM administrator <admin+scm@nuiton.org>.
participants (1)
-
nuiton.org scm