diff options
author | Thomas <> | 2022-11-23 10:19:20 +0100 |
---|---|---|
committer | Thomas <> | 2022-11-23 10:19:20 +0100 |
commit | f11802c99e42b73604f064cb429ec7af00352a37 (patch) | |
tree | f015b37c969b05105d9f619e448bb7540fae191d /eaaf-springboot-utils | |
parent | de4decd78ce8f00ec1a006b601351bee7517aa9a (diff) | |
download | EAAF-Components-f11802c99e42b73604f064cb429ec7af00352a37.tar.gz EAAF-Components-f11802c99e42b73604f064cb429ec7af00352a37.tar.bz2 EAAF-Components-f11802c99e42b73604f064cb429ec7af00352a37.zip |
build(core): switch to next release version1.3.9
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 3f020d09..66f5dc11 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.9-SNAPSHOT</version> + <version>1.3.9</version> </parent> <groupId>at.gv.egiz.eaaf</groupId> <artifactId>eaaf-springboot-utils</artifactId> |