diff options
author | Thomas <> | 2021-10-21 10:29:58 +0200 |
---|---|---|
committer | Thomas <> | 2021-10-21 10:29:58 +0200 |
commit | aada1bdcfdc4e0666923acd452ebf7ac9b8fe5da (patch) | |
tree | 811a95297c714f473bfb3eb168e382d4b792b674 | |
parent | 0f0b59abce4242bdd69de1b48f2d197bc84255ba (diff) | |
download | National_eIDAS_Gateway-aada1bdcfdc4e0666923acd452ebf7ac9b8fe5da.tar.gz National_eIDAS_Gateway-aada1bdcfdc4e0666923acd452ebf7ac9b8fe5da.tar.bz2 National_eIDAS_Gateway-aada1bdcfdc4e0666923acd452ebf7ac9b8fe5da.zip |
switch to next snapshot version
-rw-r--r-- | build_reporting/pom.xml | 2 | ||||
-rw-r--r-- | connector/pom.xml | 2 | ||||
-rw-r--r-- | connector_lib/pom.xml | 2 | ||||
-rw-r--r-- | eidas_modules/authmodule-eIDAS-v2/pom.xml | 2 | ||||
-rw-r--r-- | eidas_modules/pom.xml | 2 | ||||
-rw-r--r-- | pom.xml | 2 |
6 files changed, 6 insertions, 6 deletions
diff --git a/build_reporting/pom.xml b/build_reporting/pom.xml index c6bd080e..ef3f735f 100644 --- a/build_reporting/pom.xml +++ b/build_reporting/pom.xml @@ -6,7 +6,7 @@ <parent> <groupId>at.asitplus.eidas</groupId> <artifactId>ms_specific</artifactId> - <version>1.2.3</version> + <version>1.2.4-SNAPSHOT</version> </parent> <artifactId>build_reporting</artifactId> <packaging>pom</packaging> diff --git a/connector/pom.xml b/connector/pom.xml index 48e449c3..e7e09177 100644 --- a/connector/pom.xml +++ b/connector/pom.xml @@ -6,7 +6,7 @@ <parent> <groupId>at.asitplus.eidas</groupId> <artifactId>ms_specific</artifactId> - <version>1.2.3</version> + <version>1.2.4-SNAPSHOT</version> </parent> <groupId>at.asitplus.eidas.ms_specific</groupId> diff --git a/connector_lib/pom.xml b/connector_lib/pom.xml index 5fad0ad1..0c9a1ab6 100644 --- a/connector_lib/pom.xml +++ b/connector_lib/pom.xml @@ -7,7 +7,7 @@ <parent> <groupId>at.asitplus.eidas</groupId> <artifactId>ms_specific</artifactId> - <version>1.2.3</version> + <version>1.2.4-SNAPSHOT</version> </parent> <groupId>at.asitplus.eidas.ms_specific</groupId> <artifactId>connector_lib</artifactId> diff --git a/eidas_modules/authmodule-eIDAS-v2/pom.xml b/eidas_modules/authmodule-eIDAS-v2/pom.xml index a2db974b..017e82c1 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.3</version> + <version>1.2.4-SNAPSHOT</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 0693d793..758180e0 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.3</version> + <version>1.2.4-SNAPSHOT</version> </parent> <groupId>at.asitplus.eidas.ms_specific</groupId> <artifactId>modules</artifactId> @@ -5,7 +5,7 @@ <modelVersion>4.0.0</modelVersion> <groupId>at.asitplus.eidas</groupId> <artifactId>ms_specific</artifactId> - <version>1.2.3</version> + <version>1.2.4-SNAPSHOT</version> <packaging>pom</packaging> <name>MS specific eIDAS components</name> |