diff options
author | Thomas <> | 2023-12-11 12:42:40 +0100 |
---|---|---|
committer | Thomas <> | 2023-12-11 12:42:40 +0100 |
commit | 36cf33a80709e5f09f604f20ea26d0633b5b0d85 (patch) | |
tree | 93aa882c597a770b90c5979144d2fef442017d4f /modules/authmodule-eIDAS-v2 | |
parent | ac9b7f3bf9d1843f4d78090aa6886bf3813b1121 (diff) | |
download | National_eIDAS_Gateway-36cf33a80709e5f09f604f20ea26d0633b5b0d85.tar.gz National_eIDAS_Gateway-36cf33a80709e5f09f604f20ea26d0633b5b0d85.tar.bz2 National_eIDAS_Gateway-36cf33a80709e5f09f604f20ea26d0633b5b0d85.zip |
build(core): switch to next release version
Diffstat (limited to 'modules/authmodule-eIDAS-v2')
-rw-r--r-- | modules/authmodule-eIDAS-v2/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/authmodule-eIDAS-v2/pom.xml b/modules/authmodule-eIDAS-v2/pom.xml index 2048251a..c8246b84 100644 --- a/modules/authmodule-eIDAS-v2/pom.xml +++ b/modules/authmodule-eIDAS-v2/pom.xml @@ -6,7 +6,7 @@ <parent> <groupId>at.asitplus.eidas.ms_specific</groupId> <artifactId>modules</artifactId> - <version>1.3.12-SNAPSHOT</version> + <version>1.3.12</version> </parent> <groupId>at.asitplus.eidas.ms_specific.modules</groupId> <artifactId>authmodule-eIDAS-v2</artifactId> |