Skip to content

Commit ca39fdb

Browse files
Removes any references to repo.spring.io/release
fixes gh-2106
1 parent 8fb7797 commit ca39fdb

File tree

30 files changed

+0
-241
lines changed

30 files changed

+0
-241
lines changed

.settings.xml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -36,14 +36,6 @@
3636
<enabled>false</enabled>
3737
</snapshots>
3838
</repository>
39-
<!--<repository>
40-
<id>spring-releases</id>
41-
<name>Spring Releases</name>
42-
<url>https://repo.spring.io/release</url>
43-
<snapshots>
44-
<enabled>false</enabled>
45-
</snapshots>
46-
</repository>-->
4739
</repositories>
4840
<pluginRepositories>
4941
<pluginRepository>

docker/spring-cloud-contract-docker/project/buildSrc/build.gradle

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ repositories {
33
mavenCentral()
44
maven { url "https://repo.spring.io/snapshot" }
55
maven { url "https://repo.spring.io/milestone" }
6-
// maven { url "https://repo.spring.io/release" }
76
}
87

98
ext {

docs/pom.xml

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -180,14 +180,6 @@
180180
<enabled>false</enabled>
181181
</snapshots>
182182
</repository>
183-
<repository>
184-
<id>spring-releases</id>
185-
<name>Spring Releases</name>
186-
<url>https://repo.spring.io/release</url>
187-
<snapshots>
188-
<enabled>false</enabled>
189-
</snapshots>
190-
</repository>
191183
</repositories>
192184
<pluginRepositories>
193185
<pluginRepository>
@@ -209,14 +201,6 @@
209201
<enabled>false</enabled>
210202
</snapshots>
211203
</pluginRepository>
212-
<pluginRepository>
213-
<id>spring-releases</id>
214-
<name>Spring Releases</name>
215-
<url>https://repo.spring.io/release</url>
216-
<snapshots>
217-
<enabled>false</enabled>
218-
</snapshots>
219-
</pluginRepository>
220204
</pluginRepositories>
221205
</profile>
222206
</profiles>

pom.xml

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -627,14 +627,6 @@
627627
<enabled>false</enabled>
628628
</snapshots>
629629
</repository>
630-
<!--<repository>
631-
<id>spring-releases</id>
632-
<name>Spring Releases</name>
633-
<url>https://repo.spring.io/release</url>
634-
<snapshots>
635-
<enabled>false</enabled>
636-
</snapshots>
637-
</repository>-->
638630
</repositories>
639631
<pluginRepositories>
640632
<pluginRepository>
@@ -656,14 +648,6 @@
656648
<enabled>false</enabled>
657649
</snapshots>
658650
</pluginRepository>
659-
<!--<pluginRepository>
660-
<id>spring-releases</id>
661-
<name>Spring Releases</name>
662-
<url>https://repo.spring.io/release</url>
663-
<snapshots>
664-
<enabled>false</enabled>
665-
</snapshots>
666-
</pluginRepository>-->
667651
</pluginRepositories>
668652
</profile>
669653
<profile>

samples/standalone/contracts/com/example/server/pom.xml

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -70,14 +70,6 @@
7070
<enabled>false</enabled>
7171
</snapshots>
7272
</repository>
73-
<!--<repository>
74-
<id>spring-releases</id>
75-
<name>Spring Releases</name>
76-
<url>https://repo.spring.io/release</url>
77-
<snapshots>
78-
<enabled>false</enabled>
79-
</snapshots>
80-
</repository>-->
8173
</repositories>
8274
<pluginRepositories>
8375
<pluginRepository>
@@ -96,14 +88,6 @@
9688
<enabled>false</enabled>
9789
</snapshots>
9890
</pluginRepository>
99-
<!--<pluginRepository>
100-
<id>spring-releases</id>
101-
<name>Spring Releases</name>
102-
<url>https://repo.spring.io/release</url>
103-
<snapshots>
104-
<enabled>false</enabled>
105-
</snapshots>
106-
</pluginRepository>-->
10791
</pluginRepositories>
10892

10993
</project>

samples/standalone/dsl/http-client/build.gradle

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ repositories {
1313
mavenLocal()
1414
maven { url "https://repo.spring.io/snapshot" }
1515
maven { url "https://repo.spring.io/milestone" }
16-
// maven { url "https://repo.spring.io/release" }
1716
}
1817

1918
dependencyManagement {

samples/standalone/dsl/http-client/pom.xml

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -134,14 +134,6 @@
134134
<enabled>false</enabled>
135135
</snapshots>
136136
</repository>
137-
<!--<repository>
138-
<id>spring-releases</id>
139-
<name>Spring Releases</name>
140-
<url>https://repo.spring.io/release</url>
141-
<snapshots>
142-
<enabled>false</enabled>
143-
</snapshots>
144-
</repository>-->
145137
</repositories>
146138
<pluginRepositories>
147139
<pluginRepository>
@@ -160,14 +152,6 @@
160152
<enabled>false</enabled>
161153
</snapshots>
162154
</pluginRepository>
163-
<!--<pluginRepository>
164-
<id>spring-releases</id>
165-
<name>Spring Releases</name>
166-
<url>https://repo.spring.io/release</url>
167-
<snapshots>
168-
<enabled>false</enabled>
169-
</snapshots>
170-
</pluginRepository>-->
171155
</pluginRepositories>
172156

173157
<profiles>

samples/standalone/dsl/http-client/settings.gradle

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ pluginManagement {
33
mavenLocal()
44
maven { url "https://repo.spring.io/snapshot" }
55
maven { url "https://repo.spring.io/milestone" }
6-
// maven { url "https://repo.spring.io/release" }
76
gradlePluginPortal()
87
}
98
plugins {

samples/standalone/dsl/http-server/build.gradle

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ repositories {
1515
mavenLocal()
1616
maven { url "https://repo.spring.io/snapshot" }
1717
maven { url "https://repo.spring.io/milestone" }
18-
maven { url "https://repo.spring.io/release" }
1918
}
2019
// end::deps_repos[]
2120

samples/standalone/dsl/http-server/pom.xml

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -190,14 +190,6 @@
190190
<enabled>false</enabled>
191191
</snapshots>
192192
</repository>
193-
<!--<repository>
194-
<id>spring-releases</id>
195-
<name>Spring Releases</name>
196-
<url>https://repo.spring.io/release</url>
197-
<snapshots>
198-
<enabled>false</enabled>
199-
</snapshots>
200-
</repository>-->
201193
</repositories>
202194
<pluginRepositories>
203195
<pluginRepository>
@@ -216,14 +208,6 @@
216208
<enabled>false</enabled>
217209
</snapshots>
218210
</pluginRepository>
219-
<!--<pluginRepository>
220-
<id>spring-releases</id>
221-
<name>Spring Releases</name>
222-
<url>https://repo.spring.io/release</url>
223-
<snapshots>
224-
<enabled>false</enabled>
225-
</snapshots>
226-
</pluginRepository>-->
227211
</pluginRepositories>
228212
<!-- end::repos[] -->
229213

samples/standalone/dsl/http-server/settings.gradle

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ pluginManagement {
44
mavenLocal()
55
maven { url "https://repo.spring.io/snapshot" }
66
maven { url "https://repo.spring.io/milestone" }
7-
maven { url "https://repo.spring.io/release" }
87
gradlePluginPortal()
98
}
109
// end::repos[]

samples/standalone/restdocs/http-client/build.gradle

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ buildscript {
44
mavenLocal()
55
maven { url "https://repo.spring.io/snapshot" }
66
maven { url "https://repo.spring.io/milestone" }
7-
maven { url "https://repo.spring.io/release" }
87
}
98
dependencies {
109
classpath "org.springframework.boot:spring-boot-gradle-plugin:${findProperty('bootVersion') ?: bootVersion}"
@@ -19,7 +18,6 @@ repositories {
1918
mavenLocal()
2019
maven { url "https://repo.spring.io/snapshot" }
2120
maven { url "https://repo.spring.io/milestone" }
22-
maven { url "https://repo.spring.io/release" }
2321
}
2422

2523
apply plugin: 'groovy'

samples/standalone/restdocs/http-client/pom.xml

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -157,14 +157,6 @@
157157
<enabled>false</enabled>
158158
</snapshots>
159159
</repository>
160-
<!--<repository>
161-
<id>spring-releases</id>
162-
<name>Spring Releases</name>
163-
<url>https://repo.spring.io/release</url>
164-
<snapshots>
165-
<enabled>false</enabled>
166-
</snapshots>
167-
</repository>-->
168160
</repositories>
169161
<pluginRepositories>
170162
<pluginRepository>
@@ -183,14 +175,6 @@
183175
<enabled>false</enabled>
184176
</snapshots>
185177
</pluginRepository>
186-
<!--<pluginRepository>
187-
<id>spring-releases</id>
188-
<name>Spring Releases</name>
189-
<url>https://repo.spring.io/release</url>
190-
<snapshots>
191-
<enabled>false</enabled>
192-
</snapshots>
193-
</pluginRepository>-->
194178
</pluginRepositories>
195179

196180
<profiles>

samples/standalone/restdocs/http-server/build.gradle

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ repositories {
1414
mavenLocal()
1515
maven { url "https://repo.spring.io/snapshot" }
1616
maven { url "https://repo.spring.io/milestone" }
17-
maven { url "https://repo.spring.io/release" }
1817
}
1918

2019
dependencyManagement {

samples/standalone/restdocs/http-server/pom.xml

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -171,14 +171,6 @@
171171
<enabled>false</enabled>
172172
</snapshots>
173173
</repository>
174-
<!--<repository>
175-
<id>spring-releases</id>
176-
<name>Spring Releases</name>
177-
<url>https://repo.spring.io/release</url>
178-
<snapshots>
179-
<enabled>false</enabled>
180-
</snapshots>
181-
</repository>-->
182174
</repositories>
183175
<pluginRepositories>
184176
<pluginRepository>
@@ -197,14 +189,6 @@
197189
<enabled>false</enabled>
198190
</snapshots>
199191
</pluginRepository>
200-
<!--<pluginRepository>
201-
<id>spring-releases</id>
202-
<name>Spring Releases</name>
203-
<url>https://repo.spring.io/release</url>
204-
<snapshots>
205-
<enabled>false</enabled>
206-
</snapshots>
207-
</pluginRepository>-->
208192
</pluginRepositories>
209193

210194
<profiles>

samples/standalone/webclient/http-client/build.gradle

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ repositories {
1313
mavenLocal()
1414
maven { url "https://repo.spring.io/snapshot" }
1515
maven { url "https://repo.spring.io/milestone" }
16-
maven { url "https://repo.spring.io/release" }
1716
}
1817

1918
dependencyManagement {

samples/standalone/webclient/http-client/pom.xml

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -133,14 +133,6 @@
133133
<enabled>false</enabled>
134134
</snapshots>
135135
</repository>
136-
<!--<repository>
137-
<id>spring-releases</id>
138-
<name>Spring Releases</name>
139-
<url>https://repo.spring.io/release</url>
140-
<snapshots>
141-
<enabled>false</enabled>
142-
</snapshots>
143-
</repository>-->
144136
</repositories>
145137
<pluginRepositories>
146138
<pluginRepository>
@@ -159,14 +151,6 @@
159151
<enabled>false</enabled>
160152
</snapshots>
161153
</pluginRepository>
162-
<!--<pluginRepository>
163-
<id>spring-releases</id>
164-
<name>Spring Releases</name>
165-
<url>https://repo.spring.io/release</url>
166-
<snapshots>
167-
<enabled>false</enabled>
168-
</snapshots>
169-
</pluginRepository>-->
170154
</pluginRepositories>
171155

172156
<profiles>

samples/standalone/webclient/http-server/build.gradle

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ repositories {
2020
mavenLocal()
2121
maven { url "https://repo.spring.io/snapshot" }
2222
maven { url "https://repo.spring.io/milestone" }
23-
// maven { url "https://repo.spring.io/release" }
2423
}
2524

2625
dependencyManagement {

samples/standalone/webclient/http-server/pom.xml

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -142,14 +142,6 @@
142142
<enabled>false</enabled>
143143
</snapshots>
144144
</repository>
145-
<!--<repository>
146-
<id>spring-releases</id>
147-
<name>Spring Releases</name>
148-
<url>https://repo.spring.io/release</url>
149-
<snapshots>
150-
<enabled>false</enabled>
151-
</snapshots>
152-
</repository>-->
153145
</repositories>
154146
<pluginRepositories>
155147
<pluginRepository>
@@ -168,14 +160,6 @@
168160
<enabled>false</enabled>
169161
</snapshots>
170162
</pluginRepository>
171-
<!--<pluginRepository>
172-
<id>spring-releases</id>
173-
<name>Spring Releases</name>
174-
<url>https://repo.spring.io/release</url>
175-
<snapshots>
176-
<enabled>false</enabled>
177-
</snapshots>
178-
</pluginRepository>-->
179163
</pluginRepositories>
180164

181165
<profiles>

spring-cloud-contract-dependencies/pom.xml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -141,14 +141,6 @@
141141
<enabled>false</enabled>
142142
</snapshots>
143143
</repository>
144-
<!--<repository>
145-
<id>spring-releases</id>
146-
<name>Spring Releases</name>
147-
<url>https://repo.spring.io/release</url>
148-
<snapshots>
149-
<enabled>false</enabled>
150-
</snapshots>
151-
</repository>-->
152144
</repositories>
153145
<pluginRepositories>
154146
<pluginRepository>

spring-cloud-contract-tools/spring-cloud-contract-gradle-plugin/build.gradle

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,6 @@ repositories {
4242
jcenter()
4343
maven { url "https://repo.spring.io/snapshot" }
4444
maven { url "https://repo.spring.io/milestone" }
45-
maven { url "https://repo.spring.io/release" }
4645
}
4746

4847
//Dependencies in all subprojects - https://solidsoft.wordpress.com/2014/11/13/gradle-tricks-display-dependencies-for-all-subprojects-in-multi-project-build/

0 commit comments

Comments
 (0)