Skip to content

Commit 264b19d

Browse files
authored
Merge pull request #244 from data-integrations/mig_oss_cdf_610
CDAP OSS Migration for 6.10
2 parents c16e79d + e648bf0 commit 264b19d

File tree

1 file changed

+7
-26
lines changed

1 file changed

+7
-26
lines changed

pom.xml

Lines changed: 7 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -45,31 +45,11 @@
4545
<url>https://issues.cask.co/browse/CDAP</url>
4646
</issueManagement>
4747

48-
<distributionManagement>
49-
<repository>
50-
<id>sonatype.release</id>
51-
<url>https://oss.sonatype.org/service/local/staging/deploy/maven2</url>
52-
</repository>
53-
<snapshotRepository>
54-
<id>sonatype.snapshots</id>
55-
<url>https://oss.sonatype.org/content/repositories/snapshots</url>
56-
</snapshotRepository>
57-
</distributionManagement>
5848

5949
<repositories>
60-
<repository>
61-
<id>sonatype</id>
62-
<url>https://oss.sonatype.org/content/groups/public</url>
63-
<releases>
64-
<enabled>true</enabled>
65-
</releases>
66-
<snapshots>
67-
<enabled>false</enabled>
68-
</snapshots>
69-
</repository>
7050
<repository>
7151
<id>sonatype-snapshots</id>
72-
<url>https://oss.sonatype.org/content/repositories/snapshots</url>
52+
<url>https://central.sonatype.com/repository/maven-snapshots</url>
7353
<releases>
7454
<enabled>false</enabled>
7555
</releases>
@@ -366,13 +346,14 @@
366346
<build>
367347
<plugins>
368348
<plugin>
369-
<groupId>org.sonatype.plugins</groupId>
370-
<artifactId>nexus-staging-maven-plugin</artifactId>
371-
<version>1.6.2</version>
349+
<groupId>org.sonatype.central</groupId>
350+
<artifactId>central-publishing-maven-plugin</artifactId>
351+
<version>0.8.0</version>
372352
<extensions>true</extensions>
373353
<configuration>
374-
<nexusUrl>https://oss.sonatype.org</nexusUrl>
375-
<serverId>sonatype.release</serverId>
354+
<publishingServerId>sonatype.release</publishingServerId>
355+
<autoPublish>false</autoPublish>
356+
<ignorePublishedComponents>true</ignorePublishedComponents>
376357
</configuration>
377358
</plugin>
378359
<!-- Source JAR -->

0 commit comments

Comments
 (0)