File tree Expand file tree Collapse file tree 1 file changed +5
-21
lines changed
Expand file tree Collapse file tree 1 file changed +5
-21
lines changed Original file line number Diff line number Diff line change 6363 <scope >test</scope >
6464 </dependency >
6565 </dependencies >
66-
67- <repositories >
68- <repository >
69- <id >sonatype-nexus-snapshots</id >
70- <name >Sonatype Nexus Snapshots</name >
71- <url >https://oss.sonatype.org/content/repositories/snapshots</url >
72- <releases >
73- <enabled >false</enabled >
74- </releases >
75- <snapshots >
76- <enabled >true</enabled >
77- </snapshots >
78- </repository >
79- </repositories >
80-
66+
8167 <distributionManagement >
8268 <snapshotRepository >
83- <id >sonatype-nexus-snapshots</id >
84- <name >Sonatype Nexus Snapshots</name >
85- <url >${sonatypeOssDistMgmtSnapshotsUrl} </url >
69+ <id >ossrh</id >
70+ <url >https://s01.oss.sonatype.org/content/repositories/snapshots</url >
8671 </snapshotRepository >
8772 <repository >
88- <id >sonatype-nexus-staging</id >
89- <name >Nexus Release Repository</name >
90- <url >https://oss.sonatype.org/service/local/staging/deploy/maven2/</url >
73+ <id >ossrh</id >
74+ <url >https://s01.oss.sonatype.org/service/local/staging/deploy/maven2/</url >
9175 </repository >
9276 </distributionManagement >
9377
You can’t perform that action at this time.
0 commit comments