Skip to content

Commit 4f5cae0

Browse files
committed
Upgrade build plugins.
Closes #130
1 parent ad223f3 commit 4f5cae0

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

bom/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -293,7 +293,7 @@
293293
<plugin>
294294
<groupId>org.apache.maven.plugins</groupId>
295295
<artifactId>maven-gpg-plugin</artifactId>
296-
<version>1.6</version>
296+
<version>3.0.1</version>
297297
<executions>
298298
<execution>
299299
<id>sign-artifacts</id>
@@ -365,7 +365,7 @@
365365
<plugin>
366366
<groupId>org.apache.maven.plugins</groupId>
367367
<artifactId>maven-enforcer-plugin</artifactId>
368-
<version>3.0.0</version>
368+
<version>3.2.1</version>
369369
<executions>
370370
<execution>
371371
<id>enforce-release-rules</id>

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@
7676
<plugin>
7777
<groupId>org.apache.maven.plugins</groupId>
7878
<artifactId>maven-install-plugin</artifactId>
79-
<version>3.0.0-M1</version>
79+
<version>3.1.0</version>
8080
<configuration>
8181
<skip>true</skip>
8282
</configuration>
@@ -85,7 +85,7 @@
8585
<plugin>
8686
<groupId>org.apache.maven.plugins</groupId>
8787
<artifactId>maven-deploy-plugin</artifactId>
88-
<version>3.0.0-M1</version>
88+
<version>3.1.0</version>
8989
<configuration>
9090
<skip>true</skip>
9191
</configuration>

0 commit comments

Comments
 (0)