From 658bb63bd3609afe5f9b64bddec1cedebc7f49d7 Mon Sep 17 00:00:00 2001 From: spencergibb Date: Wed, 4 May 2022 12:58:30 -0400 Subject: [PATCH] Removes libs- prefix and -local suffix --- pom.xml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/pom.xml b/pom.xml index 2a2c3ae..29b764c 100644 --- a/pom.xml +++ b/pom.xml @@ -123,7 +123,7 @@ spring-snapshots Spring Snapshots - https://repo.spring.io/libs-snapshot-local + https://repo.spring.io/snapshot true @@ -134,7 +134,7 @@ spring-milestones Spring Milestones - https://repo.spring.io/libs-milestone-local + https://repo.spring.io/milestone false @@ -152,7 +152,7 @@ spring-snapshots Spring Snapshots - https://repo.spring.io/libs-snapshot-local + https://repo.spring.io/snapshot true @@ -163,7 +163,7 @@ spring-milestones Spring Milestones - https://repo.spring.io/libs-milestone-local + https://repo.spring.io/milestone false @@ -171,7 +171,7 @@ spring-releases Spring Releases - https://repo.spring.io/libs-release-local + https://repo.spring.io/release false