Skip to content

Commit 528688d

Browse files
committed
Update snapshot directory to central portal
1 parent 5b2509c commit 528688d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -111,15 +111,15 @@ repositories {
111111
</dependency>
112112
----
113113

114-
Snapshots are available on the Sonatype OSS snapshot repository:
114+
Snapshots are available on the central portal snapshot repository:
115115

116116
.pom.xml
117117
[source,xml,subs="attributes,specialcharacters"]
118118
----
119119
<repositories>
120120
<repository>
121121
<id>ossrh</id>
122-
<url>https://oss.sonatype.org/content/repositories/snapshots</url>
122+
<url>https://central.sonatype.com/repository/maven-snapshots/</url>
123123
<snapshots>
124124
<enabled>true</enabled>
125125
</snapshots>

0 commit comments

Comments
 (0)