diff options
-rw-r--r-- | connector/pom.xml | 3 | ||||
-rw-r--r-- | connector_lib/pom.xml | 3 | ||||
-rw-r--r-- | eidas_modules/authmodule-eIDAS-v2/pom.xml | 3 | ||||
-rw-r--r-- | eidas_modules/pom.xml | 2 | ||||
-rw-r--r-- | pom.xml | 4 |
5 files changed, 6 insertions, 9 deletions
diff --git a/connector/pom.xml b/connector/pom.xml index 719678d8..2fd9d6fa 100644 --- a/connector/pom.xml +++ b/connector/pom.xml @@ -4,12 +4,11 @@ <parent> <groupId>at.asitplus.eidas</groupId> <artifactId>ms_specific</artifactId> - <version>1.x</version> + <version>1.0.2-snapshot</version> </parent> <groupId>at.asitplus.eidas.ms_specific</groupId> <artifactId>ms_specific_connector</artifactId> - <version>${egiz.eidas.version}</version> <packaging>war</packaging> <name>Connector Maven Webapp</name> <url>http://maven.apache.org</url> diff --git a/connector_lib/pom.xml b/connector_lib/pom.xml index 590adb22..a440e0ea 100644 --- a/connector_lib/pom.xml +++ b/connector_lib/pom.xml @@ -5,11 +5,10 @@ <parent> <groupId>at.asitplus.eidas</groupId> <artifactId>ms_specific</artifactId> - <version>1.x</version> + <version>1.0.2-snapshot</version> </parent> <groupId>at.asitplus.eidas.ms_specific</groupId> <artifactId>connector_lib</artifactId> - <version>${egiz.eidas.version}</version> <name>ms_specific_connector_lib</name> <packaging>jar</packaging> diff --git a/eidas_modules/authmodule-eIDAS-v2/pom.xml b/eidas_modules/authmodule-eIDAS-v2/pom.xml index b04592b4..b3e66c44 100644 --- a/eidas_modules/authmodule-eIDAS-v2/pom.xml +++ b/eidas_modules/authmodule-eIDAS-v2/pom.xml @@ -4,12 +4,11 @@ <parent> <groupId>at.asitplus.eidas.ms_specific</groupId> <artifactId>modules</artifactId> - <version>1.x</version> + <version>1.0.2-snapshot</version> </parent> <groupId>at.asitplus.eidas.ms_specific.modules</groupId> <artifactId>authmodule-eIDAS-v2</artifactId> <name>eIDAS v2 authentication module</name> - <version>${egiz.eidas.version}</version> <description>eIDAS module based on eIDAS node reference implementation v2.x</description> <properties> diff --git a/eidas_modules/pom.xml b/eidas_modules/pom.xml index 219096ff..3db232fa 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.x</version> + <version>1.0.2-snapshot</version> </parent> <groupId>at.asitplus.eidas.ms_specific</groupId> <artifactId>modules</artifactId> @@ -3,14 +3,14 @@ <modelVersion>4.0.0</modelVersion> <groupId>at.asitplus.eidas</groupId> <artifactId>ms_specific</artifactId> - <version>1.x</version> + <version>1.0.2-snapshot</version> <packaging>pom</packaging> <name>MS specific eIDAS components</name> <properties> <!-- Project versions--> - <egiz.eidas.version>1.0.1</egiz.eidas.version> + <egiz.eidas.version>1.0.2-snapshot</egiz.eidas.version> <!-- ===================================================================== --> |