Skip to content

Commit cb9f906

Browse files
Fix Spring repositories.
1 parent a590a3c commit cb9f906

File tree

1 file changed

+1
-17
lines changed
  • spring-cloud-aws-dependencies

1 file changed

+1
-17
lines changed

spring-cloud-aws-dependencies/pom.xml

Lines changed: 1 addition & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>org.springframework.cloud</groupId>
99
<artifactId>spring-cloud-dependencies-parent</artifactId>
10-
<version>4.0.1</version>
10+
<version>4.0.3</version>
1111
<relativePath/>
1212
</parent>
1313
<scm>
@@ -255,14 +255,6 @@
255255
<enabled>false</enabled>
256256
</snapshots>
257257
</repository>
258-
<repository>
259-
<id>spring-releases</id>
260-
<name>Spring Releases</name>
261-
<url>https://repo.spring.io/release</url>
262-
<snapshots>
263-
<enabled>false</enabled>
264-
</snapshots>
265-
</repository>
266258
</repositories>
267259
<pluginRepositories>
268260
<pluginRepository>
@@ -284,14 +276,6 @@
284276
<enabled>false</enabled>
285277
</snapshots>
286278
</pluginRepository>
287-
<pluginRepository>
288-
<id>spring-releases</id>
289-
<name>Spring Releases</name>
290-
<url>https://repo.spring.io/libs-release-local</url>
291-
<snapshots>
292-
<enabled>false</enabled>
293-
</snapshots>
294-
</pluginRepository>
295279
</pluginRepositories>
296280
</profile>
297281
<profile>

0 commit comments

Comments
 (0)