File tree Expand file tree Collapse file tree 23 files changed +0
-210
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 23 files changed +0
-210
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 685685 <enabled >false</enabled >
686686 </snapshots >
687687 </pluginRepository >
688- <pluginRepository >
689- <id >spring-releases</id >
690- <name >Spring Releases</name >
691- <url >https://repo.spring.io/release</url >
692- <snapshots >
693- <enabled >false</enabled >
694- </snapshots >
695- </pluginRepository >
696688 </pluginRepositories >
697689 </profile >
698690 <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 @@ 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} "
Original file line number Diff line number Diff line change 163163 <enabled >false</enabled >
164164 </snapshots >
165165 </repository >
166- <repository >
167- <id >spring-releases</id >
168- <name >Spring Releases</name >
169- <url >https://repo.spring.io/release</url >
170- <snapshots >
171- <enabled >false</enabled >
172- </snapshots >
173- </repository >
174166 </repositories >
175167 <pluginRepositories >
176168 <pluginRepository >
189181 <enabled >false</enabled >
190182 </snapshots >
191183 </pluginRepository >
192- <pluginRepository >
193- <id >spring-releases</id >
194- <name >Spring Releases</name >
195- <url >https://repo.spring.io/release</url >
196- <snapshots >
197- <enabled >false</enabled >
198- </snapshots >
199- </pluginRepository >
200184 </pluginRepositories >
201185
202186 <profiles >
Original file line number Diff line number Diff line change 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 >
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 >
You can’t perform that action at this time.
0 commit comments