File tree Expand file tree Collapse file tree 1 file changed +11
-10
lines changed Expand file tree Collapse file tree 1 file changed +11
-10
lines changed Original file line number Diff line number Diff line change 165165 </executions >
166166 </plugin >
167167 <plugin >
168- <groupId >org.sonatype.plugins </groupId >
169- <artifactId >nexus-staging -maven-plugin</artifactId >
170- <version >1.6.3 </version >
168+ <groupId >org.sonatype.central </groupId >
169+ <artifactId >central-publishing -maven-plugin</artifactId >
170+ <version >0.8.0 </version >
171171 <extensions >true</extensions >
172172 <configuration >
173- <serverId >sonatype-nexus-staging</ serverId >
174- <nexusUrl >https://oss.sonatype.org/</ nexusUrl >
175- <autoReleaseAfterClose >true</ autoReleaseAfterClose >
173+ <publishingServerId >central</ publishingServerId >Add commentMore actions
174+ <autoPublish >true</ autoPublish >
175+ <waitUntil >published</ waitUntil >
176176 </configuration >
177177 </plugin >
178178
223223 </license >
224224 </licenses >
225225 <scm >
226- <url ></url >
227- <connection ></connection >
226+ <connection >scm:git:git://github.com/aliyun/aliyun-oss-java-sdk.git</connection >
227+ <
developerConnection >scm:git:
[email protected] :aliyun/aliyun-oss-java-sdk.git</
developerConnection >
228+ <url >https://github.com/aliyun/aliyun-oss-java-sdk</url >
228229 </scm >
229230 <developers >
230231 <developer >
237238 <distributionManagement >
238239 <snapshotRepository >
239240 <id >sonatype-nexus-snapshots</id >
240- <url >https://s01.oss. sonatype.org/content/repositories/ snapshots</url >
241+ <url >https://central. sonatype.com/repository/maven- snapshots/ </url >
241242 </snapshotRepository >
242243 <repository >
243244 <id >sonatype-nexus-staging</id >
244- <url >https://s01.oss. sonatype.org/service/local/staging/deploy/maven2/ </url >
245+ <url >https://central. sonatype.com </url >
245246 </repository >
246247 </distributionManagement >
247248</project >
You can’t perform that action at this time.
0 commit comments