diff options
author | Thomas <> | 2023-04-12 13:58:05 +0200 |
---|---|---|
committer | Thomas <> | 2023-04-12 13:58:05 +0200 |
commit | ec0110fbcb79788bf1d72671d2810694cfc8dbf6 (patch) | |
tree | 32e17cd67f4d8b5496e365034151f5c01075f756 /eaaf-springboot-utils/pom.xml | |
parent | 5ebcd1b0e6755113783df366eb4a5d2aab091303 (diff) | |
download | EAAF-Components-ec0110fbcb79788bf1d72671d2810694cfc8dbf6.tar.gz EAAF-Components-ec0110fbcb79788bf1d72671d2810694cfc8dbf6.tar.bz2 EAAF-Components-ec0110fbcb79788bf1d72671d2810694cfc8dbf6.zip |
build(core): switch to next release version1.3.14
Diffstat (limited to 'eaaf-springboot-utils/pom.xml')
-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 52dedcd1..58e1a113 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.14-SNAPSHOT</version> + <version>1.3.14</version> </parent> <groupId>at.gv.egiz.eaaf</groupId> <artifactId>eaaf-springboot-utils</artifactId> |