File tree Expand file tree Collapse file tree 1 file changed +14
-7
lines changed Expand file tree Collapse file tree 1 file changed +14
-7
lines changed Original file line number Diff line number Diff line change 5959
6060 <distributionManagement >
6161 <snapshotRepository >
62- <id >sonatype-nexus-snapshots</id >
63- <name >Sonatype Nexus snapshot repository</name >
64- <url >https://oss.sonatype.org/content/repositories/snapshots</url >
62+ <id >ossrh</id >
63+ <url >https://central.sonatype.com/repository/maven-snapshots</url >
6564 </snapshotRepository >
65+ </distributionManagement >
66+ <repositories >
6667 <repository >
67- <id >sonatype-nexus-staging</id >
68- <name >Sonatype Nexus release repository</name >
69- <url >https://oss.sonatype.org/service/local/staging/deploy/maven2/</url >
68+ <id >ossrh</id >
69+ <url >https://central.sonatype.com/repository/maven-snapshots</url >
70+ <releases >
71+ <enabled >false</enabled >
72+ </releases >
73+ <snapshots >
74+ <enabled >true</enabled >
75+ <updatePolicy >always</updatePolicy >
76+ </snapshots >
7077 </repository >
71- </distributionManagement >
78+ </repositories >
7279
7380 <properties >
7481 <maven .compiler.source>1.8</maven .compiler.source>
You can’t perform that action at this time.
0 commit comments