Skip to content

Commit

Permalink
bump release plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
rmpestano committed Feb 25, 2023
1 parent e5344e6 commit 7d3bb4b
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 @@ -187,7 +187,7 @@
</plugin>
<plugin>
<artifactId>maven-release-plugin</artifactId>
<version>2.5.3</version>
<version>3.0.0-M7</version>
<configuration>
<useReleaseProfile>false</useReleaseProfile>
<releaseProfiles>release</releaseProfiles>
Expand Down Expand Up @@ -335,7 +335,7 @@
<plugin>
<groupId>org.sonatype.plugins</groupId>
<artifactId>nexus-staging-maven-plugin</artifactId>
<version>1.6.8</version>
<version>1.6.13</version>
<extensions>true</extensions>
<configuration>
<serverId>releases</serverId>
Expand Down

0 comments on commit 7d3bb4b

Please sign in to comment.