summaryrefslogtreecommitdiff
path: root/eaaf_modules
diff options
context:
space:
mode:
Diffstat (limited to 'eaaf_modules')
-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
6 files changed, 14 insertions, 14 deletions
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>