Skip to content

Commit 1acf87d

Browse files
authored
Update README.md (#2145)
1 parent 6b7d1e6 commit 1acf87d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -102,9 +102,9 @@ Spring, Spring Boot and Spring Cloud are trademarks of [Pivotal Software, Inc.](
102102
You can access snapshot builds from the sonatype snapshot repository by adding the following to your `repositories`:
103103
```xml
104104
<repository>
105-
<id>sonatype-nexus-snapshots</id>
106-
<name>Sonatype Nexus Snapshots</name>
107-
<url>https://oss.sonatype.org/content/repositories/snapshots/</url>
105+
<id>sba-snapshot</id>
106+
<name>Spring Boot Admin Snapshots</name>
107+
<url>https://maven.pkg.github.com/codecentric/spring-boot-admin</url>
108108
<snapshots>
109109
<enabled>true</enabled>
110110
</snapshots>

0 commit comments

Comments
 (0)