Skip to content

Commit

Permalink
build: dump nexus-staging-maven-plugin to 1.6.13
Browse files Browse the repository at this point in the history
  • Loading branch information
saig0 committed Jun 8, 2022
1 parent 9be2dff commit 0ff64dd
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -152,6 +152,16 @@
</configuration>
</plugin>
</plugins>

<pluginManagement>
<plugins>
<plugin>
<groupId>org.sonatype.plugins</groupId>
<artifactId>nexus-staging-maven-plugin</artifactId>
<version>1.6.13</version>
</plugin>
</plugins>
</pluginManagement>
</build>

<profiles>
Expand Down

0 comments on commit 0ff64dd

Please sign in to comment.