Skip to content

Commit 031034f

Browse files
Update JDK 25 - build kotlin-service, build quarkus-service
1 parent 6a443da commit 031034f

File tree

2 files changed

+12
-14
lines changed

2 files changed

+12
-14
lines changed

admin-server/pom.xml

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -226,18 +226,4 @@
226226
</build>
227227
</profile>
228228
</profiles>
229-
230-
<repositories>
231-
<repository>
232-
<id>sba-snapshot</id>
233-
<name>Spring Boot Admin Snapshots</name>
234-
<url>https://maven.pkg.github.com/codecentric/spring-boot-admin</url>
235-
<snapshots>
236-
<enabled>true</enabled>
237-
</snapshots>
238-
<releases>
239-
<enabled>false</enabled>
240-
</releases>
241-
</repository>
242-
</repositories>
243229
</project>

pom.xml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -278,6 +278,18 @@
278278
</snapshots>
279279
</repository>
280280

281+
<repository>
282+
<id>sba-snapshot</id>
283+
<name>Spring Boot Admin Snapshots</name>
284+
<url>https://maven.pkg.github.com/codecentric/spring-boot-admin</url>
285+
<snapshots>
286+
<enabled>true</enabled>
287+
</snapshots>
288+
<releases>
289+
<enabled>false</enabled>
290+
</releases>
291+
</repository>
292+
281293
</repositories>
282294

283295
<pluginRepositories>

0 commit comments

Comments
 (0)