Skip to content

Commit 0634ef3

Browse files
committed
Moved to Central Portal publishing, no code changes
1 parent 19fc353 commit 0634ef3

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
@@ -151,14 +151,13 @@
151151
</executions>
152152
</plugin>
153153
<plugin>
154-
<groupId>org.sonatype.plugins</groupId>
155-
<artifactId>nexus-staging-maven-plugin</artifactId>
156-
<version>1.7.0</version>
154+
<groupId>org.sonatype.central</groupId>
155+
<artifactId>central-publishing-maven-plugin</artifactId>
156+
<version>0.7.0</version>
157157
<extensions>true</extensions>
158158
<configuration>
159-
<serverId>ossrh</serverId>
160-
<nexusUrl>https://oss.sonatype.org/</nexusUrl>
161-
<autoReleaseAfterClose>true</autoReleaseAfterClose>
159+
<publishingServerId>central</publishingServerId>
160+
<autoPublish>true</autoPublish>
162161
</configuration>
163162
</plugin>
164163
<plugin>

0 commit comments

Comments
 (0)