Update commercial repository coordinates.

Closes #92
This commit is contained in:
Mark Paluch
2024-09-06 08:19:08 +02:00
parent 9ef357bb35
commit fa091b5bda

View File

@@ -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;