Skip to content

Commit

Permalink
Update release-related plugins
Browse files Browse the repository at this point in the history
  • Loading branch information
jchambers committed Jan 1, 2023
1 parent ab13800 commit 96419b9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -182,13 +182,13 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-deploy-plugin</artifactId>
<version>2.8.2</version>
<version>3.0.0</version>
</plugin>

<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-gpg-plugin</artifactId>
<version>1.6</version>
<version>3.0.1</version>

<executions>
<execution>
Expand Down Expand Up @@ -258,7 +258,7 @@
<plugin>
<groupId>org.sonatype.plugins</groupId>
<artifactId>nexus-staging-maven-plugin</artifactId>
<version>1.6.7</version>
<version>1.6.13</version>

<extensions>true</extensions>

Expand Down

0 comments on commit 96419b9

Please sign in to comment.