mirror of
https://github.com/spring-projects/spring-boot.git
synced 2026-09-17 12:09:16 +00:00
Fix typo
See gh-42333
This commit is contained in:
@@ -53,7 +53,7 @@ public abstract class UpgradeBom extends UpgradeDependencies {
|
||||
|
||||
private void addCommercialRepositories() {
|
||||
getRepositoryNames().addAll(ArtifactRepositoryContainer.DEFAULT_MAVEN_CENTRAL_REPO_NAME,
|
||||
"spring-commerical-release");
|
||||
"spring-commercial-release");
|
||||
}
|
||||
|
||||
@Override
|
||||
|
||||
Reference in New Issue
Block a user