We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 19fc353 commit 0634ef3Copy full SHA for 0634ef3
1 file changed
pom.xml
@@ -151,14 +151,13 @@
151
</executions>
152
</plugin>
153
<plugin>
154
- <groupId>org.sonatype.plugins</groupId>
155
- <artifactId>nexus-staging-maven-plugin</artifactId>
156
- <version>1.7.0</version>
+ <groupId>org.sonatype.central</groupId>
+ <artifactId>central-publishing-maven-plugin</artifactId>
+ <version>0.7.0</version>
157
<extensions>true</extensions>
158
<configuration>
159
- <serverId>ossrh</serverId>
160
- <nexusUrl>https://oss.sonatype.org/</nexusUrl>
161
- <autoReleaseAfterClose>true</autoReleaseAfterClose>
+ <publishingServerId>central</publishingServerId>
+ <autoPublish>true</autoPublish>
162
</configuration>
163
164
0 commit comments