Skip to content

Commit

Permalink
Update maven-compiler-plugin to fix nexus-staging-maven-plugin problem
Browse files Browse the repository at this point in the history
  • Loading branch information
SailReal committed Jan 24, 2022
1 parent 27e429c commit 6edfab6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<version>3.8.1</version>
<version>3.9.0</version>
<configuration>
<release>17</release>
<source>17</source>
Expand Down Expand Up @@ -253,7 +253,7 @@
<plugins>
<plugin>
<artifactId>maven-gpg-plugin</artifactId>
<version>1.6</version>
<version>3.0.1</version>
<executions>
<execution>
<id>sign-artifacts</id>
Expand Down

0 comments on commit 6edfab6

Please sign in to comment.