mirror of
https://github.com/spring-projects/spring-security.git
synced 2025-03-03 20:09:18 +00:00
Remove default display_version
This commit is contained in:
parent
b96a2ae5a6
commit
55cf7c9683
@ -18,9 +18,6 @@ module.exports.register = function({ config }) {
|
||||
aggregate.displayVersion = `${aggregate.version}`
|
||||
delete aggregate.prerelease
|
||||
}
|
||||
if (aggregate.prerelease === "true" && !aggregate.displayVersion) {
|
||||
aggregate.displayVersion = `${aggregate.version}`
|
||||
}
|
||||
})
|
||||
})
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user