mirror of
https://github.com/itplr-kosit/validator.git
synced 2026-05-26 01:05:38 +00:00
Resolve "Make engine version configurable"
This commit is contained in:
parent
94f872c752
commit
6fba84f31b
5 changed files with 81 additions and 10 deletions
9
src/main/resources/app-info.properties
Normal file
9
src/main/resources/app-info.properties
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
# do not edit this file
|
||||
# this properties are overriden by build process
|
||||
project_version=${project.version}
|
||||
framework_version=1.0.0
|
||||
engine_name=KoSIT Prüftool
|
||||
build_timestamp=${build.timestamp}
|
||||
build_number=${build.number}
|
||||
build_revision=${build.revision}
|
||||
build_branch=${build.branch}
|
||||
Loading…
Add table
Add a link
Reference in a new issue