diff options
author | Thomas Lenz <thomas.lenz@egiz.gv.at> | 2019-12-13 08:41:08 +0100 |
---|---|---|
committer | Thomas Lenz <thomas.lenz@egiz.gv.at> | 2019-12-13 08:41:08 +0100 |
commit | d5f104bf22d204732897ef7127ad704d43d7a194 (patch) | |
tree | 7914f4d9e81df23a339036e914f3a78493e3ae4d | |
parent | d0f580d24d52f56b3a66e1d63f9e668a1ebcd721 (diff) | |
download | National_eIDAS_Gateway-d5f104bf22d204732897ef7127ad704d43d7a194.tar.gz National_eIDAS_Gateway-d5f104bf22d204732897ef7127ad704d43d7a194.tar.bz2 National_eIDAS_Gateway-d5f104bf22d204732897ef7127ad704d43d7a194.zip |
switch to next snapshot version
-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 |
5 files changed, 5 insertions, 5 deletions
diff --git a/connector/pom.xml b/connector/pom.xml index 1658a18b..6621fb0f 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.1.0</version> + <version>1.1.1-SNAPSHOT</version> </parent> <groupId>at.asitplus.eidas.ms_specific</groupId> diff --git a/connector_lib/pom.xml b/connector_lib/pom.xml index 83a99352..52a6c32d 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.1.0</version> + <version>1.1.1-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 376a3717..e64aefc7 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.1.0</version> + <version>1.1.1-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 6a65ae0c..701ee39b 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.1.0</version> + <version>1.1.1-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.1.0</version> + <version>1.1.1-SNAPSHOT</version> <packaging>pom</packaging> <name>MS specific eIDAS components</name> |