@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user