Skip to content

Commit fa091b5

Browse files
committed
Update commercial repository coordinates.
Closes #92
1 parent 9ef357b commit fa091b5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/main/java/org/springframework/data/release/build/Repository.java

+2-2
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,9 @@ public class Repository {
2828
static Repository MILESTONE = new Repository("spring-milestone", "https://repo.spring.io/milestone", null, null);
2929

3030
static Repository COMMERCIAL_SNAPSHOT = new Repository("spring-commercial-snapshot",
31-
"https://repo.spring.vmware.com/artifactory/spring-commercial-snapshot-local", true, false);
31+
"https://usw1.packages.broadcom.com/artifactory/spring-enterprise-maven-dev-local", true, false);
3232
static Repository COMMERCIAL_RELEASE = new Repository("spring-commercial-release",
33-
"https://repo.spring.vmware.com/artifactory/spring-commercial", false, true);
33+
"https://usw1.packages.broadcom.com/artifactory/spring-enterprise-maven-prod-local", false, true);
3434

3535
String id, url;
3636
Boolean snapshots;

0 commit comments

Comments
 (0)