From fa091b5bda98300c2c21c8018a73fe22d13a8d90 Mon Sep 17 00:00:00 2001 From: Mark Paluch Date: Fri, 6 Sep 2024 08:19:08 +0200 Subject: [PATCH] Update commercial repository coordinates. Closes #92 --- .../org/springframework/data/release/build/Repository.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main/java/org/springframework/data/release/build/Repository.java b/src/main/java/org/springframework/data/release/build/Repository.java index a86f0f9..598f3aa 100644 --- a/src/main/java/org/springframework/data/release/build/Repository.java +++ b/src/main/java/org/springframework/data/release/build/Repository.java @@ -28,9 +28,9 @@ public class Repository { static Repository MILESTONE = new Repository("spring-milestone", "https://repo.spring.io/milestone", null, null); static Repository COMMERCIAL_SNAPSHOT = new Repository("spring-commercial-snapshot", - "https://repo.spring.vmware.com/artifactory/spring-commercial-snapshot-local", true, false); + "https://usw1.packages.broadcom.com/artifactory/spring-enterprise-maven-dev-local", true, false); static Repository COMMERCIAL_RELEASE = new Repository("spring-commercial-release", - "https://repo.spring.vmware.com/artifactory/spring-commercial", false, true); + "https://usw1.packages.broadcom.com/artifactory/spring-enterprise-maven-prod-local", false, true); String id, url; Boolean snapshots;