|
|
|
|
@ -1,13 +1,13 @@
@@ -1,13 +1,13 @@
|
|
|
|
|
<settings xmlns="http://maven.apache.org/SETTINGS/1.0.0" |
|
|
|
|
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" |
|
|
|
|
xsi:schemaLocation="http://maven.apache.org/SETTINGS/1.0.0 http://maven.apache.org/xsd/settings-1.0.0.xsd"> |
|
|
|
|
xsi:schemaLocation="http://maven.apache.org/SETTINGS/1.0.0 https://maven.apache.org/xsd/settings-1.0.0.xsd"> |
|
|
|
|
<profiles> |
|
|
|
|
<profile> |
|
|
|
|
<id>snapshot</id> |
|
|
|
|
<repositories> |
|
|
|
|
<repository> |
|
|
|
|
<id>spring-ext</id> |
|
|
|
|
<url>http://repo.spring.io/ext-release-local/</url> |
|
|
|
|
<url>https://repo.spring.io/ext-release-local/</url> |
|
|
|
|
<releases> |
|
|
|
|
<enabled>true</enabled> |
|
|
|
|
</releases> |
|
|
|
|
@ -18,7 +18,7 @@
@@ -18,7 +18,7 @@
|
|
|
|
|
<repository> |
|
|
|
|
<id>spring-milestones</id> |
|
|
|
|
<name>Spring Milestones</name> |
|
|
|
|
<url>http://repo.spring.io/milestone</url> |
|
|
|
|
<url>https://repo.spring.io/milestone</url> |
|
|
|
|
<snapshots> |
|
|
|
|
<enabled>false</enabled> |
|
|
|
|
</snapshots> |
|
|
|
|
@ -26,7 +26,7 @@
@@ -26,7 +26,7 @@
|
|
|
|
|
<repository> |
|
|
|
|
<id>spring-snapshots</id> |
|
|
|
|
<name>Spring Snapshots</name> |
|
|
|
|
<url>http://repo.spring.io/snapshot</url> |
|
|
|
|
<url>https://repo.spring.io/snapshot</url> |
|
|
|
|
<snapshots> |
|
|
|
|
<enabled>true</enabled> |
|
|
|
|
</snapshots> |
|
|
|
|
@ -46,7 +46,7 @@
@@ -46,7 +46,7 @@
|
|
|
|
|
<pluginRepository> |
|
|
|
|
<id>spring-milestones</id> |
|
|
|
|
<name>Spring Milestones</name> |
|
|
|
|
<url>http://repo.spring.io/milestone</url> |
|
|
|
|
<url>https://repo.spring.io/milestone</url> |
|
|
|
|
<snapshots> |
|
|
|
|
<enabled>false</enabled> |
|
|
|
|
</snapshots> |
|
|
|
|
@ -54,7 +54,7 @@
@@ -54,7 +54,7 @@
|
|
|
|
|
<pluginRepository> |
|
|
|
|
<id>spring-snapshots</id> |
|
|
|
|
<name>Spring Snapshots</name> |
|
|
|
|
<url>http://repo.spring.io/snapshot</url> |
|
|
|
|
<url>https://repo.spring.io/snapshot</url> |
|
|
|
|
<snapshots> |
|
|
|
|
<enabled>true</enabled> |
|
|
|
|
</snapshots> |
|
|
|
|
@ -66,7 +66,7 @@
@@ -66,7 +66,7 @@
|
|
|
|
|
<repositories> |
|
|
|
|
<repository> |
|
|
|
|
<id>spring-ext</id> |
|
|
|
|
<url>http://repo.spring.io/ext-release-local/</url> |
|
|
|
|
<url>https://repo.spring.io/ext-release-local/</url> |
|
|
|
|
<releases> |
|
|
|
|
<enabled>true</enabled> |
|
|
|
|
</releases> |
|
|
|
|
@ -87,7 +87,7 @@
@@ -87,7 +87,7 @@
|
|
|
|
|
<repository> |
|
|
|
|
<id>spring-milestones</id> |
|
|
|
|
<name>Spring Milestones</name> |
|
|
|
|
<url>http://repo.spring.io/milestone</url> |
|
|
|
|
<url>https://repo.spring.io/milestone</url> |
|
|
|
|
<snapshots> |
|
|
|
|
<enabled>false</enabled> |
|
|
|
|
</snapshots> |
|
|
|
|
@ -97,7 +97,7 @@
@@ -97,7 +97,7 @@
|
|
|
|
|
<pluginRepository> |
|
|
|
|
<id>spring-milestones</id> |
|
|
|
|
<name>Spring Milestones</name> |
|
|
|
|
<url>http://repo.spring.io/snapshot</url> |
|
|
|
|
<url>https://repo.spring.io/snapshot</url> |
|
|
|
|
<snapshots> |
|
|
|
|
<enabled>false</enabled> |
|
|
|
|
</snapshots> |
|
|
|
|
@ -109,7 +109,7 @@
@@ -109,7 +109,7 @@
|
|
|
|
|
<repositories> |
|
|
|
|
<repository> |
|
|
|
|
<id>spring-ext</id> |
|
|
|
|
<url>http://repo.spring.io/ext-release-local/</url> |
|
|
|
|
<url>https://repo.spring.io/ext-release-local/</url> |
|
|
|
|
<releases> |
|
|
|
|
<enabled>true</enabled> |
|
|
|
|
</releases> |
|
|
|
|
|