Skip to content

Commit def9aa7

Browse files
committed
Added ossrh repository and bumped nexus-staging-maven-plugin to fix an issue with deployment
1 parent 221f030 commit def9aa7

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

pom.xml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,7 @@
208208
<plugin>
209209
<groupId>org.sonatype.plugins</groupId>
210210
<artifactId>nexus-staging-maven-plugin</artifactId>
211-
<version>1.6.7</version>
211+
<version>1.6.14</version>
212212
</plugin>
213213
</plugins>
214214
</pluginManagement>
@@ -222,7 +222,12 @@
222222
<scope>test</scope>
223223
</dependency>
224224
</dependencies>
225+
225226
<distributionManagement>
227+
<repository>
228+
<id>ossrh</id>
229+
<url>https://s01.oss.sonatype.org/service/local/staging/deploy/maven2/</url>
230+
</repository>
226231
<snapshotRepository>
227232
<id>ossrh</id>
228233
<url>https://s01.oss.sonatype.org/content/repositories/snapshots</url>

0 commit comments

Comments
 (0)