Browse Source

Removing libs prefix and local suffix from repositories

pull/1188/head
Marcin Grzejszczak 2 years ago committed by GitHub
parent
commit
07c6d2d791
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      pom.xml
  2. 8
      spring-cloud-commons-dependencies/pom.xml

4
pom.xml

@ -139,7 +139,7 @@ @@ -139,7 +139,7 @@
<pluginRepository>
<id>spring-milestones</id>
<name>Spring Milestones</name>
<url>https://repo.spring.io/libs-milestone-local</url>
<url>https://repo.spring.io/milestone</url>
<snapshots>
<enabled>false</enabled>
</snapshots>
@ -147,7 +147,7 @@ @@ -147,7 +147,7 @@
<pluginRepository>
<id>spring-releases</id>
<name>Spring Releases</name>
<url>https://repo.spring.io/libs-release-local</url>
<url>https://repo.spring.io/release</url>
<snapshots>
<enabled>false</enabled>
</snapshots>

8
spring-cloud-commons-dependencies/pom.xml

@ -78,7 +78,7 @@ @@ -78,7 +78,7 @@
<repository>
<id>spring-snapshots</id>
<name>Spring Snapshots</name>
<url>https://repo.spring.io/libs-snapshot-local</url>
<url>https://repo.spring.io/snapshot</url>
<snapshots>
<enabled>true</enabled>
</snapshots>
@ -89,7 +89,7 @@ @@ -89,7 +89,7 @@
<repository>
<id>spring-milestones</id>
<name>Spring Milestones</name>
<url>https://repo.spring.io/libs-milestone-local</url>
<url>https://repo.spring.io/milestone</url>
<snapshots>
<enabled>false</enabled>
</snapshots>
@ -107,7 +107,7 @@ @@ -107,7 +107,7 @@
<pluginRepository>
<id>spring-snapshots</id>
<name>Spring Snapshots</name>
<url>https://repo.spring.io/libs-snapshot-local</url>
<url>https://repo.spring.io/snapshot</url>
<snapshots>
<enabled>true</enabled>
</snapshots>
@ -118,7 +118,7 @@ @@ -118,7 +118,7 @@
<pluginRepository>
<id>spring-milestones</id>
<name>Spring Milestones</name>
<url>https://repo.spring.io/libs-milestone-local</url>
<url>https://repo.spring.io/milestone</url>
<snapshots>
<enabled>false</enabled>
</snapshots>

Loading…
Cancel
Save