diff options
author | Thomas <> | 2023-06-05 16:58:59 +0200 |
---|---|---|
committer | Thomas <> | 2023-06-05 16:58:59 +0200 |
commit | af37413f909cd9a65c260d04e7921003336ed143 (patch) | |
tree | c34a9af472aed17826d0dd9f4f9f4f22a604b5e2 /modules/core_common_webapp | |
parent | 6fa63c3ae3f2bd10d43c3c422a869404d954684b (diff) | |
download | National_eIDAS_Gateway-af37413f909cd9a65c260d04e7921003336ed143.tar.gz National_eIDAS_Gateway-af37413f909cd9a65c260d04e7921003336ed143.tar.bz2 National_eIDAS_Gateway-af37413f909cd9a65c260d04e7921003336ed143.zip |
build(core): switch to next release versionproxyservice_1.0.4
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 c38e0a00..5da6fdf9 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.10-SNAPSHOT</version> + <version>1.3.10</version> </parent> <artifactId>core_common_webapp</artifactId> <name>WebApplication commons</name> |