Skip to content

Commit

Permalink
Replace repo.spring.io/plugins- references. (#521)
Browse files Browse the repository at this point in the history
Fixes #519
  • Loading branch information
corneil committed Jan 26, 2023
1 parent d8b5164 commit 7628e66
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/settings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<pluginRepository>
<id>spring-staging</id>
<name>Spring Staging</name>
<url>https://repo.spring.io/plugins-staging</url>
<url>https://repo.spring.io/staging</url>
<snapshots>
<enabled>false</enabled>
</snapshots>
Expand All @@ -47,7 +47,7 @@
<pluginRepository>
<id>spring-staging</id>
<name>Spring Staging</name>
<url>https://repo.spring.io/plugins-staging</url>
<url>https://repo.spring.io/staging</url>
<snapshots>
<enabled>false</enabled>
</snapshots>
Expand Down
4 changes: 2 additions & 2 deletions .settings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -33,15 +33,15 @@
<pluginRepository>
<id>spring-snapshots</id>
<name>Spring Snapshots</name>
<url>https://repo.spring.io/plugins-snapshot</url>
<url>https://repo.spring.io/snapshot</url>
<snapshots>
<enabled>true</enabled>
</snapshots>
</pluginRepository>
<pluginRepository>
<id>spring-milestones</id>
<name>Spring Milestones</name>
<url>https://repo.spring.io/plugins-milestone</url>
<url>https://repo.spring.io/milestone</url>
<snapshots>
<enabled>false</enabled>
</snapshots>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -105,15 +105,15 @@
<pluginRepository>
<id>spring-snapshots</id>
<name>Spring Snapshots</name>
<url>https://repo.spring.io/plugins-snapshot</url>
<url>https://repo.spring.io/snapshot</url>
<snapshots>
<enabled>true</enabled>
</snapshots>
</pluginRepository>
<pluginRepository>
<id>spring-milestones</id>
<name>Spring Milestones</name>
<url>https://repo.spring.io/plugins-milestone</url>
<url>https://repo.spring.io/milestone</url>
<snapshots>
<enabled>false</enabled>
</snapshots>
Expand Down

0 comments on commit 7628e66

Please sign in to comment.