Skip to content

Commit

Permalink
Commenting out spring release repository
Browse files Browse the repository at this point in the history
  • Loading branch information
marcingrzejszczak committed Jun 29, 2023
1 parent 17a5fa0 commit 0c91015
Show file tree
Hide file tree
Showing 19 changed files with 59 additions and 59 deletions.
4 changes: 2 additions & 2 deletions .settings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -36,14 +36,14 @@
<enabled>false</enabled>
</snapshots>
</repository>
<repository>
<!--<repository>
<id>spring-releases</id>
<name>Spring Releases</name>
<url>https://repo.spring.io/release</url>
<snapshots>
<enabled>false</enabled>
</snapshots>
</repository>
</repository>-->
</repositories>
<pluginRepositories>
<pluginRepository>
Expand Down
4 changes: 2 additions & 2 deletions docker/spring-cloud-contract-docker/project/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@ buildscript {
repositories {
mavenLocal()
mavenCentral()
if (!"${verifierVersion}".contains("RELEASE")) {
if ("${verifierVersion}".contains("SNAPSHOT")) {
maven { url "https://repo.spring.io/snapshot" }
} else if ("${verifierVersion}".contains("M") || "${verifierVersion}".contains("RC")) {
maven { url "https://repo.spring.io/milestone" }
maven { url "https://repo.spring.io/release" }
}
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ repositories {
mavenCentral()
maven { url "https://repo.spring.io/snapshot" }
maven { url "https://repo.spring.io/milestone" }
maven { url "https://repo.spring.io/release" }
// maven { url "https://repo.spring.io/release" }
}

ext {
Expand All @@ -18,4 +18,4 @@ dependencies {

test {
useJUnitPlatform()
}
}
8 changes: 4 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -627,14 +627,14 @@
<enabled>false</enabled>
</snapshots>
</repository>
<repository>
<!--<repository>
<id>spring-releases</id>
<name>Spring Releases</name>
<url>https://repo.spring.io/release</url>
<snapshots>
<enabled>false</enabled>
</snapshots>
</repository>
</repository>-->
</repositories>
<pluginRepositories>
<pluginRepository>
Expand All @@ -656,14 +656,14 @@
<enabled>false</enabled>
</snapshots>
</pluginRepository>
<pluginRepository>
<!--<pluginRepository>
<id>spring-releases</id>
<name>Spring Releases</name>
<url>https://repo.spring.io/release</url>
<snapshots>
<enabled>false</enabled>
</snapshots>
</pluginRepository>
</pluginRepository>-->
</pluginRepositories>
</profile>
<profile>
Expand Down
8 changes: 4 additions & 4 deletions samples/standalone/contracts/com/example/server/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -70,14 +70,14 @@
<enabled>false</enabled>
</snapshots>
</repository>
<repository>
<!--<repository>
<id>spring-releases</id>
<name>Spring Releases</name>
<url>https://repo.spring.io/release</url>
<snapshots>
<enabled>false</enabled>
</snapshots>
</repository>
</repository>-->
</repositories>
<pluginRepositories>
<pluginRepository>
Expand All @@ -96,14 +96,14 @@
<enabled>false</enabled>
</snapshots>
</pluginRepository>
<pluginRepository>
<!--<pluginRepository>
<id>spring-releases</id>
<name>Spring Releases</name>
<url>https://repo.spring.io/release</url>
<snapshots>
<enabled>false</enabled>
</snapshots>
</pluginRepository>
</pluginRepository>-->
</pluginRepositories>

</project>
2 changes: 1 addition & 1 deletion samples/standalone/dsl/http-client/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ repositories {
mavenLocal()
maven { url "https://repo.spring.io/snapshot" }
maven { url "https://repo.spring.io/milestone" }
maven { url "https://repo.spring.io/release" }
// maven { url "https://repo.spring.io/release" }
}

dependencyManagement {
Expand Down
8 changes: 4 additions & 4 deletions samples/standalone/dsl/http-client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -134,14 +134,14 @@
<enabled>false</enabled>
</snapshots>
</repository>
<repository>
<!--<repository>
<id>spring-releases</id>
<name>Spring Releases</name>
<url>https://repo.spring.io/release</url>
<snapshots>
<enabled>false</enabled>
</snapshots>
</repository>
</repository>-->
</repositories>
<pluginRepositories>
<pluginRepository>
Expand All @@ -160,14 +160,14 @@
<enabled>false</enabled>
</snapshots>
</pluginRepository>
<pluginRepository>
<!--<pluginRepository>
<id>spring-releases</id>
<name>Spring Releases</name>
<url>https://repo.spring.io/release</url>
<snapshots>
<enabled>false</enabled>
</snapshots>
</pluginRepository>
</pluginRepository>-->
</pluginRepositories>

<profiles>
Expand Down
2 changes: 1 addition & 1 deletion samples/standalone/dsl/http-client/settings.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ pluginManagement {
mavenLocal()
maven { url "https://repo.spring.io/snapshot" }
maven { url "https://repo.spring.io/milestone" }
maven { url "https://repo.spring.io/release" }
// maven { url "https://repo.spring.io/release" }
gradlePluginPortal()
}
plugins {
Expand Down
8 changes: 4 additions & 4 deletions samples/standalone/dsl/http-server/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -190,14 +190,14 @@
<enabled>false</enabled>
</snapshots>
</repository>
<repository>
<!--<repository>
<id>spring-releases</id>
<name>Spring Releases</name>
<url>https://repo.spring.io/release</url>
<snapshots>
<enabled>false</enabled>
</snapshots>
</repository>
</repository>-->
</repositories>
<pluginRepositories>
<pluginRepository>
Expand All @@ -216,14 +216,14 @@
<enabled>false</enabled>
</snapshots>
</pluginRepository>
<pluginRepository>
<!--<pluginRepository>
<id>spring-releases</id>
<name>Spring Releases</name>
<url>https://repo.spring.io/release</url>
<snapshots>
<enabled>false</enabled>
</snapshots>
</pluginRepository>
</pluginRepository>-->
</pluginRepositories>
<!-- end::repos[] -->

Expand Down
8 changes: 4 additions & 4 deletions samples/standalone/restdocs/http-client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -157,14 +157,14 @@
<enabled>false</enabled>
</snapshots>
</repository>
<repository>
<!--<repository>
<id>spring-releases</id>
<name>Spring Releases</name>
<url>https://repo.spring.io/release</url>
<snapshots>
<enabled>false</enabled>
</snapshots>
</repository>
</repository>-->
</repositories>
<pluginRepositories>
<pluginRepository>
Expand All @@ -183,14 +183,14 @@
<enabled>false</enabled>
</snapshots>
</pluginRepository>
<pluginRepository>
<!--<pluginRepository>
<id>spring-releases</id>
<name>Spring Releases</name>
<url>https://repo.spring.io/release</url>
<snapshots>
<enabled>false</enabled>
</snapshots>
</pluginRepository>
</pluginRepository>-->
</pluginRepositories>

<profiles>
Expand Down
8 changes: 4 additions & 4 deletions samples/standalone/restdocs/http-server/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -171,14 +171,14 @@
<enabled>false</enabled>
</snapshots>
</repository>
<repository>
<!--<repository>
<id>spring-releases</id>
<name>Spring Releases</name>
<url>https://repo.spring.io/release</url>
<snapshots>
<enabled>false</enabled>
</snapshots>
</repository>
</repository>-->
</repositories>
<pluginRepositories>
<pluginRepository>
Expand All @@ -197,14 +197,14 @@
<enabled>false</enabled>
</snapshots>
</pluginRepository>
<pluginRepository>
<!--<pluginRepository>
<id>spring-releases</id>
<name>Spring Releases</name>
<url>https://repo.spring.io/release</url>
<snapshots>
<enabled>false</enabled>
</snapshots>
</pluginRepository>
</pluginRepository>-->
</pluginRepositories>

<profiles>
Expand Down
8 changes: 4 additions & 4 deletions samples/standalone/webclient/http-client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -133,14 +133,14 @@
<enabled>false</enabled>
</snapshots>
</repository>
<repository>
<!--<repository>
<id>spring-releases</id>
<name>Spring Releases</name>
<url>https://repo.spring.io/release</url>
<snapshots>
<enabled>false</enabled>
</snapshots>
</repository>
</repository>-->
</repositories>
<pluginRepositories>
<pluginRepository>
Expand All @@ -159,14 +159,14 @@
<enabled>false</enabled>
</snapshots>
</pluginRepository>
<pluginRepository>
<!--<pluginRepository>
<id>spring-releases</id>
<name>Spring Releases</name>
<url>https://repo.spring.io/release</url>
<snapshots>
<enabled>false</enabled>
</snapshots>
</pluginRepository>
</pluginRepository>-->
</pluginRepositories>

<profiles>
Expand Down
2 changes: 1 addition & 1 deletion samples/standalone/webclient/http-server/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ repositories {
mavenLocal()
maven { url "https://repo.spring.io/snapshot" }
maven { url "https://repo.spring.io/milestone" }
maven { url "https://repo.spring.io/release" }
// maven { url "https://repo.spring.io/release" }
}

dependencyManagement {
Expand Down
8 changes: 4 additions & 4 deletions samples/standalone/webclient/http-server/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -142,14 +142,14 @@
<enabled>false</enabled>
</snapshots>
</repository>
<repository>
<!--<repository>
<id>spring-releases</id>
<name>Spring Releases</name>
<url>https://repo.spring.io/release</url>
<snapshots>
<enabled>false</enabled>
</snapshots>
</repository>
</repository>-->
</repositories>
<pluginRepositories>
<pluginRepository>
Expand All @@ -168,14 +168,14 @@
<enabled>false</enabled>
</snapshots>
</pluginRepository>
<pluginRepository>
<!--<pluginRepository>
<id>spring-releases</id>
<name>Spring Releases</name>
<url>https://repo.spring.io/release</url>
<snapshots>
<enabled>false</enabled>
</snapshots>
</pluginRepository>
</pluginRepository>-->
</pluginRepositories>

<profiles>
Expand Down
4 changes: 2 additions & 2 deletions spring-cloud-contract-dependencies/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -141,14 +141,14 @@
<enabled>false</enabled>
</snapshots>
</repository>
<repository>
<!--<repository>
<id>spring-releases</id>
<name>Spring Releases</name>
<url>https://repo.spring.io/release</url>
<snapshots>
<enabled>false</enabled>
</snapshots>
</repository>
</repository>-->
</repositories>
<pluginRepositories>
<pluginRepository>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -464,14 +464,14 @@
<enabled>false</enabled>
</snapshots>
</repository>
<repository>
<!--<repository>
<id>spring-releases</id>
<name>Spring Releases</name>
<url>https://repo.spring.io/release</url>
<snapshots>
<enabled>false</enabled>
</snapshots>
</repository>
</repository>-->
</repositories>
<pluginRepositories>
<pluginRepository>
Expand All @@ -493,14 +493,14 @@
<enabled>false</enabled>
</snapshots>
</pluginRepository>
<pluginRepository>
<!--<pluginRepository>
<id>spring-releases</id>
<name>Spring Releases</name>
<url>https://repo.spring.io/release</url>
<snapshots>
<enabled>false</enabled>
</snapshots>
</pluginRepository>
</pluginRepository>-->
</pluginRepositories>

</project>
Loading

0 comments on commit 0c91015

Please sign in to comment.