Skip to content

Commit

Permalink
Added ossrh repository and bumped nexus-staging-maven-plugin to fix a…
Browse files Browse the repository at this point in the history
…n issue with deployment
  • Loading branch information
Siebje committed Dec 5, 2024
1 parent 221f030 commit def9aa7
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@
<plugin>
<groupId>org.sonatype.plugins</groupId>
<artifactId>nexus-staging-maven-plugin</artifactId>
<version>1.6.7</version>
<version>1.6.14</version>
</plugin>
</plugins>
</pluginManagement>
Expand All @@ -222,7 +222,12 @@
<scope>test</scope>
</dependency>
</dependencies>

<distributionManagement>
<repository>
<id>ossrh</id>
<url>https://s01.oss.sonatype.org/service/local/staging/deploy/maven2/</url>
</repository>
<snapshotRepository>
<id>ossrh</id>
<url>https://s01.oss.sonatype.org/content/repositories/snapshots</url>
Expand Down

0 comments on commit def9aa7

Please sign in to comment.