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 5b2509c commit 528688dCopy full SHA for 528688d
README.adoc
@@ -111,15 +111,15 @@ repositories {
111
</dependency>
112
----
113
114
-Snapshots are available on the Sonatype OSS snapshot repository:
+Snapshots are available on the central portal snapshot repository:
115
116
.pom.xml
117
[source,xml,subs="attributes,specialcharacters"]
118
119
<repositories>
120
<repository>
121
<id>ossrh</id>
122
- <url>https://oss.sonatype.org/content/repositories/snapshots</url>
+ <url>https://central.sonatype.com/repository/maven-snapshots/</url>
123
<snapshots>
124
<enabled>true</enabled>
125
</snapshots>
0 commit comments