File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1616 <username >${env.sonatype_username}</username >
1717 <password >${env.sonatype_password}</password >
1818 </server >
19+ <server >
20+ <id >sonatype-nexus-s01-staging</id >
21+ <username >${env.sonatype_username}</username >
22+ <password >${env.sonatype_password}</password >
23+ </server >
24+ <server >
25+ <id >sonatype-nexus-s01-snapshots</id >
26+ <username >${env.sonatype_username}</username >
27+ <password >${env.sonatype_password}</password >
28+ </server >
1929 </servers >
2030
2131 <mirrors >
5767 </mirror >
5868 <mirror >
5969 <id >sonatype-nexus-s01-staging-http-blocker</id >
60- <mirrorOf >sonatype-nexus-staging</mirrorOf >
70+ <mirrorOf >sonatype-nexus-s01- staging</mirrorOf >
6171 <name >Sonatype Nexus S01 Staging Mirror</name >
6272 <url >https://s01.oss.sonatype.org/service/local/staging/deploy/maven2/</url >
6373 </mirror >
6474 <mirror >
6575 <id >sonatype-nexus-s01-snapshots-http-blocker</id >
66- <mirrorOf >sonatype-nexus-snapshots</mirrorOf >
76+ <mirrorOf >sonatype-nexus-s01- snapshots</mirrorOf >
6777 <name >Sonatype Nexus S01 Snapshots Mirror</name >
6878 <url >https://s01.oss.sonatype.org/content/repositories/snapshots/</url >
6979 </mirror >
You can’t perform that action at this time.
0 commit comments