File tree Expand file tree Collapse file tree 1 file changed +5
-7
lines changed Expand file tree Collapse file tree 1 file changed +5
-7
lines changed Original file line number Diff line number Diff line change 223223 <plugin >
224224 <groupId >org.apache.maven.plugins</groupId >
225225 <artifactId >maven-gpg-plugin</artifactId >
226- <version >1.6 </version >
226+ <version >3.2.7 </version >
227227 <executions >
228228 <execution >
229229 <id >sign-artifacts</id >
241241 </configuration >
242242 </plugin >
243243 <plugin >
244- <groupId >org.sonatype.plugins </groupId >
245- <artifactId >nexus-staging -maven-plugin</artifactId >
246- <version >1.6.8 </version >
244+ <groupId >org.sonatype.central </groupId >
245+ <artifactId >central-publishing -maven-plugin</artifactId >
246+ <version >0.7.0 </version >
247247 <extensions >true</extensions >
248248 <configuration >
249- <serverId >ossrh-s01</serverId >
250- <nexusUrl >https://s01.oss.sonatype.org/</nexusUrl >
251- <autoReleaseAfterClose >false</autoReleaseAfterClose >
249+ <publishingServerId >ossrh-s01</publishingServerId >
252250 </configuration >
253251 </plugin >
254252 </plugins >
You can’t perform that action at this time.
0 commit comments