File tree Expand file tree Collapse file tree 30 files changed +0
-241
lines changed
docker/spring-cloud-contract-docker/project/buildSrc
contracts/com/example/server
spring-cloud-contract-dependencies
spring-cloud-contract-tools
spring-cloud-contract-gradle-plugin
src/test/resources/functionalTest
spring-cloud-contract-maven-plugin Expand file tree Collapse file tree 30 files changed +0
-241
lines changed Original file line number Diff line number Diff line change 36
36
<enabled >false</enabled >
37
37
</snapshots >
38
38
</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>-->
47
39
</repositories >
48
40
<pluginRepositories >
49
41
<pluginRepository >
Original file line number Diff line number Diff line change @@ -3,7 +3,6 @@ repositories {
3
3
mavenCentral()
4
4
maven { url " https://repo.spring.io/snapshot" }
5
5
maven { url " https://repo.spring.io/milestone" }
6
- // maven { url "https://repo.spring.io/release" }
7
6
}
8
7
9
8
ext {
Original file line number Diff line number Diff line change 180
180
<enabled >false</enabled >
181
181
</snapshots >
182
182
</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 >
191
183
</repositories >
192
184
<pluginRepositories >
193
185
<pluginRepository >
209
201
<enabled >false</enabled >
210
202
</snapshots >
211
203
</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 >
220
204
</pluginRepositories >
221
205
</profile >
222
206
</profiles >
Original file line number Diff line number Diff line change 627
627
<enabled >false</enabled >
628
628
</snapshots >
629
629
</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>-->
638
630
</repositories >
639
631
<pluginRepositories >
640
632
<pluginRepository >
656
648
<enabled >false</enabled >
657
649
</snapshots >
658
650
</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>-->
667
651
</pluginRepositories >
668
652
</profile >
669
653
<profile >
Original file line number Diff line number Diff line change 70
70
<enabled >false</enabled >
71
71
</snapshots >
72
72
</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>-->
81
73
</repositories >
82
74
<pluginRepositories >
83
75
<pluginRepository >
96
88
<enabled >false</enabled >
97
89
</snapshots >
98
90
</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>-->
107
91
</pluginRepositories >
108
92
109
93
</project >
Original file line number Diff line number Diff line change @@ -13,7 +13,6 @@ repositories {
13
13
mavenLocal()
14
14
maven { url " https://repo.spring.io/snapshot" }
15
15
maven { url " https://repo.spring.io/milestone" }
16
- // maven { url "https://repo.spring.io/release" }
17
16
}
18
17
19
18
dependencyManagement {
Original file line number Diff line number Diff line change 134
134
<enabled >false</enabled >
135
135
</snapshots >
136
136
</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>-->
145
137
</repositories >
146
138
<pluginRepositories >
147
139
<pluginRepository >
160
152
<enabled >false</enabled >
161
153
</snapshots >
162
154
</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>-->
171
155
</pluginRepositories >
172
156
173
157
<profiles >
Original file line number Diff line number Diff line change @@ -3,7 +3,6 @@ pluginManagement {
3
3
mavenLocal()
4
4
maven { url " https://repo.spring.io/snapshot" }
5
5
maven { url " https://repo.spring.io/milestone" }
6
- // maven { url "https://repo.spring.io/release" }
7
6
gradlePluginPortal()
8
7
}
9
8
plugins {
Original file line number Diff line number Diff line change @@ -15,7 +15,6 @@ repositories {
15
15
mavenLocal()
16
16
maven { url " https://repo.spring.io/snapshot" }
17
17
maven { url " https://repo.spring.io/milestone" }
18
- maven { url " https://repo.spring.io/release" }
19
18
}
20
19
// end::deps_repos[]
21
20
Original file line number Diff line number Diff line change 190
190
<enabled >false</enabled >
191
191
</snapshots >
192
192
</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>-->
201
193
</repositories >
202
194
<pluginRepositories >
203
195
<pluginRepository >
216
208
<enabled >false</enabled >
217
209
</snapshots >
218
210
</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>-->
227
211
</pluginRepositories >
228
212
<!-- end::repos[] -->
229
213
Original file line number Diff line number Diff line change @@ -4,7 +4,6 @@ pluginManagement {
4
4
mavenLocal()
5
5
maven { url " https://repo.spring.io/snapshot" }
6
6
maven { url " https://repo.spring.io/milestone" }
7
- maven { url " https://repo.spring.io/release" }
8
7
gradlePluginPortal()
9
8
}
10
9
// end::repos[]
Original file line number Diff line number Diff line change @@ -4,7 +4,6 @@ buildscript {
4
4
mavenLocal()
5
5
maven { url " https://repo.spring.io/snapshot" }
6
6
maven { url " https://repo.spring.io/milestone" }
7
- maven { url " https://repo.spring.io/release" }
8
7
}
9
8
dependencies {
10
9
classpath " org.springframework.boot:spring-boot-gradle-plugin:${ findProperty('bootVersion') ?: bootVersion} "
@@ -19,7 +18,6 @@ repositories {
19
18
mavenLocal()
20
19
maven { url " https://repo.spring.io/snapshot" }
21
20
maven { url " https://repo.spring.io/milestone" }
22
- maven { url " https://repo.spring.io/release" }
23
21
}
24
22
25
23
apply plugin : ' groovy'
Original file line number Diff line number Diff line change 157
157
<enabled >false</enabled >
158
158
</snapshots >
159
159
</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>-->
168
160
</repositories >
169
161
<pluginRepositories >
170
162
<pluginRepository >
183
175
<enabled >false</enabled >
184
176
</snapshots >
185
177
</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>-->
194
178
</pluginRepositories >
195
179
196
180
<profiles >
Original file line number Diff line number Diff line change @@ -14,7 +14,6 @@ repositories {
14
14
mavenLocal()
15
15
maven { url " https://repo.spring.io/snapshot" }
16
16
maven { url " https://repo.spring.io/milestone" }
17
- maven { url " https://repo.spring.io/release" }
18
17
}
19
18
20
19
dependencyManagement {
Original file line number Diff line number Diff line change 171
171
<enabled >false</enabled >
172
172
</snapshots >
173
173
</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>-->
182
174
</repositories >
183
175
<pluginRepositories >
184
176
<pluginRepository >
197
189
<enabled >false</enabled >
198
190
</snapshots >
199
191
</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>-->
208
192
</pluginRepositories >
209
193
210
194
<profiles >
Original file line number Diff line number Diff line change @@ -13,7 +13,6 @@ repositories {
13
13
mavenLocal()
14
14
maven { url " https://repo.spring.io/snapshot" }
15
15
maven { url " https://repo.spring.io/milestone" }
16
- maven { url " https://repo.spring.io/release" }
17
16
}
18
17
19
18
dependencyManagement {
Original file line number Diff line number Diff line change 133
133
<enabled >false</enabled >
134
134
</snapshots >
135
135
</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>-->
144
136
</repositories >
145
137
<pluginRepositories >
146
138
<pluginRepository >
159
151
<enabled >false</enabled >
160
152
</snapshots >
161
153
</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>-->
170
154
</pluginRepositories >
171
155
172
156
<profiles >
Original file line number Diff line number Diff line change @@ -20,7 +20,6 @@ repositories {
20
20
mavenLocal()
21
21
maven { url " https://repo.spring.io/snapshot" }
22
22
maven { url " https://repo.spring.io/milestone" }
23
- // maven { url "https://repo.spring.io/release" }
24
23
}
25
24
26
25
dependencyManagement {
Original file line number Diff line number Diff line change 142
142
<enabled >false</enabled >
143
143
</snapshots >
144
144
</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>-->
153
145
</repositories >
154
146
<pluginRepositories >
155
147
<pluginRepository >
168
160
<enabled >false</enabled >
169
161
</snapshots >
170
162
</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>-->
179
163
</pluginRepositories >
180
164
181
165
<profiles >
Original file line number Diff line number Diff line change 141
141
<enabled >false</enabled >
142
142
</snapshots >
143
143
</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>-->
152
144
</repositories >
153
145
<pluginRepositories >
154
146
<pluginRepository >
Original file line number Diff line number Diff line change @@ -42,7 +42,6 @@ repositories {
42
42
jcenter()
43
43
maven { url " https://repo.spring.io/snapshot" }
44
44
maven { url " https://repo.spring.io/milestone" }
45
- maven { url " https://repo.spring.io/release" }
46
45
}
47
46
48
47
// Dependencies in all subprojects - https://solidsoft.wordpress.com/2014/11/13/gradle-tricks-display-dependencies-for-all-subprojects-in-multi-project-build/
You can’t perform that action at this time.
0 commit comments