From 0039ad92950aa0c6db8932f7bc74cb0d5c5025f6 Mon Sep 17 00:00:00 2001 From: Chris Bono Date: Tue, 24 Jan 2023 20:10:29 -0600 Subject: [PATCH] Set snapshot=false on Maven Central repos See https://github.com/spring-cloud/spring-cloud-dataflow/issues/5193 --- .github/settings.xml | 8 ++++---- .settings.xml | 4 ++-- pom.xml | 4 ++-- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/settings.xml b/.github/settings.xml index d71afa9..40a3776 100644 --- a/.github/settings.xml +++ b/.github/settings.xml @@ -24,7 +24,7 @@ Maven Central https://repo.maven.apache.org/maven2 - true + false @@ -50,7 +50,7 @@ Maven Central https://repo.maven.apache.org/maven2 - true + false @@ -71,7 +71,7 @@ Maven Central https://repo.maven.apache.org/maven2 - true + false @@ -89,7 +89,7 @@ Maven Central https://repo.maven.apache.org/maven2 - true + false diff --git a/.settings.xml b/.settings.xml index af3547b..99b2de6 100644 --- a/.settings.xml +++ b/.settings.xml @@ -33,7 +33,7 @@ Maven Central https://repo.maven.apache.org/maven2 - true + false @@ -59,7 +59,7 @@ Maven Central https://repo.maven.apache.org/maven2 - true + false diff --git a/pom.xml b/pom.xml index cf018ba..64e9376 100644 --- a/pom.xml +++ b/pom.xml @@ -80,7 +80,7 @@ Maven Central https://repo.maven.apache.org/maven2 - true + false @@ -106,7 +106,7 @@ Maven Central https://repo.maven.apache.org/maven2 - true + false