aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Lenz <thomas.lenz@egiz.gv.at>2019-08-02 12:25:40 +0200
committerThomas Lenz <thomas.lenz@egiz.gv.at>2019-08-02 12:25:40 +0200
commite44e885e95d7477ecae2d54c8963a8a2093326ac (patch)
treeba87f4668ca0da1f6a9aa21991cdedede3a2ec87
parent785613b05ac12afc6f47d5ad714cc1591b47c171 (diff)
downloadNational_eIDAS_Gateway-e44e885e95d7477ecae2d54c8963a8a2093326ac.tar.gz
National_eIDAS_Gateway-e44e885e95d7477ecae2d54c8963a8a2093326ac.tar.bz2
National_eIDAS_Gateway-e44e885e95d7477ecae2d54c8963a8a2093326ac.zip
change pom architecture
-rw-r--r--connector/pom.xml3
-rw-r--r--connector_lib/pom.xml3
-rw-r--r--eidas_modules/authmodule-eIDAS-v2/pom.xml3
-rw-r--r--eidas_modules/pom.xml2
-rw-r--r--pom.xml4
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>
diff --git a/pom.xml b/pom.xml
index 01199ed7..db362aae 100644
--- a/pom.xml
+++ b/pom.xml
@@ -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>
<!-- ===================================================================== -->