diff options
author | Thomas Lenz <thomas.lenz@egiz.gv.at> | 2019-12-10 08:54:39 +0100 |
---|---|---|
committer | Thomas Lenz <thomas.lenz@egiz.gv.at> | 2019-12-10 08:54:39 +0100 |
commit | 0bf4682bfb4552c143ed62c337bfb5f26b4478aa (patch) | |
tree | c16543d4432d1de23e1dab37ea256ec8a6c988f2 /eidas_modules | |
parent | cf01ed53c99960c88483ae9a000b2284421f281b (diff) | |
download | National_eIDAS_Gateway-0bf4682bfb4552c143ed62c337bfb5f26b4478aa.tar.gz National_eIDAS_Gateway-0bf4682bfb4552c143ed62c337bfb5f26b4478aa.tar.bz2 National_eIDAS_Gateway-0bf4682bfb4552c143ed62c337bfb5f26b4478aa.zip |
switch to version 1.1.0-snapshot
Diffstat (limited to 'eidas_modules')
-rw-r--r-- | eidas_modules/authmodule-eIDAS-v2/pom.xml | 2 | ||||
-rw-r--r-- | eidas_modules/pom.xml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/eidas_modules/authmodule-eIDAS-v2/pom.xml b/eidas_modules/authmodule-eIDAS-v2/pom.xml index 3e37d2fb..4615e246 100644 --- a/eidas_modules/authmodule-eIDAS-v2/pom.xml +++ b/eidas_modules/authmodule-eIDAS-v2/pom.xml @@ -6,7 +6,7 @@ <parent> <groupId>at.asitplus.eidas.ms_specific</groupId> <artifactId>modules</artifactId> - <version>1.0.3-snapshot</version> + <version>1.1.0-Snapshot</version> </parent> <groupId>at.asitplus.eidas.ms_specific.modules</groupId> <artifactId>authmodule-eIDAS-v2</artifactId> diff --git a/eidas_modules/pom.xml b/eidas_modules/pom.xml index 2c7e0564..32ea1485 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.0.3-snapshot</version> + <version>1.1.0-Snapshot</version> </parent> <groupId>at.asitplus.eidas.ms_specific</groupId> <artifactId>modules</artifactId> |