diff options
author | Thomas <> | 2022-10-20 09:00:51 +0200 |
---|---|---|
committer | Thomas <> | 2022-10-20 09:00:51 +0200 |
commit | 281e5b55462712d5b56a7ea1a859ed0affdd4320 (patch) | |
tree | f4c767055cafbdf8870f0a03aa43156bf0c9c362 /eaaf_core_api/pom.xml | |
parent | 39e3c5f9a65aac0fe214fc9d6fdca3494af368b2 (diff) | |
download | EAAF-Components-281e5b55462712d5b56a7ea1a859ed0affdd4320.tar.gz EAAF-Components-281e5b55462712d5b56a7ea1a859ed0affdd4320.tar.bz2 EAAF-Components-281e5b55462712d5b56a7ea1a859ed0affdd4320.zip |
build(core): switch to next release version1.3.7
Diffstat (limited to 'eaaf_core_api/pom.xml')
-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 a2fb2124..3412ebc2 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.3.7-SNAPSHOT</version> + <version>1.3.7</version> </parent> <groupId>at.gv.egiz.eaaf</groupId> <artifactId>eaaf_core_api</artifactId> |