Skip to content

Commit

Permalink
Remove superfluous plugin repository declaration.
Browse files Browse the repository at this point in the history
See #2873
  • Loading branch information
mp911de committed Apr 6, 2023
1 parent 415c7b2 commit 5e9198e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 21 deletions.
15 changes: 0 additions & 15 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -231,19 +231,4 @@
</repository>
</repositories>

<pluginRepositories>
<pluginRepository>
<id>spring-plugins-release</id>
<url>https://repo.spring.io/plugins-release</url>
</pluginRepository>
<pluginRepository>
<id>spring-libs-milestone</id>
<url>https://repo.spring.io/libs-milestone</url>
</pluginRepository>
<pluginRepository>
<id>spring-libs-snapshot</id>
<url>https://repo.spring.io/libs-snapshot</url>
</pluginRepository>
</pluginRepositories>

</project>
7 changes: 1 addition & 6 deletions settings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,6 @@
https://maven.apache.org/xsd/settings-1.0.0.xsd">

<servers>
<server>
<id>spring-plugins-release</id>
<username>${env.ARTIFACTORY_USR}</username>
<password>${env.ARTIFACTORY_PSW}</password>
</server>
<server>
<id>spring-libs-snapshot</id>
<username>${env.ARTIFACTORY_USR}</username>
Expand All @@ -26,4 +21,4 @@
</server>
</servers>

</settings>
</settings>

0 comments on commit 5e9198e

Please sign in to comment.