summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Lenz <thomas.lenz@egiz.gv.at>2019-07-30 12:48:44 +0200
committerThomas Lenz <thomas.lenz@egiz.gv.at>2019-07-30 12:48:44 +0200
commit96dab693868e5a566a131ee9f9021db28ba16170 (patch)
tree6ca17add8f9c47c5f16f9ab0b71d67790f89922c
parent0da02accef9737d48cf995c5e406deafd23ce32e (diff)
downloadEAAF-Components-96dab693868e5a566a131ee9f9021db28ba16170.tar.gz
EAAF-Components-96dab693868e5a566a131ee9f9021db28ba16170.tar.bz2
EAAF-Components-96dab693868e5a566a131ee9f9021db28ba16170.zip
update pom's
-rw-r--r--eaaf_core/pom.xml10
-rw-r--r--eaaf_core_api/pom.xml4
-rw-r--r--eaaf_modules/eaaf_module_auth_sl20/pom.xml4
-rw-r--r--eaaf_modules/eaaf_module_moa-sig/pom.xml5
-rw-r--r--eaaf_modules/eaaf_module_pvp2_core/pom.xml4
-rw-r--r--eaaf_modules/eaaf_module_pvp2_idp/pom.xml4
-rw-r--r--eaaf_modules/eaaf_module_pvp2_sp/pom.xml4
-rw-r--r--eaaf_modules/pom.xml7
-rw-r--r--pom.xml4
9 files changed, 23 insertions, 23 deletions
diff --git a/eaaf_core/pom.xml b/eaaf_core/pom.xml
index 0f6b3082..0ef9155f 100644
--- a/eaaf_core/pom.xml
+++ b/eaaf_core/pom.xml
@@ -3,14 +3,14 @@
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
- <groupId>at.gv.egiz</groupId>
- <artifactId>eaaf</artifactId>
- <version>1.x</version>
- </parent>
+ <groupId>at.gv.egiz</groupId>
+ <artifactId>eaaf</artifactId>
+ <version>${egiz.eaaf.version}</version>
+ <relativePath>../pom.xml</relativePath>
+ </parent>
<groupId>at.gv.egiz.eaaf</groupId>
<artifactId>eaaf-core</artifactId>
- <version>${egiz.eaaf.version}</version>
<name>EAAF core components</name>
<description>Core components for identity managment implementations</description>
diff --git a/eaaf_core_api/pom.xml b/eaaf_core_api/pom.xml
index 76783159..d36227f4 100644
--- a/eaaf_core_api/pom.xml
+++ b/eaaf_core_api/pom.xml
@@ -5,11 +5,11 @@
<parent>
<groupId>at.gv.egiz</groupId>
<artifactId>eaaf</artifactId>
- <version>1.x</version>
+ <version>${egiz.eaaf.version}</version>
+ <relativePath>../pom.xml</relativePath>
</parent>
<groupId>at.gv.egiz.eaaf</groupId>
<artifactId>eaaf_core_api</artifactId>
- <version>${egiz.eaaf.version}</version>
<name>API for EAAF core components</name>
<description>Core components API for identity managment implementations</description>
diff --git a/eaaf_modules/eaaf_module_auth_sl20/pom.xml b/eaaf_modules/eaaf_module_auth_sl20/pom.xml
index 722b334a..d7a05ee7 100644
--- a/eaaf_modules/eaaf_module_auth_sl20/pom.xml
+++ b/eaaf_modules/eaaf_module_auth_sl20/pom.xml
@@ -3,10 +3,10 @@
<parent>
<groupId>at.gv.egiz.eaaf</groupId>
<artifactId>eaaf_modules</artifactId>
- <version>1.x</version>
+ <version>${egiz.eaaf.version}</version>
+ <relativePath>../pom.xml</relativePath>
</parent>
<artifactId>eaaf_module_auth_sl20</artifactId>
- <version>${egiz.eaaf.version}</version>
<name>Generic SL2.0 authentication</name>
<licenses>
diff --git a/eaaf_modules/eaaf_module_moa-sig/pom.xml b/eaaf_modules/eaaf_module_moa-sig/pom.xml
index 82d8f1e5..22548142 100644
--- a/eaaf_modules/eaaf_module_moa-sig/pom.xml
+++ b/eaaf_modules/eaaf_module_moa-sig/pom.xml
@@ -5,11 +5,10 @@
<parent>
<groupId>at.gv.egiz.eaaf</groupId>
<artifactId>eaaf_modules</artifactId>
- <version>1.x</version>
+ <version>${egiz.eaaf.version}</version>
+ <relativePath>../pom.xml</relativePath>
</parent>
<artifactId>eaaf_module_moa-sig</artifactId>
- <version>${egiz.eaaf.version}</version>
-
<name>MOA-Sig signature verification module</name>
<licenses>
diff --git a/eaaf_modules/eaaf_module_pvp2_core/pom.xml b/eaaf_modules/eaaf_module_pvp2_core/pom.xml
index ae942318..19c3a970 100644
--- a/eaaf_modules/eaaf_module_pvp2_core/pom.xml
+++ b/eaaf_modules/eaaf_module_pvp2_core/pom.xml
@@ -11,10 +11,10 @@
<parent>
<groupId>at.gv.egiz.eaaf</groupId>
<artifactId>eaaf_modules</artifactId>
- <version>1.x</version>
+ <version>${egiz.eaaf.version}</version>
+ <relativePath>../pom.xml</relativePath>
</parent>
<artifactId>eaaf_module_pvp2_core</artifactId>
- <version>${egiz.eaaf.version}</version>
<name>eaaf_module_pvp2_core</name>
<url>http://maven.apache.org</url>
<properties>
diff --git a/eaaf_modules/eaaf_module_pvp2_idp/pom.xml b/eaaf_modules/eaaf_module_pvp2_idp/pom.xml
index b22b20f5..4f3340af 100644
--- a/eaaf_modules/eaaf_module_pvp2_idp/pom.xml
+++ b/eaaf_modules/eaaf_module_pvp2_idp/pom.xml
@@ -8,10 +8,10 @@
<parent>
<groupId>at.gv.egiz.eaaf</groupId>
<artifactId>eaaf_modules</artifactId>
- <version>1.x</version>
+ <version>${egiz.eaaf.version}</version>
+ <relativePath>../pom.xml</relativePath>
</parent>
<artifactId>eaaf_module_pvp2_idp</artifactId>
- <version>${egiz.eaaf.version}</version>
<name>eaaf_module_pvp2_core</name>
<url>http://maven.apache.org</url>
<properties>
diff --git a/eaaf_modules/eaaf_module_pvp2_sp/pom.xml b/eaaf_modules/eaaf_module_pvp2_sp/pom.xml
index a4e8d4ca..24a0558c 100644
--- a/eaaf_modules/eaaf_module_pvp2_sp/pom.xml
+++ b/eaaf_modules/eaaf_module_pvp2_sp/pom.xml
@@ -8,10 +8,10 @@
<parent>
<groupId>at.gv.egiz.eaaf</groupId>
<artifactId>eaaf_modules</artifactId>
- <version>1.x</version>
+ <version>${egiz.eaaf.version}</version>
+ <relativePath>../pom.xml</relativePath>
</parent>
<artifactId>eaaf_module_pvp2_sp</artifactId>
- <version>${egiz.eaaf.version}</version>
<name>eaaf_module_pvp2_sp</name>
<url>http://maven.apache.org</url>
<properties>
diff --git a/eaaf_modules/pom.xml b/eaaf_modules/pom.xml
index 6f567ae8..d321223f 100644
--- a/eaaf_modules/pom.xml
+++ b/eaaf_modules/pom.xml
@@ -3,9 +3,10 @@
--><project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
- <groupId>at.gv.egiz</groupId>
- <artifactId>eaaf</artifactId>
- <version>1.x</version>
+ <groupId>at.gv.egiz</groupId>
+ <artifactId>eaaf</artifactId>
+ <version>${egiz.eaaf.version}</version>
+ <relativePath>../pom.xml</relativePath>
</parent>
<groupId>at.gv.egiz.eaaf</groupId>
diff --git a/pom.xml b/pom.xml
index 924ad50d..1f0f3958 100644
--- a/pom.xml
+++ b/pom.xml
@@ -6,7 +6,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>at.gv.egiz</groupId>
<artifactId>eaaf</artifactId>
- <version>1.x</version>
+ <version>${egiz.eaaf.version}</version>
<packaging>pom</packaging>
<name>EGIZ EAAF components</name>
@@ -17,7 +17,7 @@
<java.version>1.8</java.version>
<!-- Project versions-->
- <egiz.eaaf.version>1.0.9-snapshot</egiz.eaaf.version>
+ <egiz.eaaf.version>1.0.8</egiz.eaaf.version>
<!-- ===================================================================== -->