Skip to content
This repository was archived by the owner on Dec 19, 2023. It is now read-only.

Commit cca01f7

Browse files
committed
docs: update snapshot repository in readme
1 parent 5fcfd57 commit cca01f7

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -181,9 +181,9 @@ Maven:
181181
```xml
182182
<repositories>
183183
<repository>
184-
<id>jfrog-snapshots</id>
185-
<name>oss-jfrog-artifactory-snapshots</name>
186-
<url>https://oss.jfrog.org/artifactory/oss-snapshot-local</url>
184+
<id>osshr-snapshots</id>
185+
<name>osshr-sonatype-snapshots</name>
186+
<url>https://oss.sonatype.org/content/repositories/snapshots/</url>
187187
</repository>
188188
</repositories>
189189
```
@@ -192,7 +192,7 @@ For gradle:
192192

193193
```groovy
194194
repositories {
195-
maven { url "https://oss.jfrog.org/artifactory/oss-snapshot-local" }
195+
maven { url "https://oss.sonatype.org/content/repositories/snapshots/" }
196196
}
197197
```
198198

0 commit comments

Comments
 (0)