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-springboot-utils | |
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-springboot-utils')
-rw-r--r-- | eaaf-springboot-utils/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/eaaf-springboot-utils/pom.xml b/eaaf-springboot-utils/pom.xml index 56b18530..734a6764 100644 --- a/eaaf-springboot-utils/pom.xml +++ b/eaaf-springboot-utils/pom.xml @@ -6,7 +6,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-springboot-utils</artifactId> |