From f483d63a2d45f3b22d70cc16fb83410cf76a7d9b Mon Sep 17 00:00:00 2001 From: Ivar Grimstad Date: Tue, 19 Dec 2023 10:47:18 +0100 Subject: [PATCH] Update plugins and dependencies in preparation for next release --- .gitignore | 1 + api/pom.xml | 36 ++++++++++++++++++------------------ pom.xml | 2 +- spec/pom.xml | 2 +- 4 files changed, 21 insertions(+), 20 deletions(-) diff --git a/.gitignore b/.gitignore index d4a665d..5f1eb89 100644 --- a/.gitignore +++ b/.gitignore @@ -9,3 +9,4 @@ site.zip .project .classpath .settings/ +.vscode/ \ No newline at end of file diff --git a/api/pom.xml b/api/pom.xml index d5f3be9..491bce5 100644 --- a/api/pom.xml +++ b/api/pom.xml @@ -42,7 +42,7 @@ org.glassfish.build spec-version-maven-plugin - 2.1 + 2.2 jakarta @@ -67,7 +67,7 @@ org.apache.maven.plugins maven-compiler-plugin - 3.8.0 + 3.12.0 false true @@ -80,7 +80,7 @@ org.apache.maven.plugins maven-javadoc-plugin - 3.2.0 + 3.6.3 attach-javadocs @@ -97,14 +97,14 @@ Comments to: mvc-dev@eclipse.org.
Copyright © 2017, 2020 Eclipse Foundation. All rights reserved.
Use is subject to license terms.]]> - 11 + 21 true
org.apache.maven.plugins maven-source-plugin - 3.0.1 + 3.3.0 attach-sources @@ -116,7 +116,7 @@ Use is subject to maven-antrun-plugin - 1.8 + 3.1.0 validate @@ -137,7 +137,7 @@ Use is subject to org.codehaus.mojo build-helper-maven-plugin - 1.9.1 + 3.5.0 attach-artifacts @@ -165,7 +165,7 @@ Use is subject to org.codehaus.mojo findbugs-maven-plugin - 3.0.0 + 3.0.5 High findbugs-exclude.xml @@ -180,7 +180,7 @@ Use is subject to org.apache.felix maven-bundle-plugin - 5.1.1 + 5.1.9 true @@ -209,19 +209,19 @@ Use is subject to jakarta.enterprise jakarta.enterprise.cdi-api - 4.0.0 + 4.1.0-M1 provided jakarta.validation jakarta.validation-api - 3.0.2 + 3.1.0-M1 provided jakarta.annotation jakarta.annotation-api - 2.1.1 + 3.0.0-M1 provided @@ -233,7 +233,7 @@ Use is subject to org.jacoco jacoco-maven-plugin - 0.7.2.201409121644 + 0.8.11 default-instrument @@ -252,7 +252,7 @@ Use is subject to org.apache.maven.plugins maven-antrun-plugin - 1.8 + 3.1.0 prepare-package @@ -274,7 +274,7 @@ Use is subject to org.apache.maven.plugins maven-jar-plugin - 2.5 + 3.3.0 jacoco-instrumented @@ -304,7 +304,7 @@ Use is subject to org.apache.maven.plugins maven-gpg-plugin - 1.6 + 3.1.0 sign-artifacts @@ -324,12 +324,12 @@ Use is subject to org.apache.maven.plugins maven-pmd-plugin - 4.0.0 + 3.21.2 org.codehaus.mojo findbugs-maven-plugin - 3.0.0 + 3.0.5 High findbugs-exclude.xml diff --git a/pom.xml b/pom.xml index 090395b..07243b5 100644 --- a/pom.xml +++ b/pom.xml @@ -80,7 +80,7 @@ UTF-8 - 11 + 21 false 3.0 true diff --git a/spec/pom.xml b/spec/pom.xml index c62f378..483d242 100644 --- a/spec/pom.xml +++ b/spec/pom.xml @@ -121,7 +121,7 @@ org.codehaus.mojo xml-maven-plugin - 1.0.1 + 1.1.0