Skip to content

Commit 6d677ff

Browse files
sahusanketritwiksahani
authored andcommitted
Ossrh migration for cdf develop
1 parent bb840b6 commit 6d677ff

File tree

1 file changed

+7
-28
lines changed

1 file changed

+7
-28
lines changed

pom.xml

Lines changed: 7 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -66,19 +66,9 @@
6666
</properties>
6767

6868
<repositories>
69-
<repository>
70-
<id>sonatype</id>
71-
<url>https://oss.sonatype.org/content/groups/public</url>
72-
<releases>
73-
<enabled>true</enabled>
74-
</releases>
75-
<snapshots>
76-
<enabled>false</enabled>
77-
</snapshots>
78-
</repository>
7969
<repository>
8070
<id>sonatype-snapshots</id>
81-
<url>https://oss.sonatype.org/content/repositories/snapshots</url>
71+
<url>https://central.sonatype.com/repository/maven-snapshots</url>
8272
<releases>
8373
<enabled>false</enabled>
8474
</releases>
@@ -88,17 +78,6 @@
8878
</repository>
8979
</repositories>
9080

91-
<distributionManagement>
92-
<repository>
93-
<id>sonatype.release</id>
94-
<url>https://oss.sonatype.org/service/local/staging/deploy/maven2</url>
95-
</repository>
96-
<snapshotRepository>
97-
<id>sonatype.snapshots</id>
98-
<url>https://oss.sonatype.org/content/repositories/snapshots</url>
99-
</snapshotRepository>
100-
</distributionManagement>
101-
10281
<dependencyManagement>
10382
<dependencies>
10483
<dependency>
@@ -390,14 +369,14 @@
390369
<build>
391370
<plugins>
392371
<plugin>
393-
<groupId>org.sonatype.plugins</groupId>
394-
<artifactId>nexus-staging-maven-plugin</artifactId>
395-
<version>1.6.14</version>
372+
<groupId>org.sonatype.central</groupId>
373+
<artifactId>central-publishing-maven-plugin</artifactId>
374+
<version>0.8.0</version>
396375
<extensions>true</extensions>
397376
<configuration>
398-
<nexusUrl>https://oss.sonatype.org</nexusUrl>
399-
<serverId>sonatype.release</serverId>
400-
<stagingProfileId>655dc88dc770c3</stagingProfileId>
377+
<publishingServerId>sonatype.release</publishingServerId>
378+
<autoPublish>false</autoPublish>
379+
<ignorePublishedComponents>true</ignorePublishedComponents>
401380
</configuration>
402381
</plugin>
403382
<!-- Source JAR -->

0 commit comments

Comments
 (0)