Skip to content

Commit 0b74a6f

Browse files
committed
Migrated to Central Portal for publishing [skip ci]
1 parent 8f3f63d commit 0b74a6f

File tree

1 file changed

+4
-12
lines changed

1 file changed

+4
-12
lines changed

pom.xml

Lines changed: 4 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -108,12 +108,6 @@
108108
<scope>test</scope>
109109
</dependency>
110110
</dependencies>
111-
<distributionManagement>
112-
<snapshotRepository>
113-
<id>ossrh</id>
114-
<url>https://s01.oss.sonatype.org/content/repositories/snapshots</url>
115-
</snapshotRepository>
116-
</distributionManagement>
117111
<build>
118112
<plugins>
119113
<plugin>
@@ -239,14 +233,12 @@
239233
</executions>
240234
</plugin>
241235
<plugin>
242-
<groupId>org.sonatype.plugins</groupId>
243-
<artifactId>nexus-staging-maven-plugin</artifactId>
244-
<version>1.6.13</version>
236+
<groupId>org.sonatype.central</groupId>
237+
<artifactId>central-publishing-maven-plugin</artifactId>
238+
<version>0.7.0</version>
245239
<extensions>true</extensions>
246240
<configuration>
247-
<serverId>ossrh</serverId>
248-
<nexusUrl>https://s01.oss.sonatype.org/</nexusUrl>
249-
<autoReleaseAfterClose>false</autoReleaseAfterClose>
241+
<publishingServerId>central</publishingServerId>
250242
</configuration>
251243
</plugin>
252244
</plugins>

0 commit comments

Comments
 (0)