Skip to content
This repository was archived by the owner on May 14, 2025. It is now read-only.

Commit 177ffef

Browse files
ilayaperumalgghillert
authored andcommitted
Fix info.app.name in implementation name
- Add info.app.name/version properties in dataflow-server defaults Resolves #1950
1 parent e175542 commit 177ffef

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

spring-cloud-dataflow-server-core/src/main/resources/META-INF/dataflow-server-defaults.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,8 @@ spring:
3636
name: Spring Cloud Data Flow Core
3737
version: "@project.version@"
3838
spring-cloud-dataflow-implementation:
39-
name: spring-cloud-dataflow-server-local
40-
version: "@project.version@"
39+
name: ${info.app.name}
40+
version: ${info.app.version}
4141
spring-cloud-dataflow-shell:
4242
name: Spring Cloud Data Flow Shell
4343
version: "@project.version@"

0 commit comments

Comments
 (0)