diff options
author | Thomas <> | 2022-07-05 17:20:29 +0200 |
---|---|---|
committer | Thomas <> | 2022-07-05 17:20:29 +0200 |
commit | 3388756bc1c66b0d81049e5f489ac38f0ee8addb (patch) | |
tree | 99d0021cf5220566a2721f2624aec2a4a224e370 /modules/core_common_webapp | |
parent | 0c3ea866abcbcac59594c4102729f01019429b06 (diff) | |
download | National_eIDAS_Gateway-3388756bc1c66b0d81049e5f489ac38f0ee8addb.tar.gz National_eIDAS_Gateway-3388756bc1c66b0d81049e5f489ac38f0ee8addb.tar.bz2 National_eIDAS_Gateway-3388756bc1c66b0d81049e5f489ac38f0ee8addb.zip |
build(core): switch to next snapshot version
Diffstat (limited to 'modules/core_common_webapp')
-rw-r--r-- | modules/core_common_webapp/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/core_common_webapp/pom.xml b/modules/core_common_webapp/pom.xml index 7c1debfc..058f1bbe 100644 --- a/modules/core_common_webapp/pom.xml +++ b/modules/core_common_webapp/pom.xml @@ -3,7 +3,7 @@ <parent> <groupId>at.asitplus.eidas.ms_specific</groupId> <artifactId>modules</artifactId> - <version>1.3.1</version> + <version>1.3.2-SNAPSHOT</version> </parent> <artifactId>core_common_webapp</artifactId> <name>WebApplication commons</name> |