File tree 1 file changed +8
-12
lines changed
1 file changed +8
-12
lines changed Original file line number Diff line number Diff line change 26
26
<licenses >
27
27
<license >
28
28
<name >The Apache Software License, Version 2.0</name >
29
- <url >http ://www.apache.org/licenses/LICENSE-2.0.txt</url >
29
+ <url >https ://www.apache.org/licenses/LICENSE-2.0.txt</url >
30
30
<distribution >repo</distribution >
31
31
</license >
32
32
</licenses >
50
50
<distributionManagement >
51
51
<snapshotRepository >
52
52
<id >ossrh</id >
53
- <url >https://oss .sonatype.org/content/repositories/snapshots </url >
53
+ <url >https://central .sonatype.com </url >
54
54
</snapshotRepository >
55
- <repository >
56
- <id >ossrh</id >
57
- <url >https://oss.sonatype.org/service/local/staging/deploy/maven2/</url >
58
- </repository >
59
55
</distributionManagement >
60
56
61
57
<build >
147
143
</plugin >
148
144
<plugin >
149
145
<!-- Automatically close and deploy from OSSRH -->
150
- <groupId >org.sonatype.plugins </groupId >
151
- <artifactId >nexus-staging -maven-plugin</artifactId >
152
- <version >1.6.7 </version >
146
+ <groupId >org.sonatype.central </groupId >
147
+ <artifactId >central-publishing -maven-plugin</artifactId >
148
+ <version >0.5.0 </version >
153
149
<extensions >true</extensions >
154
150
<configuration >
155
- <serverId >ossrh</serverId >
156
- <nexusUrl >https://oss.sonatype.org/</ nexusUrl >
151
+ <publishingServerId >ossrh</publishingServerId >
152
+ <tokenAuth >true</ tokenAuth >
157
153
<!-- Release versions will be synced to Maven Central automatically. -->
158
- <autoReleaseAfterClose >true</autoReleaseAfterClose >
154
+ <autoPublish >true</autoPublish >
159
155
</configuration >
160
156
</plugin >
161
157
<plugin >
You can’t perform that action at this time.
0 commit comments