blob: dc3a55f73842d6a87cda95b567a01f4042ed100d (
plain)
1
2
3
4
5
6
7
|
# Version information generated at build time
# This file is processed by Maven resource filtering
app.version=${project.version}
app.name=${project.name}
app.description=${project.description}
build.timestamp=${maven.build.timestamp}
maven.build.timestamp.format=yyyy-MM-dd HH:mm:ss
|