diff options
author | Thomas <thomas.lenz@egiz.gv.at> | 2025-05-05 17:20:10 +0200 |
---|---|---|
committer | Thomas <thomas.lenz@egiz.gv.at> | 2025-05-05 17:20:10 +0200 |
commit | 2c56e0be86a75cc5ed489c6c2a2260494cefd65a (patch) | |
tree | a84a291ae0081ad9de514c70784f3c206066a988 /eaaf-springboot-utils | |
parent | c73e9a15b272d742cfabde88faccb4d1cb78e0f0 (diff) | |
download | EAAF-Components-2.0.6.tar.gz EAAF-Components-2.0.6.tar.bz2 EAAF-Components-2.0.6.zip |
build(core): switch to next release version2.0.6
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 61a68d6e..d928946d 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.6-SNAPSHOT</version> + <version>2.0.6</version> </parent> <groupId>at.gv.egiz.eaaf</groupId> <artifactId>eaaf-springboot-utils</artifactId> |