Determine deployable app version dynamically
The deployer now checks its own version and uses that to set up the app versions via "launcher.version" on the command line. Closes gh-16
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
dt:
|
||||
pre: maven://org.springframework.cloud.launcher:spring-cloud-launcher-
|
||||
ver: 1.2.0.BUILD-SNAPSHOT
|
||||
ver: ${launcher.version}
|
||||
spring:
|
||||
cloud:
|
||||
launcher:
|
||||
|
||||
Reference in New Issue
Block a user