Skip to content

Commit 6c3eb42

Browse files
authored
Merge pull request #287 from data-integrations/ossrh_migrate_delta_db_611
OSSRH migrate for CDF 6.11
2 parents 6880a71 + 509975a commit 6c3eb42

File tree

1 file changed

+7
-42
lines changed

1 file changed

+7
-42
lines changed

pom.xml

Lines changed: 7 additions & 42 deletions
Original file line numberDiff line numberDiff line change
@@ -69,19 +69,9 @@
6969
</properties>
7070

7171
<repositories>
72-
<repository>
73-
<id>sonatype</id>
74-
<url>https://oss.sonatype.org/content/groups/public</url>
75-
<releases>
76-
<enabled>true</enabled>
77-
</releases>
78-
<snapshots>
79-
<enabled>false</enabled>
80-
</snapshots>
81-
</repository>
8272
<repository>
8373
<id>sonatype-snapshots</id>
84-
<url>https://oss.sonatype.org/content/repositories/snapshots</url>
74+
<url>https://central.sonatype.com/repository/maven-snapshots</url>
8575
<releases>
8676
<enabled>false</enabled>
8777
</releases>
@@ -91,17 +81,6 @@
9181
</repository>
9282
</repositories>
9383

94-
<distributionManagement>
95-
<repository>
96-
<id>sonatype.release</id>
97-
<url>https://oss.sonatype.org/service/local/staging/deploy/maven2</url>
98-
</repository>
99-
<snapshotRepository>
100-
<id>sonatype.snapshots</id>
101-
<url>https://oss.sonatype.org/content/repositories/snapshots</url>
102-
</snapshotRepository>
103-
</distributionManagement>
104-
10584
<dependencies>
10685
<dependency>
10786
<groupId>io.debezium</groupId>
@@ -418,29 +397,15 @@
418397
</execution>
419398
</executions>
420399
</plugin>
421-
422-
<plugin>
423-
<groupId>org.apache.maven.plugins</groupId>
424-
<artifactId>maven-release-plugin</artifactId>
425-
<version>2.5.3</version>
426-
<configuration>
427-
<tag>v${releaseVersion}</tag>
428-
<tagNameFormat>v@{project.version}</tagNameFormat>
429-
<autoVersionSubmodules>true</autoVersionSubmodules>
430-
<!-- releaseProfiles configuration will actually force a Maven profile
431-
– the `releases` profile – to become active during the Release process. -->
432-
<releaseProfiles>releases</releaseProfiles>
433-
</configuration>
434-
</plugin>
435-
436400
<plugin>
437-
<groupId>org.sonatype.plugins</groupId>
438-
<artifactId>nexus-staging-maven-plugin</artifactId>
439-
<version>1.6.2</version>
401+
<groupId>org.sonatype.central</groupId>
402+
<artifactId>central-publishing-maven-plugin</artifactId>
403+
<version>0.8.0</version>
440404
<extensions>true</extensions>
441405
<configuration>
442-
<nexusUrl>https://oss.sonatype.org</nexusUrl>
443-
<serverId>sonatype.release</serverId>
406+
<publishingServerId>sonatype.release</publishingServerId>
407+
<autoPublish>false</autoPublish>
408+
<ignorePublishedComponents>true</ignorePublishedComponents>
444409
</configuration>
445410
</plugin>
446411
</plugins>

0 commit comments

Comments
 (0)