From 81c65937eec081e0a7e4e14ca6f359130e8d0f21 Mon Sep 17 00:00:00 2001 From: "francesco.mangiacrapa" Date: Wed, 28 Sep 2022 13:50:12 +0200 Subject: [PATCH] Testing building on jenkins with JDK_11 --- .classpath | 6 ++-- .../com.gwtplugins.gdt.eclipse.core.prefs | 2 +- .settings/org.eclipse.wst.common.component | 32 ++++++++++++------- ....eclipse.wst.common.project.facet.core.xml | 2 +- CHANGELOG.md | 6 ++++ pom.xml | 20 +++++++----- 6 files changed, 44 insertions(+), 24 deletions(-) diff --git a/.classpath b/.classpath index a827b37..e34d66e 100644 --- a/.classpath +++ b/.classpath @@ -1,12 +1,12 @@ - + - + @@ -35,5 +35,5 @@ - + diff --git a/.settings/com.gwtplugins.gdt.eclipse.core.prefs b/.settings/com.gwtplugins.gdt.eclipse.core.prefs index ad74a6c..8e0f42e 100644 --- a/.settings/com.gwtplugins.gdt.eclipse.core.prefs +++ b/.settings/com.gwtplugins.gdt.eclipse.core.prefs @@ -1,4 +1,4 @@ eclipse.preferences.version=1 -lastWarOutDir=/home/francescomangiacrapa/git/geoportal-data-viewer-app/target/geoportal-data-viewer-app-2.3.0 +lastWarOutDir=/home/francescomangiacrapa/git/geoportal-data-viewer-app/target/geoportal-data-viewer-app-2.4.0 warSrcDir=src/main/webapp warSrcDirIsOutput=false diff --git a/.settings/org.eclipse.wst.common.component b/.settings/org.eclipse.wst.common.component index b09b3fd..052cbcb 100644 --- a/.settings/org.eclipse.wst.common.component +++ b/.settings/org.eclipse.wst.common.component @@ -1,5 +1,5 @@ - + @@ -16,8 +16,10 @@ - - + + + + @@ -35,7 +37,8 @@ - + + @@ -53,7 +56,8 @@ - + + @@ -71,7 +75,8 @@ - + + @@ -89,7 +94,8 @@ - + + @@ -107,7 +113,8 @@ - + + @@ -125,7 +132,8 @@ - + + @@ -143,7 +151,8 @@ - + + @@ -161,7 +170,8 @@ - + + diff --git a/.settings/org.eclipse.wst.common.project.facet.core.xml b/.settings/org.eclipse.wst.common.project.facet.core.xml index cd892cb..cfff38b 100644 --- a/.settings/org.eclipse.wst.common.project.facet.core.xml +++ b/.settings/org.eclipse.wst.common.project.facet.core.xml @@ -1,7 +1,7 @@ - + diff --git a/CHANGELOG.md b/CHANGELOG.md index bc247d3..c80c64e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,12 @@ All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [v2.4.1-SNAPSHOT] - 2022-09-28 + + +- [#23906] Tested building on jenkins with JDK_11 + + ## [v2.4.0] - 2022-09-07 #### Enhancement diff --git a/pom.xml b/pom.xml index 275f7c8..e1f4333 100644 --- a/pom.xml +++ b/pom.xml @@ -14,7 +14,7 @@ org.gcube.portlets.user geoportal-data-viewer-app war - 2.4.0 + 2.4.1-SNAPSHOT GeoPortal Data Viewer App The GeoPortal Data Viewer App is an application to access, discovery and navigate the GeoNa products by a Web-Map Interface @@ -54,7 +54,7 @@ org.gcube.distribution maven-portal-bom - 3.6.4 + 3.7.0-SNAPSHOT pom import @@ -63,12 +63,12 @@ - - javax.servlet - javax.servlet-api - 3.1.0 - provided - + + + + + + xml-apis @@ -175,6 +175,10 @@ org.ow2.asm asm + + javax.servlet + servlet-api +