diff options
author | Thomas <> | 2024-01-17 10:24:40 +0100 |
---|---|---|
committer | Thomas <> | 2024-01-17 10:24:40 +0100 |
commit | 88c1c4b4a8593a4274258726b0a6dd21977b83a0 (patch) | |
tree | cf24bab81086f4d42a5ac4f63fd384c75bab4456 /eaaf-springboot-utils | |
parent | 05757212d5ee9a4c7a7b34e0f8a40fdacb6bbf6a (diff) | |
download | EAAF-Components-88c1c4b4a8593a4274258726b0a6dd21977b83a0.tar.gz EAAF-Components-88c1c4b4a8593a4274258726b0a6dd21977b83a0.tar.bz2 EAAF-Components-88c1c4b4a8593a4274258726b0a6dd21977b83a0.zip |
build(core): switch to next release version2.0.0
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 3c92b428..d857a3db 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>2.0.0-SNAPSHOT</version> + <version>2.0.0</version> </parent> <groupId>at.gv.egiz.eaaf</groupId> <artifactId>eaaf-springboot-utils</artifactId> |