branch struts2.5 updated (738b501 -> e4deaf8)
This is an automated email from the git hooks/post-receive script. New change to branch struts2.5 in repository coser. See https://gitlab.nuiton.org/codelutin/coser.git from 738b501 Update xwork-core 2.3.x to struts2-core 2.5.x branch new e4deaf8 Build coser with jdk17 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 e4deaf84c7f28e2f863fe4ce360b69528bd23b36 Author: jcouteau <couteau@codelutin.com> Date: Thu Jul 7 17:43:37 2022 +0200 Build coser with jdk17 Summary of changes: .gitlab-ci.yml | 4 ++-- coser-business/pom.xml | 4 ++-- pom.xml | 12 ++++++++---- 3 files changed, 12 insertions(+), 8 deletions(-) -- To stop receiving notification emails like this one, please contact codelutin.com SCM administrator <admin+scm@codelutin.com>.
This is an automated email from the git hooks/post-receive script. New commit to branch struts2.5 in repository coser. See https://gitlab.nuiton.org/codelutin/coser.git commit e4deaf84c7f28e2f863fe4ce360b69528bd23b36 Author: jcouteau <couteau@codelutin.com> Date: Thu Jul 7 17:43:37 2022 +0200 Build coser with jdk17 --- .gitlab-ci.yml | 4 ++-- coser-business/pom.xml | 4 ++-- pom.xml | 12 ++++++++---- 3 files changed, 12 insertions(+), 8 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 901dc54..80db96e 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -6,13 +6,13 @@ stages: - report build: - image: registry.nuiton.org/codelutin/dockerfiles:maven-release + image: registry.nuiton.org/codelutin/dockerfiles:maven-release-debian10-openjdk17 stage: build script: - mvn clean verify -e -U sonarqube: - image: registry.nuiton.org/codelutin/dockerfiles:debian-dev-java8 + image: registry.nuiton.org/codelutin/dockerfiles:maven-release-debian10-openjdk17 stage: report script: - mvn -e -U clean verify -DskipRelease org.sonarsource.scanner.maven:sonar-maven-plugin:3.4.0.905:sonar -Dsonar.host.url=$SONAR_URL -Dsonar.projectKey=fr.ifremer:coser -Dsonar.binaries='**/target/classes' -Dsonar.exclusions='**/js/libs/*','**/target/*','**/generated*/*' diff --git a/coser-business/pom.xml b/coser-business/pom.xml index fc058e5..32f4f5a 100644 --- a/coser-business/pom.xml +++ b/coser-business/pom.xml @@ -119,10 +119,10 @@ <groupId>org.apache.struts</groupId> <artifactId>struts2-core</artifactId> </dependency> - <dependency> + <!--dependency> <groupId>org.javassist</groupId> <artifactId>javassist</artifactId> - </dependency> + </dependency--> <dependency> <groupId>org.jfree</groupId> <artifactId>jfreechart</artifactId> diff --git a/pom.xml b/pom.xml index efe08b5..441e89b 100644 --- a/pom.xml +++ b/pom.xml @@ -26,8 +26,8 @@ <parent> <groupId>org.nuiton</groupId> - <artifactId>codelutinpom</artifactId> - <version>10.5</version> + <artifactId>pom</artifactId> + <version>11.12</version> </parent> <groupId>fr.ifremer</groupId> @@ -92,6 +92,9 @@ <projectId>coser</projectId> + <gitlabGroupName>ifremer</gitlabGroupName> + <gitlabProjectName>coser</gitlabProjectName> + <!-- license configuration --> <license.licenseName>lgpl_v3</license.licenseName> <license.organizationName>Ifremer, Codelutin</license.organizationName> @@ -102,11 +105,12 @@ <coserI18nBundle>coser-i18n</coserI18nBundle> <!-- Versions --> - <jaxxVersion>2.8.6</jaxxVersion> - <nuitonI18nVersion>3.7</nuitonI18nVersion> + <jaxxVersion>2.46</jaxxVersion> + <nuitonI18nVersion>4.2-SNAPSHOT</nuitonI18nVersion> <nuitonMatrixVersion>2.3.3</nuitonMatrixVersion> <strutsVersion>2.5.20</strutsVersion> <nuitonReportPluginVersion>3.0</nuitonReportPluginVersion> + <jrstPluginVersion>2.3</jrstPluginVersion> <!-- Site configuration --> <locales>fr,en</locales> -- To stop receiving notification emails like this one, please contact codelutin.com SCM administrator <admin+scm@codelutin.com>.
participants (1)
-
codelutin.com scm