Skip to content

Commit e5b4244

Browse files
committed
chore: update deployment for new central repository
1 parent 037d4e5 commit e5b4244

1 file changed

Lines changed: 5 additions & 6 deletions

File tree

pom.xml

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -144,14 +144,13 @@
144144
</plugin>
145145

146146
<plugin>
147-
<groupId>org.sonatype.plugins</groupId>
148-
<artifactId>nexus-staging-maven-plugin</artifactId>
149-
<version>1.6.13</version>
147+
<groupId>org.sonatype.central</groupId>
148+
<artifactId>central-publishing-maven-plugin</artifactId>
149+
<version>0.8.0</version>
150150
<extensions>true</extensions>
151151
<configuration>
152-
<serverId>ossrh</serverId>
153-
<nexusUrl>https://s01.oss.sonatype.org/</nexusUrl>
154-
<autoReleaseAfterClose>true</autoReleaseAfterClose>
152+
<publishingServerId>central</publishingServerId>
153+
<autoPublish>true</autoPublish>
155154
</configuration>
156155
</plugin>
157156
</plugins>

0 commit comments

Comments
 (0)