Resolve "Make engine version configurable"

This commit is contained in:
Andreas Penski 2019-06-24 16:47:07 +02:00
parent 94f872c752
commit 6fba84f31b
5 changed files with 81 additions and 10 deletions

View 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}