Skip to content

Commit

Permalink
Remove repo.spring.io/release (#100)
Browse files Browse the repository at this point in the history
Missed the github/settings.xml in previous commit

See spring-cloud/spring-cloud-dataflow#5193
  • Loading branch information
onobc committed Jan 23, 2023
1 parent 67c681d commit 97e6c0f
Showing 1 changed file with 6 additions and 22 deletions.
28 changes: 6 additions & 22 deletions .github/settings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,23 +6,15 @@
<repository>
<id>spring-staging</id>
<name>Spring Staging</name>
<url>https://repo.spring.io/libs-staging-local</url>
<url>https://repo.spring.io/staging</url>
<snapshots>
<enabled>false</enabled>
</snapshots>
</repository>
<repository>
<id>spring-milestones</id>
<name>Spring Milestones</name>
<url>https://repo.spring.io/libs-milestone</url>
<snapshots>
<enabled>false</enabled>
</snapshots>
</repository>
<repository>
<id>spring-releases</id>
<name>Spring Releases</name>
<url>https://repo.spring.io/libs-release</url>
<url>https://repo.spring.io/milestone</url>
<snapshots>
<enabled>false</enabled>
</snapshots>
Expand All @@ -32,15 +24,15 @@
<pluginRepository>
<id>spring-staging</id>
<name>Spring Staging</name>
<url>https://repo.spring.io/libs-staging-local</url>
<url>https://repo.spring.io/plugins-staging</url>
<snapshots>
<enabled>false</enabled>
</snapshots>
</pluginRepository>
<pluginRepository>
<id>spring-milestones</id>
<name>Spring Milestones</name>
<url>https://repo.spring.io/libs-milestone</url>
<url>https://repo.spring.io/plugins-milestone</url>
<snapshots>
<enabled>false</enabled>
</snapshots>
Expand All @@ -53,15 +45,7 @@
<repository>
<id>spring-staging</id>
<name>Spring Staging</name>
<url>https://repo.spring.io/libs-staging-local</url>
<snapshots>
<enabled>false</enabled>
</snapshots>
</repository>
<repository>
<id>spring-releases</id>
<name>Spring Releases</name>
<url>https://repo.spring.io/libs-release</url>
<url>https://repo.spring.io/staging</url>
<snapshots>
<enabled>false</enabled>
</snapshots>
Expand All @@ -71,7 +55,7 @@
<pluginRepository>
<id>spring-staging</id>
<name>Spring Staging</name>
<url>https://repo.spring.io/libs-staging-local</url>
<url>https://repo.spring.io/plugins-staging</url>
<snapshots>
<enabled>false</enabled>
</snapshots>
Expand Down

0 comments on commit 97e6c0f

Please sign in to comment.