Skip to content

Commit afee333

Browse files
committed
chore: Update to maven central
1 parent 9db4ccb commit afee333

File tree

1 file changed

+8
-9
lines changed

1 file changed

+8
-9
lines changed

pom.xml

Lines changed: 8 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -383,15 +383,14 @@
383383
</executions>
384384
</plugin>
385385
<plugin>
386-
<groupId>org.sonatype.plugins</groupId>
387-
<artifactId>nexus-staging-maven-plugin</artifactId>
388-
<version>${nexus-staging-maven-plugin.version}</version>
389-
<extensions>true</extensions>
390-
<configuration>
391-
<serverId>ossrh</serverId>
392-
<nexusUrl>https://oss.sonatype.org/</nexusUrl>
393-
<autoReleaseAfterClose>true</autoReleaseAfterClose>
394-
</configuration>
386+
<groupId>org.sonatype.central</groupId>
387+
<artifactId>central-publishing-maven-plugin</artifactId>
388+
<version>0.6.0</version>
389+
<extensions>true</extensions>
390+
<configuration>
391+
<publishingServerId>central</publishingServerId>
392+
<autoPublish>true</autoPublish>
393+
</configuration>
395394
</plugin>
396395
</plugins>
397396
</build>

0 commit comments

Comments
 (0)