Skip to content

Commit fcc79c4

Browse files
Fix Spring repositories.
1 parent cb9f906 commit fcc79c4

File tree

1 file changed

+1
-17
lines changed

1 file changed

+1
-17
lines changed

pom.xml

Lines changed: 1 addition & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>org.springframework.cloud</groupId>
88
<artifactId>spring-cloud-build</artifactId>
9-
<version>4.0.1</version>
9+
<version>4.0.5</version>
1010
<relativePath/><!-- lookup parent from repository -->
1111
</parent>
1212

@@ -185,14 +185,6 @@
185185
<enabled>false</enabled>
186186
</snapshots>
187187
</repository>
188-
<repository>
189-
<id>spring-releases</id>
190-
<name>Spring Releases</name>
191-
<url>https://repo.spring.io/release</url>
192-
<snapshots>
193-
<enabled>false</enabled>
194-
</snapshots>
195-
</repository>
196188
</repositories>
197189
<pluginRepositories>
198190
<pluginRepository>
@@ -214,14 +206,6 @@
214206
<enabled>false</enabled>
215207
</snapshots>
216208
</pluginRepository>
217-
<pluginRepository>
218-
<id>spring-releases</id>
219-
<name>Spring Releases</name>
220-
<url>https://repo.spring.io/libs-release-local</url>
221-
<snapshots>
222-
<enabled>false</enabled>
223-
</snapshots>
224-
</pluginRepository>
225209
</pluginRepositories>
226210
</profile>
227211
<profile>

0 commit comments

Comments
 (0)