Skip to content

Commit 41ea1a8

Browse files
authored
Updated maven plugins
1 parent 2d4bb36 commit 41ea1a8

File tree

2 files changed

+12
-12
lines changed

2 files changed

+12
-12
lines changed

pom-central17.xml

+6-6
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
<plugin>
4343
<groupId>org.apache.maven.plugins</groupId>
4444
<artifactId>maven-compiler-plugin</artifactId>
45-
<version>3.11.0</version>
45+
<version>3.13.0</version>
4646
<configuration>
4747
<source>17</source>
4848
<target>17</target>
@@ -52,7 +52,7 @@
5252
<plugin>
5353
<groupId>org.apache.maven.plugins</groupId>
5454
<artifactId>maven-surefire-plugin</artifactId>
55-
<version>3.0.0</version>
55+
<version>3.2.5</version>
5656
<dependencies>
5757
<dependency>
5858
<groupId>org.junit.jupiter</groupId>
@@ -64,7 +64,7 @@
6464
<plugin>
6565
<groupId>org.apache.maven.plugins</groupId>
6666
<artifactId>maven-jar-plugin</artifactId>
67-
<version>3.3.0</version>
67+
<version>3.4.0</version>
6868
<configuration>
6969
<archive>
7070
<manifestEntries>
@@ -79,7 +79,7 @@
7979
<plugin>
8080
<groupId>org.apache.maven.plugins</groupId>
8181
<artifactId>maven-source-plugin</artifactId>
82-
<version>3.2.0</version>
82+
<version>3.3.1</version>
8383
<executions>
8484
<execution>
8585
<id>attach-sources</id>
@@ -93,7 +93,7 @@
9393
<plugin>
9494
<groupId>org.apache.maven.plugins</groupId>
9595
<artifactId>maven-javadoc-plugin</artifactId>
96-
<version>3.4.1</version>
96+
<version>3.6.3</version>
9797
<executions>
9898
<execution>
9999
<id>attach-sources</id>
@@ -112,7 +112,7 @@
112112
<plugin>
113113
<groupId>org.apache.maven.plugins</groupId>
114114
<artifactId>maven-gpg-plugin</artifactId>
115-
<version>1.6</version>
115+
<version>3.2.4</version>
116116
<executions>
117117
<execution>
118118
<id>sign-artifacts</id>

pom-pack17.xml

+6-6
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
<plugin>
4444
<groupId>org.apache.maven.plugins</groupId>
4545
<artifactId>maven-compiler-plugin</artifactId>
46-
<version>3.10.0</version>
46+
<version>3.13.0</version>
4747
<configuration>
4848
<source>17</source>
4949
<target>17</target>
@@ -53,7 +53,7 @@
5353
<plugin>
5454
<groupId>org.apache.maven.plugins</groupId>
5555
<artifactId>maven-surefire-plugin</artifactId>
56-
<version>3.0.0</version>
56+
<version>3.2.5</version>
5757
<dependencies>
5858
<dependency>
5959
<groupId>org.junit.jupiter</groupId>
@@ -65,7 +65,7 @@
6565
<plugin>
6666
<groupId>org.apache.maven.plugins</groupId>
6767
<artifactId>maven-jar-plugin</artifactId>
68-
<version>3.2.2</version>
68+
<version>3.4.0</version>
6969
<configuration>
7070
<archive>
7171
<manifest>
@@ -188,7 +188,7 @@
188188
<plugin>
189189
<groupId>org.apache.maven.plugins</groupId>
190190
<artifactId>maven-source-plugin</artifactId>
191-
<version>3.2.0</version>
191+
<version>3.3.1</version>
192192
<executions>
193193
<execution>
194194
<id>attach-sources</id>
@@ -202,7 +202,7 @@
202202
<plugin>
203203
<groupId>org.apache.maven.plugins</groupId>
204204
<artifactId>maven-javadoc-plugin</artifactId>
205-
<version>3.4.1</version>
205+
<version>3.6.3</version>
206206
<executions>
207207
<execution>
208208
<id>attach-sources</id>
@@ -221,7 +221,7 @@
221221
<plugin>
222222
<groupId>org.apache.maven.plugins</groupId>
223223
<artifactId>maven-gpg-plugin</artifactId>
224-
<version>1.6</version>
224+
<version>3.2.4</version>
225225
<executions>
226226
<execution>
227227
<id>sign-artifacts</id>

0 commit comments

Comments
 (0)