Skip to content
This repository was archived by the owner on Mar 14, 2025. It is now read-only.

Commit 6edfab6

Browse files
committed
Update maven-compiler-plugin to fix nexus-staging-maven-plugin problem
1 parent 27e429c commit 6edfab6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@
149149
<plugin>
150150
<groupId>org.apache.maven.plugins</groupId>
151151
<artifactId>maven-compiler-plugin</artifactId>
152-
<version>3.8.1</version>
152+
<version>3.9.0</version>
153153
<configuration>
154154
<release>17</release>
155155
<source>17</source>
@@ -253,7 +253,7 @@
253253
<plugins>
254254
<plugin>
255255
<artifactId>maven-gpg-plugin</artifactId>
256-
<version>1.6</version>
256+
<version>3.0.1</version>
257257
<executions>
258258
<execution>
259259
<id>sign-artifacts</id>

0 commit comments

Comments
 (0)