Files
spring-cloud-cli/spring-cloud-launcher/spring-cloud-launcher-deployer
spencergibb 4ce50062df Replace static version field with ClassPathResource.
Previously, the default version was loaded from a java constant. This version used to be updated by hand after the release train was published to maven central, then built and deployed by hand. Spring-Cloud-Cli is now built and deployed automatically, but the bom version hasn't been updated.

The constant was replaced with the contents of a file that is updated at build time. This process works for development and release without any manual intervention.

Fixes gh-174
2021-02-08 13:50:25 -05:00
..