File tree Expand file tree Collapse file tree 1 file changed +5
-11
lines changed Expand file tree Collapse file tree 1 file changed +5
-11
lines changed Original file line number Diff line number Diff line change 104
104
<build >
105
105
<plugins >
106
106
<plugin >
107
- <groupId >org.sonatype.plugins </groupId >
108
- <artifactId >nexus-staging -maven-plugin</artifactId >
109
- <version >1.6.13 </version >
107
+ <groupId >org.sonatype.central </groupId >
108
+ <artifactId >central-publishing -maven-plugin</artifactId >
109
+ <version >0.8.0 </version >
110
110
<extensions >true</extensions >
111
111
<configuration >
112
- <serverId >ossrh</serverId >
113
- <nexusUrl >https://s01.oss.sonatype.org/</nexusUrl >
114
- <autoReleaseAfterClose >true</autoReleaseAfterClose >
112
+ <publishingServerId >central</publishingServerId >
113
+ <autoPublish >true</autoPublish >
115
114
</configuration >
116
115
</plugin >
117
116
<plugin >
491
490
</plugin >
492
491
</plugins >
493
492
</build >
494
- <parent >
495
- <groupId >org.sonatype.oss</groupId >
496
- <artifactId >oss-parent</artifactId >
497
- <version >7</version >
498
- </parent >
499
493
</project >
You can’t perform that action at this time.
0 commit comments