Skip to content

Commit 7d8db27

Browse files
authored
Merge pull request #3273 from ControlSystemStudio/update-release-process
update to new sonatype central
2 parents a0851f7 + f5fcb10 commit 7d8db27

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

pom.xml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -382,14 +382,14 @@
382382
<build>
383383
<plugins>
384384
<plugin>
385-
<groupId>org.sonatype.plugins</groupId>
386-
<artifactId>nexus-staging-maven-plugin</artifactId>
387-
<version>1.6.8</version>
385+
<groupId>org.sonatype.central</groupId>
386+
<artifactId>central-publishing-maven-plugin</artifactId>
387+
<version>0.7.0</version>
388388
<extensions>true</extensions>
389389
<configuration>
390-
<serverId>phoebus-releases</serverId>
391-
<nexusUrl>https://s01.oss.sonatype.org/</nexusUrl>
392-
<autoReleaseAfterClose>false</autoReleaseAfterClose>
390+
<publishingServerId>phoebus-releases</publishingServerId>
391+
<checksums>required</checksums>
392+
<centralBaseUrl>https://central.sonatype.com</centralBaseUrl>
393393
</configuration>
394394
</plugin>
395395
<plugin>

0 commit comments

Comments
 (0)