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_core_api/pom.xml | |
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_core_api/pom.xml')
-rw-r--r-- | eaaf_core_api/pom.xml | 4 |
1 files changed, 2 insertions, 2 deletions
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> |