Skip to content
This repository has been archived by the owner on Jan 24, 2024. It is now read-only.

Commit

Permalink
Upgrade nexus staging maven plugin (#1741)
Browse files Browse the repository at this point in the history
### Motivation

JDK 17 compatibility when deploy to the nexus staging repository.

(cherry picked from commit a67b418)
  • Loading branch information
yaalsn authored and BewareMyPower committed Mar 2, 2023
1 parent 9928dc1 commit 8b9765d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
<maven-surefire-plugin.version>3.0.0-M3</maven-surefire-plugin.version>
<puppycrawl.checkstyle.version>8.37</puppycrawl.checkstyle.version>
<spotbugs-maven-plugin.version>4.2.2</spotbugs-maven-plugin.version>
<nexus-staging-maven-plugin.version>1.6.8</nexus-staging-maven-plugin.version>
<nexus-staging-maven-plugin.version>1.6.13</nexus-staging-maven-plugin.version>
</properties>

<licenses>
Expand Down

0 comments on commit 8b9765d

Please sign in to comment.