diff options
author | Thomas <> | 2024-08-19 10:42:35 +0200 |
---|---|---|
committer | Thomas <> | 2024-08-19 10:42:35 +0200 |
commit | 5067e02873c8ca84c98d83fe3b18d66b1d99760f (patch) | |
tree | ddce7a6e49cd8e2a885af4b2694467fc705c3c3d /eaaf_core_utils | |
parent | 5ed307106c84a614fbf81ce3900cec763c88b65e (diff) | |
download | EAAF-Components-5067e02873c8ca84c98d83fe3b18d66b1d99760f.tar.gz EAAF-Components-5067e02873c8ca84c98d83fe3b18d66b1d99760f.tar.bz2 EAAF-Components-5067e02873c8ca84c98d83fe3b18d66b1d99760f.zip |
build(core): switch to next release version2.0.3
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 6cc86b43..2031854f 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.3-SNAPSHOT</version> + <version>2.0.3</version> </parent> <groupId>at.gv.egiz.eaaf</groupId> <artifactId>eaaf_core_utils</artifactId> |