Remove reference to spring cloud bom for mvn/gradle coordinate generation

This commit is contained in:
Mark Pollack
2015-12-18 09:59:45 -05:00
parent fdab9da7bb
commit 5c8fca1887
4 changed files with 21 additions and 11 deletions

View File

@@ -1,9 +0,0 @@
var defaultBomVersion = "Angel.SR3";
var boms = {
"1.0.0.BUILD-SNAPSHOT": "Brixton.BUILD-SNAPSHOT"
};
function findBom(version) {
if (boms[version]) return boms[version];
return defaultBomVersion;
}