From f3b5d70f62df6021aefe8d4a982967c0306b1927 Mon Sep 17 00:00:00 2001 From: Arjan Tijms Date: Thu, 28 Sep 2023 12:02:56 +0200 Subject: [PATCH] Update versions in poms and adjust pom where needed for that Signed-off-by: Arjan Tijms --- boms/bom/pom.xml | 18 ++++-------- .../grizzly-httpservice-bundle/pom.xml | 8 ++--- extras/connection-pool/pom.xml | 4 +-- extras/grizzly-httpservice/pom.xml | 5 ++-- extras/http-server-jaxws/pom.xml | 13 ++++----- extras/http-server-multipart/pom.xml | 4 +-- extras/http-servlet-extras/pom.xml | 4 +-- extras/tls-sni/pom.xml | 4 +-- modules/bundles/comet/pom.xml | 8 ++--- modules/bundles/core/pom.xml | 8 ++--- modules/bundles/http-all/pom.xml | 8 ++--- modules/bundles/http-servlet/pom.xml | 8 ++--- modules/bundles/http/pom.xml | 8 ++--- modules/bundles/websockets/pom.xml | 8 ++--- modules/comet/pom.xml | 4 +-- modules/grizzly/pom.xml | 4 +-- modules/http-ajp/pom.xml | 4 +-- modules/http-servlet/pom.xml | 8 ++--- modules/http/pom.xml | 4 +-- modules/monitoring/grizzly/pom.xml | 4 +-- modules/monitoring/http-server/pom.xml | 4 +-- modules/monitoring/http/pom.xml | 4 +-- modules/portunif/pom.xml | 4 +-- modules/websockets/pom.xml | 4 +-- pom.xml | 29 +++++++++---------- samples/connection-pool-samples/pom.xml | 4 +-- samples/framework-samples/pom.xml | 4 +-- samples/http-ajp-samples/pom.xml | 4 +-- samples/http-jaxws-samples/pom.xml | 10 ++----- samples/http-multipart-samples/pom.xml | 4 +-- samples/http-samples/pom.xml | 4 +-- samples/http-server-samples/pom.xml | 4 +-- samples/portunif/pom.xml | 4 +-- samples/tls-sni-samples/pom.xml | 4 +-- 34 files changed, 97 insertions(+), 126 deletions(-) diff --git a/boms/bom/pom.xml b/boms/bom/pom.xml index 17471d592..b38b7679f 100644 --- a/boms/bom/pom.xml +++ b/boms/bom/pom.xml @@ -1,7 +1,7 @@ @@ -168,9 +167,8 @@ - org.apache.maven.plugins maven-dependency-plugin - 3.1.2 + 3.6.0 src-dependencies diff --git a/extras/connection-pool/pom.xml b/extras/connection-pool/pom.xml index 2ee4ff1db..1a3ca34f8 100644 --- a/extras/connection-pool/pom.xml +++ b/extras/connection-pool/pom.xml @@ -1,7 +1,7 @@ @@ -125,9 +124,8 @@ - org.apache.maven.plugins maven-dependency-plugin - 3.1.2 + 3.6.0 src-dependencies diff --git a/modules/bundles/core/pom.xml b/modules/bundles/core/pom.xml index c00376931..04d709d59 100644 --- a/modules/bundles/core/pom.xml +++ b/modules/bundles/core/pom.xml @@ -1,7 +1,7 @@ @@ -125,9 +124,8 @@ - org.apache.maven.plugins maven-dependency-plugin - 3.1.2 + 3.6.0 src-dependencies diff --git a/modules/bundles/http-all/pom.xml b/modules/bundles/http-all/pom.xml index 14879c44e..e8523a37d 100644 --- a/modules/bundles/http-all/pom.xml +++ b/modules/bundles/http-all/pom.xml @@ -1,7 +1,7 @@ @@ -140,9 +139,8 @@ - org.apache.maven.plugins maven-dependency-plugin - 3.1.2 + 3.6.0 src-dependencies diff --git a/modules/bundles/http-servlet/pom.xml b/modules/bundles/http-servlet/pom.xml index 4dabf1336..170fd3253 100755 --- a/modules/bundles/http-servlet/pom.xml +++ b/modules/bundles/http-servlet/pom.xml @@ -1,7 +1,7 @@ @@ -131,9 +130,8 @@ - org.apache.maven.plugins maven-dependency-plugin - 3.1.2 + 3.6.0 src-dependencies diff --git a/modules/bundles/http/pom.xml b/modules/bundles/http/pom.xml index 2f95f1be3..00619c290 100755 --- a/modules/bundles/http/pom.xml +++ b/modules/bundles/http/pom.xml @@ -1,7 +1,7 @@ @@ -147,9 +146,8 @@ - org.apache.maven.plugins maven-dependency-plugin - 3.1.2 + 3.6.0 src-dependencies diff --git a/modules/bundles/websockets/pom.xml b/modules/bundles/websockets/pom.xml index cb6573159..7be0f5c6c 100644 --- a/modules/bundles/websockets/pom.xml +++ b/modules/bundles/websockets/pom.xml @@ -1,7 +1,7 @@ @@ -135,9 +134,8 @@ - org.apache.maven.plugins maven-dependency-plugin - 3.1.2 + 3.6.0 src-dependencies diff --git a/modules/comet/pom.xml b/modules/comet/pom.xml index 7066157f9..ce07ebd92 100644 --- a/modules/comet/pom.xml +++ b/modules/comet/pom.xml @@ -1,7 +1,7 @@ + 4.0.1-SNAPSHOT + pom grizzly-project @@ -174,7 +175,6 @@ - install target @@ -189,32 +189,33 @@ src/test/resources/ - maven-compiler-plugin - 3.9.0 + 3.11.0 - 11 - 11 + 11 -Xlint:unchecked,deprecation,fallthrough,finally,cast,dep-ann,empty,overrides org.apache.felix maven-bundle-plugin - 5.1.2 + 5.1.9 + + + <_noimportjava>true + <_runee>JavaSE-11 + + - - org.apache.maven.plugins maven-enforcer-plugin - 3.0.0 enforce-maven @@ -235,10 +236,8 @@ - true - org.apache.maven.plugins + maven-jar-plugin - 3.2.0 @@ -251,7 +250,7 @@ - true + org.apache.maven.plugins maven-source-plugin diff --git a/samples/connection-pool-samples/pom.xml b/samples/connection-pool-samples/pom.xml index 3b70b2556..2c4482eb5 100755 --- a/samples/connection-pool-samples/pom.xml +++ b/samples/connection-pool-samples/pom.xml @@ -1,7 +1,7 @@