diff options
author | Thomas <> | 2022-05-12 13:58:27 +0200 |
---|---|---|
committer | Thomas <> | 2022-05-12 13:58:27 +0200 |
commit | 1c8dc5ec1faf8efd931db79206d9696df91db459 (patch) | |
tree | 65aa76d642553ea25784b9d481d86067d2caa8c9 /modules | |
parent | c40351d8d6bc1e7a9697b760a8d6c962a6329a40 (diff) | |
download | National_eIDAS_Gateway-1c8dc5ec1faf8efd931db79206d9696df91db459.tar.gz National_eIDAS_Gateway-1c8dc5ec1faf8efd931db79206d9696df91db459.tar.bz2 National_eIDAS_Gateway-1c8dc5ec1faf8efd931db79206d9696df91db459.zip |
build(core): switch to next snapshot version
Diffstat (limited to 'modules')
-rw-r--r-- | modules/authmodule-eIDAS-v2/pom.xml | 2 | ||||
-rw-r--r-- | modules/core_common_lib/pom.xml | 2 | ||||
-rw-r--r-- | modules/core_common_webapp/pom.xml | 2 | ||||
-rw-r--r-- | modules/pom.xml | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/modules/authmodule-eIDAS-v2/pom.xml b/modules/authmodule-eIDAS-v2/pom.xml index be78cb76..2cb8d82e 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.2.5-SNAPSHOT</version> + <version>1.3.0-SNAPSHOT</version> </parent> <groupId>at.asitplus.eidas.ms_specific.modules</groupId> <artifactId>authmodule-eIDAS-v2</artifactId> diff --git a/modules/core_common_lib/pom.xml b/modules/core_common_lib/pom.xml index e52216d3..8b06a9ee 100644 --- a/modules/core_common_lib/pom.xml +++ b/modules/core_common_lib/pom.xml @@ -7,7 +7,7 @@ <parent> <groupId>at.asitplus.eidas.ms_specific</groupId> <artifactId>modules</artifactId> - <version>1.2.5-SNAPSHOT</version> + <version>1.3.0-SNAPSHOT</version> </parent> <artifactId>core_common_lib</artifactId> <name>ms_specific_common_lib</name> diff --git a/modules/core_common_webapp/pom.xml b/modules/core_common_webapp/pom.xml index a7efdf15..a7090761 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.2.5-SNAPSHOT</version> + <version>1.3.0-SNAPSHOT</version> </parent> <artifactId>core_common_webapp</artifactId> <name>WebApplication commons</name> diff --git a/modules/pom.xml b/modules/pom.xml index fff02aa5..a6e9c696 100644 --- a/modules/pom.xml +++ b/modules/pom.xml @@ -4,7 +4,7 @@ <parent> <groupId>at.asitplus.eidas</groupId> <artifactId>ms_specific</artifactId> - <version>1.2.5-SNAPSHOT</version> + <version>1.3.0-SNAPSHOT</version> </parent> <groupId>at.asitplus.eidas.ms_specific</groupId> <artifactId>modules</artifactId> |