diff options
author | Thomas <> | 2024-04-08 06:57:01 +0200 |
---|---|---|
committer | Thomas <> | 2024-04-08 06:57:01 +0200 |
commit | 6d41c466432f08ae2df250d5d98e910fd9207430 (patch) | |
tree | cd56c810d87fb5ab30b8f30f11634c3ed8784759 /eaaf_core_utils | |
parent | fef82158e51b40edc046f6f1ceb9fe1637333b45 (diff) | |
download | EAAF-Components-6d41c466432f08ae2df250d5d98e910fd9207430.tar.gz EAAF-Components-6d41c466432f08ae2df250d5d98e910fd9207430.tar.bz2 EAAF-Components-6d41c466432f08ae2df250d5d98e910fd9207430.zip |
build(core): switch to next snapshot version
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 9795be5c..684e43dd 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.1</version> + <version>2.0.2-SNAPSHOT</version> </parent> <groupId>at.gv.egiz.eaaf</groupId> <artifactId>eaaf_core_utils</artifactId> |