File tree Expand file tree Collapse file tree 1 file changed +4
-12
lines changed Expand file tree Collapse file tree 1 file changed +4
-12
lines changed Original file line number Diff line number Diff line change 108
108
<scope >test</scope >
109
109
</dependency >
110
110
</dependencies >
111
- <distributionManagement >
112
- <snapshotRepository >
113
- <id >ossrh</id >
114
- <url >https://s01.oss.sonatype.org/content/repositories/snapshots</url >
115
- </snapshotRepository >
116
- </distributionManagement >
117
111
<build >
118
112
<plugins >
119
113
<plugin >
239
233
</executions >
240
234
</plugin >
241
235
<plugin >
242
- <groupId >org.sonatype.plugins </groupId >
243
- <artifactId >nexus-staging -maven-plugin</artifactId >
244
- <version >1.6.13 </version >
236
+ <groupId >org.sonatype.central </groupId >
237
+ <artifactId >central-publishing -maven-plugin</artifactId >
238
+ <version >0.7.0 </version >
245
239
<extensions >true</extensions >
246
240
<configuration >
247
- <serverId >ossrh</serverId >
248
- <nexusUrl >https://s01.oss.sonatype.org/</nexusUrl >
249
- <autoReleaseAfterClose >false</autoReleaseAfterClose >
241
+ <publishingServerId >central</publishingServerId >
250
242
</configuration >
251
243
</plugin >
252
244
</plugins >
You can’t perform that action at this time.
0 commit comments