Skip to content

Commit 2af0632

Browse files
authored
Merge pull request #109 from slitsche/migrate-sonatype
Migrate to Central Portal
2 parents d46ded5 + 281e6f7 commit 2af0632

File tree

1 file changed

+7
-18
lines changed

1 file changed

+7
-18
lines changed

pom.xml

Lines changed: 7 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
convention-over-configuration). Supports sharding, advisory locking, statement timeouts and PostgreSQL types
1515
such as enums and hstore.
1616
</description>
17-
<url>https://github.com/zalando-incubator/java-sproc-wrapper</url>
17+
<url>https://github.com/zalando-stups/java-sproc-wrapper</url>
1818

1919
<organization>
2020
<name>Zalando SE</name>
@@ -308,17 +308,6 @@
308308
</plugins>
309309
</build>
310310

311-
<distributionManagement>
312-
<snapshotRepository>
313-
<id>ossrh</id>
314-
<url>https://oss.sonatype.org/content/repositories/snapshots</url>
315-
</snapshotRepository>
316-
<repository>
317-
<id>ossrh</id>
318-
<url>https://oss.sonatype.org/service/local/staging/deploy/maven2/</url>
319-
</repository>
320-
</distributionManagement>
321-
322311
<profiles>
323312
<profile>
324313
<id>integration-test</id>
@@ -526,14 +515,14 @@
526515
</executions>
527516
</plugin>
528517
<plugin>
529-
<groupId>org.sonatype.plugins</groupId>
530-
<artifactId>nexus-staging-maven-plugin</artifactId>
531-
<version>1.6.8</version>
518+
<groupId>org.sonatype.central</groupId>
519+
<artifactId>central-publishing-maven-plugin</artifactId>
520+
<version>0.9.0</version>
532521
<extensions>true</extensions>
533522
<configuration>
534-
<serverId>ossrh</serverId>
535-
<nexusUrl>https://oss.sonatype.org/</nexusUrl>
536-
<autoReleaseAfterClose>true</autoReleaseAfterClose>
523+
<publishingServerId>central</publishingServerId>
524+
<deploymentName>${project.artifactId}:${project.version}</deploymentName>
525+
<autoPublish>true</autoPublish>
537526
</configuration>
538527
</plugin>
539528
</plugins>

0 commit comments

Comments
 (0)