Skip to content

Commit

Permalink
Removed repeated nexus plugin dependency from pom.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
mkhachane authored Mar 7, 2024
1 parent 84db7f1 commit 759d786
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions java/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -121,17 +121,6 @@
</execution>
</executions>
</plugin>
<plugin>
<groupId>org.sonatype.plugins</groupId>
<artifactId>nexus-staging-maven-plugin</artifactId>
<version>1.6.7</version>
<extensions>true</extensions>
<configuration>
<serverId>ossrh</serverId>
<nexusUrl>https://oss.sonatype.org/</nexusUrl>
<autoReleaseAfterClose>true</autoReleaseAfterClose>
</configuration>
</plugin>
</plugins>
</build>
<properties>
Expand Down

0 comments on commit 759d786

Please sign in to comment.