diff options
author | Thomas <> | 2024-10-21 11:20:13 +0200 |
---|---|---|
committer | Thomas <> | 2024-10-21 11:20:13 +0200 |
commit | 0bfdb8ada0fb8de5a6f2d131e6396f4afee31a05 (patch) | |
tree | b93dc28aead202bb5573d51ea10ce7b364359a26 /eaaf_core_utils | |
parent | f515bff0f92adec9cc35244152b49434712250e0 (diff) | |
download | EAAF-Components-0bfdb8ada0fb8de5a6f2d131e6396f4afee31a05.tar.gz EAAF-Components-0bfdb8ada0fb8de5a6f2d131e6396f4afee31a05.tar.bz2 EAAF-Components-0bfdb8ada0fb8de5a6f2d131e6396f4afee31a05.zip |
build(core): switch to next release version2.0.4
Diffstat (limited to 'eaaf_core_utils')
-rw-r--r-- | eaaf_core_utils/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/eaaf_core_utils/pom.xml b/eaaf_core_utils/pom.xml index 98c0aa62..606f9b56 100644 --- a/eaaf_core_utils/pom.xml +++ b/eaaf_core_utils/pom.xml @@ -7,7 +7,7 @@ <parent> <groupId>at.gv.egiz</groupId> <artifactId>eaaf</artifactId> - <version>2.0.4-SNAPSHOT</version> + <version>2.0.4</version> </parent> <groupId>at.gv.egiz.eaaf</groupId> <artifactId>eaaf_core_utils</artifactId> |