From 6195d42f617eb22af1a1502a6b94de565c885e4a Mon Sep 17 00:00:00 2001 From: spencergibb Date: Mon, 15 Nov 2021 13:10:48 -0500 Subject: [PATCH] removes -local from repositories --- pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index 24d16c5..f7a586f 100644 --- a/pom.xml +++ b/pom.xml @@ -53,7 +53,7 @@ spring-snapshots Spring Snapshots - https://repo.spring.io/libs-snapshot-local + https://repo.spring.io/snapshot true @@ -64,7 +64,7 @@ spring-milestones Spring Milestones - https://repo.spring.io/libs-milestone-local + https://repo.spring.io/milestone false