Commenting out spring release repository

This commit is contained in:
Marcin Grzejszczak
2023-06-29 11:23:11 +02:00
parent 17a5fa0c5d
commit 0c910155ba
19 changed files with 59 additions and 59 deletions

View File

@@ -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 {

View File

@@ -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>
@@ -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>