File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 6161 <module >microsphere-java-core</module >
6262 </modules >
6363
64- <distributionManagement >
65- <snapshotRepository >
66- <id >ossrh</id >
67- <url >https://s01.oss.sonatype.org/content/repositories/snapshots</url >
68- </snapshotRepository >
69- <repository >
70- <id >ossrh</id >
71- <url >https://s01.oss.sonatype.org/service/local/staging/deploy/maven2/</url >
72- </repository >
73- </distributionManagement >
74-
7564 <repositories >
7665 <repository >
77- <id >snapshot</id >
66+ <id >nexus</id >
67+ <name >nexus-snapshot</name >
68+ <url >https://central.sonatype.com/repository/maven-snapshots/</url >
7869 <snapshots >
7970 <enabled >true</enabled >
8071 </snapshots >
8172 <releases >
8273 <enabled >false</enabled >
8374 </releases >
84- <url >https://s01.oss.sonatype.org/content/repositories/snapshots</url >
8575 </repository >
8676 </repositories >
8777
78+ <distributionManagement >
79+ <snapshotRepository >
80+ <id >ossrh</id >
81+ <url >https://central.sonatype.com/repository/maven-snapshots/</url >
82+ </snapshotRepository >
83+ <repository >
84+ <id >ossrh</id >
85+ <url >https://ossrh-staging-api.central.sonatype.com/service/local/staging/deploy/maven2/</url >
86+ </repository >
87+ </distributionManagement >
88+
8889</project >
You can’t perform that action at this time.
0 commit comments