We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 03d795f commit ab6d557Copy full SHA for ab6d557
buildSrc/src/main/java/org/springframework/boot/build/bom/bomr/UpgradeBom.java
@@ -53,7 +53,7 @@ private void addOpenSourceRepositories() {
53
54
private void addCommercialRepositories() {
55
getRepositoryNames().addAll(ArtifactRepositoryContainer.DEFAULT_MAVEN_CENTRAL_REPO_NAME,
56
- "spring-commerical-release");
+ "spring-commercial-release");
57
}
58
59
@Override
0 commit comments