diff options
author | Thomas <> | 2022-04-05 08:52:14 +0200 |
---|---|---|
committer | Thomas <> | 2022-04-05 08:52:14 +0200 |
commit | f4212032b6accc74977e91ae22ce18cf3ca21c0a (patch) | |
tree | 692848dcb1e7a90f15e33bcea9613cee9cff9bcb /eidas_modules | |
parent | 575d4cfc074efcd327345dc2dc0025e04b73de5e (diff) | |
download | National_eIDAS_Gateway-f4212032b6accc74977e91ae22ce18cf3ca21c0a.tar.gz National_eIDAS_Gateway-f4212032b6accc74977e91ae22ce18cf3ca21c0a.tar.bz2 National_eIDAS_Gateway-f4212032b6accc74977e91ae22ce18cf3ca21c0a.zip |
build(core): switch to next release version
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 017e82c1..d3c5ba63 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.2.4-SNAPSHOT</version> + <version>1.2.4</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 758180e0..a1863066 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.2.4-SNAPSHOT</version> + <version>1.2.4</version> </parent> <groupId>at.asitplus.eidas.ms_specific</groupId> <artifactId>modules</artifactId> |