diff options
author | Thomas <> | 2021-08-11 09:55:18 +0200 |
---|---|---|
committer | Thomas <> | 2021-08-11 09:55:18 +0200 |
commit | 565fd95cbb653dae6c1e65ccb984ee01ebfbf11c (patch) | |
tree | 25cabbde8405f409bb52352136e3a67a7ae8f462 /eaaf_core_api | |
parent | 847b451b630a710c2e64764c4537414f8732a7b9 (diff) | |
download | EAAF-Components-565fd95cbb653dae6c1e65ccb984ee01ebfbf11c.tar.gz EAAF-Components-565fd95cbb653dae6c1e65ccb984ee01ebfbf11c.tar.bz2 EAAF-Components-565fd95cbb653dae6c1e65ccb984ee01ebfbf11c.zip |
switch to next release version1.1.14
Diffstat (limited to 'eaaf_core_api')
-rw-r--r-- | eaaf_core_api/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/eaaf_core_api/pom.xml b/eaaf_core_api/pom.xml index ad04c17c..311b0cdd 100644 --- a/eaaf_core_api/pom.xml +++ b/eaaf_core_api/pom.xml @@ -7,7 +7,7 @@ <parent> <groupId>at.gv.egiz</groupId> <artifactId>eaaf</artifactId> - <version>1.1.14-SNAPSHOT</version> + <version>1.1.14</version> </parent> <groupId>at.gv.egiz.eaaf</groupId> <artifactId>eaaf_core_api</artifactId> |