From 345f256d59b8cabc521352e9bd1959cac3068a24 Mon Sep 17 00:00:00 2001 From: Corneil du Plessis Date: Thu, 26 Jan 2023 11:12:00 +0200 Subject: [PATCH] Fix repo.spring.io references (#428) * Fix repo.spring.io references Fixes #427 --- .mvn/settings.xml | 2 +- .settings.xml | 16 ---------------- .../stream-applications-core/.settings.xml | 4 ++-- stream-applications-release-train/pom.xml | 3 +-- 4 files changed, 4 insertions(+), 21 deletions(-) diff --git a/.mvn/settings.xml b/.mvn/settings.xml index 157ac379..722b3970 100644 --- a/.mvn/settings.xml +++ b/.mvn/settings.xml @@ -36,7 +36,7 @@ spring-milestones Spring Milestones - https://repo.spring.io/plugins-milestone + https://repo.spring.io/milestone false diff --git a/.settings.xml b/.settings.xml index 5ba05f1f..b4757ed3 100644 --- a/.settings.xml +++ b/.settings.xml @@ -14,14 +14,6 @@ true - - maven-central - Maven Central - https://repo.maven.apache.org/maven2 - - false - - spring-snapshots Spring Snapshots @@ -40,14 +32,6 @@ - - maven-central - Maven Central - https://repo.maven.apache.org/maven2 - - false - - spring-snapshots Spring Snapshots diff --git a/applications/stream-applications-core/.settings.xml b/applications/stream-applications-core/.settings.xml index 42d6e5cb..6062832d 100644 --- a/applications/stream-applications-core/.settings.xml +++ b/applications/stream-applications-core/.settings.xml @@ -54,7 +54,7 @@ spring-snapshots Spring Snapshots - https://repo.spring.io/plugins-snapshot + https://repo.spring.io/snapshot true @@ -62,7 +62,7 @@ spring-milestones Spring Milestones - https://repo.spring.io/plugins-milestone + https://repo.spring.io/milestone false diff --git a/stream-applications-release-train/pom.xml b/stream-applications-release-train/pom.xml index 5ce39fe4..ecfaa26c 100644 --- a/stream-applications-release-train/pom.xml +++ b/stream-applications-release-train/pom.xml @@ -82,8 +82,7 @@ spring-milestones Spring Milestones - https://repo.spring.io/plugins-milestone + https://repo.spring.io/milestone -