diff options
author | Thomas <> | 2024-05-28 18:14:36 +0200 |
---|---|---|
committer | Thomas <> | 2024-05-28 18:14:36 +0200 |
commit | 25fcb34c1f7f8b2483217061425fe35a0cabeb76 (patch) | |
tree | ded77c30489224f12aa6acbd55c272a5fe9ebd01 /eaaf_core_utils | |
parent | 6f830fe42b0bfd75b538734eca8112743949052b (diff) | |
download | EAAF-Components-25fcb34c1f7f8b2483217061425fe35a0cabeb76.tar.gz EAAF-Components-25fcb34c1f7f8b2483217061425fe35a0cabeb76.tar.bz2 EAAF-Components-25fcb34c1f7f8b2483217061425fe35a0cabeb76.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 c6bcba44..6cc86b43 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.2</version> + <version>2.0.3-SNAPSHOT</version> </parent> <groupId>at.gv.egiz.eaaf</groupId> <artifactId>eaaf_core_utils</artifactId> |