diff options
author | Thomas Lenz <thomas.lenz@egiz.gv.at> | 2021-01-11 15:15:03 +0100 |
---|---|---|
committer | Thomas Lenz <thomas.lenz@egiz.gv.at> | 2021-01-11 15:15:03 +0100 |
commit | a5d2e6d6fa2c75ae8211c818537524e8c54c3129 (patch) | |
tree | 38444e5b15cfb1705f87b150aec200976bc22ee5 /pom.xml | |
parent | 1bcc269ff8f16b2a4dee4f393e4259f4768ca3a0 (diff) | |
download | National_eIDAS_Gateway-a5d2e6d6fa2c75ae8211c818537524e8c54c3129.tar.gz National_eIDAS_Gateway-a5d2e6d6fa2c75ae8211c818537524e8c54c3129.tar.bz2 National_eIDAS_Gateway-a5d2e6d6fa2c75ae8211c818537524e8c54c3129.zip |
fix some minor incompatibilities between AuthHandler and MS-Connector in E-ID mode
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -10,9 +10,12 @@ <name>MS specific eIDAS components</name> - <properties> + <properties> <!-- Project versions --> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> + <timestamp>${maven.build.timestamp}</timestamp> + <maven.build.timestamp.format>yyyy-MM-dd HH:mm</maven.build.timestamp.format> + <egiz.eidas.version>${project.version}</egiz.eidas.version> |