mirror of
https://github.com/itplr-kosit/validator.git
synced 2026-05-25 16:55:39 +00:00
Get rid of BOM encofing in app-info.properties and changed engine name to english
This commit is contained in:
parent
2069f79412
commit
d168e20570
2 changed files with 28 additions and 27 deletions
1
pom.xml
1
pom.xml
|
|
@ -139,6 +139,7 @@
|
||||||
<directory>src/main/model</directory>
|
<directory>src/main/model</directory>
|
||||||
</resource>
|
</resource>
|
||||||
<resource>
|
<resource>
|
||||||
|
<!-- for logging and app info properties -->
|
||||||
<directory>src/main/resources</directory>
|
<directory>src/main/resources</directory>
|
||||||
<filtering>true</filtering>
|
<filtering>true</filtering>
|
||||||
</resource>
|
</resource>
|
||||||
|
|
|
||||||
|
|
@ -1,8 +1,8 @@
|
||||||
# do not edit this file
|
# do not edit this file
|
||||||
# this properties are overriden by build process
|
# this properties are overriden by build process
|
||||||
project_version=${project.version}
|
project_version=${project.version}
|
||||||
framework_version=1.0.0
|
framework_version=1.0.0
|
||||||
engine_name=KoSIT Prüftool
|
engine_name=KoSIT Validator
|
||||||
build_timestamp=${build.timestamp}
|
build_timestamp=${build.timestamp}
|
||||||
build_number=${build.number}
|
build_number=${build.number}
|
||||||
build_revision=${build.revision}
|
build_revision=${build.revision}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue