We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fc4354c commit bfb9bf2Copy full SHA for bfb9bf2
pom.xml
@@ -131,14 +131,13 @@
131
<build>
132
<plugins>
133
<plugin>
134
- <groupId>org.sonatype.plugins</groupId>
135
- <artifactId>nexus-staging-maven-plugin</artifactId>
136
- <version>1.7.0</version>
+ <groupId>org.sonatype.central</groupId>
+ <artifactId>central-publishing-maven-plugin</artifactId>
+ <version>0.7.0</version>
137
<extensions>true</extensions>
138
<configuration>
139
- <serverId>ossrh</serverId>
140
- <nexusUrl>https://s01.oss.sonatype.org/</nexusUrl>
141
- <autoReleaseAfterClose>true</autoReleaseAfterClose>
+ <publishingServerId>central</publishingServerId>
+ <autoPublish>true</autoPublish>
142
</configuration>
143
</plugin>
144
0 commit comments