Skip to content

Commit 69e91bb

Browse files
committed
[ci skip] Fixing distributionManagement in rest-assured-bom
1 parent 0d08008 commit 69e91bb

1 file changed

Lines changed: 1 addition & 9 deletions

File tree

rest-assured-bom/pom.xml

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -22,17 +22,9 @@
2222
</scm>
2323
<distributionManagement>
2424
<repository>
25-
<id>sonatype-nexus-staging</id>
26-
<name>Nexus Release Repository</name>
25+
<id>central</id>
2726
<url>https://oss.sonatype.org/service/local/staging/deploy/maven2/</url>
28-
<layout>default</layout>
2927
</repository>
30-
<snapshotRepository>
31-
<id>sonatype-nexus-snapshots</id>
32-
<name>Sonatype Nexus Snapshots</name>
33-
<url>https://oss.sonatype.org/content/repositories/snapshots/</url>
34-
<layout>default</layout>
35-
</snapshotRepository>
3628
</distributionManagement>
3729
<developers>
3830
<developer>

0 commit comments

Comments
 (0)