diff options
author | Thomas Lenz <thomas.lenz@egiz.gv.at> | 2019-08-02 12:25:40 +0200 |
---|---|---|
committer | Thomas Lenz <thomas.lenz@egiz.gv.at> | 2019-08-02 12:25:40 +0200 |
commit | e44e885e95d7477ecae2d54c8963a8a2093326ac (patch) | |
tree | ba87f4668ca0da1f6a9aa21991cdedede3a2ec87 /pom.xml | |
parent | 785613b05ac12afc6f47d5ad714cc1591b47c171 (diff) | |
download | National_eIDAS_Gateway-e44e885e95d7477ecae2d54c8963a8a2093326ac.tar.gz National_eIDAS_Gateway-e44e885e95d7477ecae2d54c8963a8a2093326ac.tar.bz2 National_eIDAS_Gateway-e44e885e95d7477ecae2d54c8963a8a2093326ac.zip |
change pom architecture
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -3,14 +3,14 @@ <modelVersion>4.0.0</modelVersion> <groupId>at.asitplus.eidas</groupId> <artifactId>ms_specific</artifactId> - <version>1.x</version> + <version>1.0.2-snapshot</version> <packaging>pom</packaging> <name>MS specific eIDAS components</name> <properties> <!-- Project versions--> - <egiz.eidas.version>1.0.1</egiz.eidas.version> + <egiz.eidas.version>1.0.2-snapshot</egiz.eidas.version> <!-- ===================================================================== --> |