diff options
author | Thomas Lenz <thomas.lenz@egiz.gv.at> | 2019-07-30 12:48:44 +0200 |
---|---|---|
committer | Thomas Lenz <thomas.lenz@egiz.gv.at> | 2019-07-30 12:48:44 +0200 |
commit | 96dab693868e5a566a131ee9f9021db28ba16170 (patch) | |
tree | 6ca17add8f9c47c5f16f9ab0b71d67790f89922c /eaaf_modules | |
parent | 0da02accef9737d48cf995c5e406deafd23ce32e (diff) | |
download | EAAF-Components-96dab693868e5a566a131ee9f9021db28ba16170.tar.gz EAAF-Components-96dab693868e5a566a131ee9f9021db28ba16170.tar.bz2 EAAF-Components-96dab693868e5a566a131ee9f9021db28ba16170.zip |
update pom's
Diffstat (limited to 'eaaf_modules')
-rw-r--r-- | eaaf_modules/eaaf_module_auth_sl20/pom.xml | 4 | ||||
-rw-r--r-- | eaaf_modules/eaaf_module_moa-sig/pom.xml | 5 | ||||
-rw-r--r-- | eaaf_modules/eaaf_module_pvp2_core/pom.xml | 4 | ||||
-rw-r--r-- | eaaf_modules/eaaf_module_pvp2_idp/pom.xml | 4 | ||||
-rw-r--r-- | eaaf_modules/eaaf_module_pvp2_sp/pom.xml | 4 | ||||
-rw-r--r-- | eaaf_modules/pom.xml | 7 |
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> |