File tree Expand file tree Collapse file tree 25 files changed +0
-227
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 25 files changed +0
-227
lines changed Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff 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
98ext {
Original file line number Diff line number Diff line change 178178 <enabled >false</enabled >
179179 </snapshots >
180180 </repository >
181- <repository >
182- <id >spring-releases</id >
183- <name >Spring Releases</name >
184- <url >https://repo.spring.io/release</url >
185- <snapshots >
186- <enabled >false</enabled >
187- </snapshots >
188- </repository >
189181 </repositories >
190182 <pluginRepositories >
191183 <pluginRepository >
207199 <enabled >false</enabled >
208200 </snapshots >
209201 </pluginRepository >
210- <pluginRepository >
211- <id >spring-releases</id >
212- <name >Spring Releases</name >
213- <url >https://repo.spring.io/release</url >
214- <snapshots >
215- <enabled >false</enabled >
216- </snapshots >
217- </pluginRepository >
218202 </pluginRepositories >
219203 </profile >
220204 </profiles >
Original file line number Diff line number Diff line change 677677 <enabled >false</enabled >
678678 </snapshots >
679679 </pluginRepository >
680- <pluginRepository >
681- <id >spring-releases</id >
682- <name >Spring Releases</name >
683- <url >https://repo.spring.io/release</url >
684- <snapshots >
685- <enabled >false</enabled >
686- </snapshots >
687- </pluginRepository >
688680 </pluginRepositories >
689681 </profile >
690682 <profile >
Original file line number Diff line number Diff line change 5757 <enabled >false</enabled >
5858 </snapshots >
5959 </repository >
60- <repository >
61- <id >spring-releases</id >
62- <name >Spring Releases</name >
63- <url >https://repo.spring.io/release</url >
64- <snapshots >
65- <enabled >false</enabled >
66- </snapshots >
67- </repository >
6860 </repositories >
6961 <pluginRepositories >
7062 <pluginRepository >
8375 <enabled >false</enabled >
8476 </snapshots >
8577 </pluginRepository >
86- <pluginRepository >
87- <id >spring-releases</id >
88- <name >Spring Releases</name >
89- <url >https://repo.spring.io/release</url >
90- <snapshots >
91- <enabled >false</enabled >
92- </snapshots >
93- </pluginRepository >
9478 </pluginRepositories >
9579
9680</project >
Original file line number Diff line number Diff line change 146146 <enabled >false</enabled >
147147 </snapshots >
148148 </repository >
149- <repository >
150- <id >spring-releases</id >
151- <name >Spring Releases</name >
152- <url >https://repo.spring.io/release</url >
153- <snapshots >
154- <enabled >false</enabled >
155- </snapshots >
156- </repository >
157149 </repositories >
158150 <pluginRepositories >
159151 <pluginRepository >
172164 <enabled >false</enabled >
173165 </snapshots >
174166 </pluginRepository >
175- <pluginRepository >
176- <id >spring-releases</id >
177- <name >Spring Releases</name >
178- <url >https://repo.spring.io/release</url >
179- <snapshots >
180- <enabled >false</enabled >
181- </snapshots >
182- </pluginRepository >
183167 </pluginRepositories >
184168
185169 <profiles >
Original file line number Diff line number Diff 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 {
Original file line number Diff line number Diff line change 231231 <enabled >false</enabled >
232232 </snapshots >
233233 </repository >
234- <repository >
235- <id >spring-releases</id >
236- <name >Spring Releases</name >
237- <url >https://repo.spring.io/release</url >
238- <snapshots >
239- <enabled >false</enabled >
240- </snapshots >
241- </repository >
242234 </repositories >
243235 <pluginRepositories >
244236 <pluginRepository >
257249 <enabled >false</enabled >
258250 </snapshots >
259251 </pluginRepository >
260- <pluginRepository >
261- <id >spring-releases</id >
262- <name >Spring Releases</name >
263- <url >https://repo.spring.io/release</url >
264- <snapshots >
265- <enabled >false</enabled >
266- </snapshots >
267- </pluginRepository >
268252 </pluginRepositories >
269253 <!-- end::repos[] -->
270254
Original file line number Diff line number Diff 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[]
Original file line number Diff line number Diff 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} "
You can’t perform that action at this time.
0 commit comments