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 /eidas_modules | |
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 'eidas_modules')
-rw-r--r-- | eidas_modules/authmodule-eIDAS-v2/pom.xml | 3 | ||||
-rw-r--r-- | eidas_modules/pom.xml | 2 |
2 files changed, 2 insertions, 3 deletions
diff --git a/eidas_modules/authmodule-eIDAS-v2/pom.xml b/eidas_modules/authmodule-eIDAS-v2/pom.xml index b04592b4..b3e66c44 100644 --- a/eidas_modules/authmodule-eIDAS-v2/pom.xml +++ b/eidas_modules/authmodule-eIDAS-v2/pom.xml @@ -4,12 +4,11 @@ <parent> <groupId>at.asitplus.eidas.ms_specific</groupId> <artifactId>modules</artifactId> - <version>1.x</version> + <version>1.0.2-snapshot</version> </parent> <groupId>at.asitplus.eidas.ms_specific.modules</groupId> <artifactId>authmodule-eIDAS-v2</artifactId> <name>eIDAS v2 authentication module</name> - <version>${egiz.eidas.version}</version> <description>eIDAS module based on eIDAS node reference implementation v2.x</description> <properties> diff --git a/eidas_modules/pom.xml b/eidas_modules/pom.xml index 219096ff..3db232fa 100644 --- a/eidas_modules/pom.xml +++ b/eidas_modules/pom.xml @@ -4,7 +4,7 @@ <parent> <groupId>at.asitplus.eidas</groupId> <artifactId>ms_specific</artifactId> - <version>1.x</version> + <version>1.0.2-snapshot</version> </parent> <groupId>at.asitplus.eidas.ms_specific</groupId> <artifactId>modules</artifactId> |