File tree Expand file tree Collapse file tree 1 file changed +8
-12
lines changed Expand file tree Collapse file tree 1 file changed +8
-12
lines changed Original file line number Diff line number Diff line change 16
16
<licenses >
17
17
<license >
18
18
<name >The Apache Software License, Version 2.0</name >
19
- <url >http ://www.apache.org/licenses/LICENSE-2.0.txt</url >
19
+ <url >https ://www.apache.org/licenses/LICENSE-2.0.txt</url >
20
20
<distribution >repo</distribution >
21
21
</license >
22
22
</licenses >
40
40
<distributionManagement >
41
41
<snapshotRepository >
42
42
<id >ossrh</id >
43
- <url >https://oss .sonatype.org/content/repositories/snapshots </url >
43
+ <url >https://central .sonatype.com </url >
44
44
</snapshotRepository >
45
- <repository >
46
- <id >ossrh</id >
47
- <url >https://oss.sonatype.org/service/local/staging/deploy/maven2/</url >
48
- </repository >
49
45
</distributionManagement >
50
46
51
47
<properties >
253
249
</plugin >
254
250
<plugin >
255
251
<!-- Automatically close and deploy from OSSRH -->
256
- <groupId >org.sonatype.plugins </groupId >
257
- <artifactId >nexus-staging -maven-plugin</artifactId >
258
- <version >${nexus-staging-maven-plugin.version} </version >
252
+ <groupId >org.sonatype.central </groupId >
253
+ <artifactId >central-publishing -maven-plugin</artifactId >
254
+ <version >0.5.0 </version >
259
255
<extensions >true</extensions >
260
256
<configuration >
261
- <serverId >ossrh</serverId >
262
- <nexusUrl >https://oss.sonatype.org/</ nexusUrl >
257
+ <publishingServerId >ossrh</publishingServerId >
258
+ <tokenAuth >true</ tokenAuth >
263
259
<!-- Release versions will be synced to Maven Central automatically. -->
264
- <autoReleaseAfterClose >true</autoReleaseAfterClose >
260
+ <autoPublish >true</autoPublish >
265
261
</configuration >
266
262
</plugin >
267
263
<plugin >
You can’t perform that action at this time.
0 commit comments