-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update plugins and dependencies in preparation for next release (#102)
- Loading branch information
1 parent
4523103
commit 9adf24d
Showing
4 changed files
with
21 additions
and
20 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,3 +9,4 @@ site.zip | |
.project | ||
.classpath | ||
.settings/ | ||
.vscode/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -42,7 +42,7 @@ | |
<plugin> | ||
<groupId>org.glassfish.build</groupId> | ||
<artifactId>spec-version-maven-plugin</artifactId> | ||
<version>2.1</version> | ||
<version>2.2</version> | ||
<configuration> | ||
<specMode>jakarta</specMode> | ||
<spec> | ||
|
@@ -67,7 +67,7 @@ | |
<plugin> | ||
<groupId>org.apache.maven.plugins</groupId> | ||
<artifactId>maven-compiler-plugin</artifactId> | ||
<version>3.8.0</version> | ||
<version>3.12.0</version> | ||
<configuration> | ||
<useIncrementalCompilation>false</useIncrementalCompilation> | ||
<showWarnings>true</showWarnings> | ||
|
@@ -80,7 +80,7 @@ | |
<plugin> | ||
<groupId>org.apache.maven.plugins</groupId> | ||
<artifactId>maven-javadoc-plugin</artifactId> | ||
<version>3.2.0</version> | ||
<version>3.6.3</version> | ||
<executions> | ||
<execution> | ||
<id>attach-javadocs</id> | ||
|
@@ -97,14 +97,14 @@ Comments to: <a href="mailto:[email protected]">[email protected]</a>.<br> | |
Copyright © 2017, 2020 Eclipse Foundation. All rights reserved.<br> | ||
Use is subject to <a href="{@docRoot}/doc-files/speclicense.html" target="_top">license terms</a>.]]> | ||
</bottom> | ||
<source>11</source> | ||
<source>21</source> | ||
<docfilessubdirs>true</docfilessubdirs> | ||
</configuration> | ||
</plugin> | ||
<plugin> | ||
<groupId>org.apache.maven.plugins</groupId> | ||
<artifactId>maven-source-plugin</artifactId> | ||
<version>3.0.1</version> | ||
<version>3.3.0</version> | ||
<executions> | ||
<execution> | ||
<id>attach-sources</id> | ||
|
@@ -116,7 +116,7 @@ Use is subject to <a href="{@docRoot}/doc-files/speclicense.html" target="_top"> | |
</plugin> | ||
<plugin> | ||
<artifactId>maven-antrun-plugin</artifactId> | ||
<version>1.8</version> | ||
<version>3.1.0</version> | ||
<executions> | ||
<execution> | ||
<phase>validate</phase> | ||
|
@@ -137,7 +137,7 @@ Use is subject to <a href="{@docRoot}/doc-files/speclicense.html" target="_top"> | |
<plugin> | ||
<groupId>org.codehaus.mojo</groupId> | ||
<artifactId>build-helper-maven-plugin</artifactId> | ||
<version>1.9.1</version> | ||
<version>3.5.0</version> | ||
<executions> | ||
<execution> | ||
<id>attach-artifacts</id> | ||
|
@@ -165,7 +165,7 @@ Use is subject to <a href="{@docRoot}/doc-files/speclicense.html" target="_top"> | |
<plugin> | ||
<groupId>org.codehaus.mojo</groupId> | ||
<artifactId>findbugs-maven-plugin</artifactId> | ||
<version>3.0.0</version> | ||
<version>3.0.5</version> | ||
<configuration> | ||
<threshold>High</threshold> | ||
<excludeFilterFile>findbugs-exclude.xml</excludeFilterFile> | ||
|
@@ -180,7 +180,7 @@ Use is subject to <a href="{@docRoot}/doc-files/speclicense.html" target="_top"> | |
<plugin> | ||
<groupId>org.apache.felix</groupId> | ||
<artifactId>maven-bundle-plugin</artifactId> | ||
<version>5.1.1</version> | ||
<version>5.1.9</version> | ||
<extensions>true</extensions> | ||
<configuration> | ||
<instructions> | ||
|
@@ -209,19 +209,19 @@ Use is subject to <a href="{@docRoot}/doc-files/speclicense.html" target="_top"> | |
<dependency> | ||
<groupId>jakarta.enterprise</groupId> | ||
<artifactId>jakarta.enterprise.cdi-api</artifactId> | ||
<version>4.0.0</version> | ||
<version>4.1.0-M1</version> | ||
<scope>provided</scope> | ||
</dependency> | ||
<dependency> | ||
<groupId>jakarta.validation</groupId> | ||
<artifactId>jakarta.validation-api</artifactId> | ||
<version>3.0.2</version> | ||
<version>3.1.0-M1</version> | ||
<scope>provided</scope> | ||
</dependency> | ||
<dependency> | ||
<groupId>jakarta.annotation</groupId> | ||
<artifactId>jakarta.annotation-api</artifactId> | ||
<version>2.1.1</version> | ||
<version>3.0.0-M1</version> | ||
<scope>provided</scope> | ||
</dependency> | ||
</dependencies> | ||
|
@@ -233,7 +233,7 @@ Use is subject to <a href="{@docRoot}/doc-files/speclicense.html" target="_top"> | |
<plugin> | ||
<groupId>org.jacoco</groupId> | ||
<artifactId>jacoco-maven-plugin</artifactId> | ||
<version>0.7.2.201409121644</version> | ||
<version>0.8.11</version> | ||
<executions> | ||
<execution> | ||
<id>default-instrument</id> | ||
|
@@ -252,7 +252,7 @@ Use is subject to <a href="{@docRoot}/doc-files/speclicense.html" target="_top"> | |
<plugin> | ||
<groupId>org.apache.maven.plugins</groupId> | ||
<artifactId>maven-antrun-plugin</artifactId> | ||
<version>1.8</version> | ||
<version>3.1.0</version> | ||
<executions> | ||
<execution> | ||
<phase>prepare-package</phase> | ||
|
@@ -274,7 +274,7 @@ Use is subject to <a href="{@docRoot}/doc-files/speclicense.html" target="_top"> | |
<plugin> | ||
<groupId>org.apache.maven.plugins</groupId> | ||
<artifactId>maven-jar-plugin</artifactId> | ||
<version>2.5</version> | ||
<version>3.3.0</version> | ||
<executions> | ||
<execution> | ||
<id>jacoco-instrumented</id> | ||
|
@@ -304,7 +304,7 @@ Use is subject to <a href="{@docRoot}/doc-files/speclicense.html" target="_top"> | |
<plugin> | ||
<groupId>org.apache.maven.plugins</groupId> | ||
<artifactId>maven-gpg-plugin</artifactId> | ||
<version>1.6</version> | ||
<version>3.1.0</version> | ||
<executions> | ||
<execution> | ||
<id>sign-artifacts</id> | ||
|
@@ -324,12 +324,12 @@ Use is subject to <a href="{@docRoot}/doc-files/speclicense.html" target="_top"> | |
<plugin> | ||
<groupId>org.apache.maven.plugins</groupId> | ||
<artifactId>maven-pmd-plugin</artifactId> | ||
<version>4.0.0</version> | ||
<version>3.21.2</version> | ||
</plugin> | ||
<plugin> | ||
<groupId>org.codehaus.mojo</groupId> | ||
<artifactId>findbugs-maven-plugin</artifactId> | ||
<version>3.0.0</version> | ||
<version>3.0.5</version> | ||
<configuration> | ||
<threshold>High</threshold> | ||
<excludeFilterFile>findbugs-exclude.xml</excludeFilterFile> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters