Skip to content

Commit 2b29050

Browse files
committed
Remove Spring milestones repository
Spring milestones are now resolved from and deployed to Maven Central.
1 parent ba539db commit 2b29050

File tree

3 files changed

+0
-63
lines changed

3 files changed

+0
-63
lines changed

.github/workflows/artifactory-milestone-release.yml

Lines changed: 0 additions & 38 deletions
This file was deleted.

pom.xml

Lines changed: 0 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -377,18 +377,6 @@
377377
</repository>
378378
</distributionManagement>
379379
</profile>
380-
<profile>
381-
<id>artifactory-milestone</id>
382-
<distributionManagement>
383-
<repository>
384-
<id>spring-milestones</id>
385-
<url>https://repo.spring.io/libs-milestone-local</url>
386-
<snapshots>
387-
<enabled>false</enabled>
388-
</snapshots>
389-
</repository>
390-
</distributionManagement>
391-
</profile>
392380
</profiles>
393381

394382
<repositories>
@@ -413,14 +401,6 @@
413401
<enabled>false</enabled>
414402
</releases>
415403
</repository>
416-
<repository>
417-
<id>spring-milestones</id>
418-
<name>Spring Milestones</name>
419-
<url>https://repo.spring.io/milestone</url>
420-
<snapshots>
421-
<enabled>false</enabled>
422-
</snapshots>
423-
</repository>
424404
</repositories>
425405

426406
<developers>

settings.xml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,6 @@
1414
<username>${env.ARTIFACTORY_USERNAME}</username>
1515
<password>${env.ARTIFACTORY_PASSWORD}</password>
1616
</server>
17-
<server>
18-
<id>spring-milestones</id>
19-
<username>${env.ARTIFACTORY_USERNAME}</username>
20-
<password>${env.ARTIFACTORY_PASSWORD}</password>
21-
</server>
2217
</servers>
2318

2419
</settings>

0 commit comments

Comments
 (0)