We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6496a6a commit 7cae890Copy full SHA for 7cae890
1 file changed
pom.xml
@@ -292,7 +292,7 @@
292
<name>Spring Boot Admin Snapshots</name>
293
<url>https://maven.pkg.github.com/codecentric/spring-boot-admin</url>
294
<snapshots>
295
- <enabled>true</enabled>
+ <enabled>false</enabled>
296
</snapshots>
297
</repository>
298
@@ -316,5 +316,11 @@
316
<name>Spring Snapshots</name>
317
<url>https://repo.spring.io/snapshot</url>
318
</pluginRepository>
319
+
320
+ <pluginRepository>
321
+ <id>github-sba</id>
322
+ <name>SBA Snapshots</name>
323
+ <url>https://maven.pkg.github.com/codecentric/spring-boot-admin</url>
324
+ </pluginRepository>
325
</pluginRepositories>
326
</project>
0 commit comments