File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 33 xsi : schemaLocation =" http://maven.apache.org/SETTINGS/1.0.0 http://maven.apache.org/xsd/settings-1.0.0.xsd" >
44 <servers >
55 <server >
6- <id >ossrh </id >
6+ <id >central </id >
77 <username >${env.MAVEN_USERNAME}</username >
88 <password >${env.MAVEN_PASSWORD}</password >
99 </server >
Original file line number Diff line number Diff line change 431431 <repository >
432432 <!-- This is where the nexus staging plugin will publish artifacts -->
433433 <id >central</id >
434- <url >https://s01.ossss .sonatype.org/service/local/staging/deploy/maven2</url >
434+ <url >https://s01.oss .sonatype.org/service/local/staging/deploy/maven2</url >
435435 </repository >
436436 <!-- Optional: add snapshots if you publish SNAPSHOT versions -->
437437 <!--
You can’t perform that action at this time.
0 commit comments