Skip to content

Commit

Permalink
Fix Spring repositories.
Browse files Browse the repository at this point in the history
  • Loading branch information
maciejwalkowiak committed Aug 14, 2023
1 parent cb9f906 commit fcc79c4
Showing 1 changed file with 1 addition and 17 deletions.
18 changes: 1 addition & 17 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-build</artifactId>
<version>4.0.1</version>
<version>4.0.5</version>
<relativePath/><!-- lookup parent from repository -->
</parent>

Expand Down Expand Up @@ -185,14 +185,6 @@
<enabled>false</enabled>
</snapshots>
</repository>
<repository>
<id>spring-releases</id>
<name>Spring Releases</name>
<url>https://repo.spring.io/release</url>
<snapshots>
<enabled>false</enabled>
</snapshots>
</repository>
</repositories>
<pluginRepositories>
<pluginRepository>
Expand All @@ -214,14 +206,6 @@
<enabled>false</enabled>
</snapshots>
</pluginRepository>
<pluginRepository>
<id>spring-releases</id>
<name>Spring Releases</name>
<url>https://repo.spring.io/libs-release-local</url>
<snapshots>
<enabled>false</enabled>
</snapshots>
</pluginRepository>
</pluginRepositories>
</profile>
<profile>
Expand Down

0 comments on commit fcc79c4

Please sign in to comment.