We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 131d157 commit 53a4a67Copy full SHA for 53a4a67
pom.xml
@@ -35,11 +35,15 @@
35
36
<repositories>
37
<repository>
38
- <id>oss-snapshots</id>
+ <name>Central Portal Snapshots</name>
39
+ <id>central-portal-snapshots</id>
40
+ <url>https://central.sonatype.com/repository/maven-snapshots/</url>
41
+ <releases>
42
+ <enabled>false</enabled>
43
+ </releases>
44
<snapshots>
45
<enabled>true</enabled>
46
</snapshots>
- <url>https://oss.sonatype.org/content/repositories/snapshots/</url>
47
</repository>
48
</repositories>
49
0 commit comments