diff options
author | Thomas <> | 2023-11-29 13:58:50 +0100 |
---|---|---|
committer | Thomas <> | 2023-11-29 13:58:50 +0100 |
commit | 362a880eeaee7eaf8e190ac0a97a3d585a071f13 (patch) | |
tree | c41fea2cefdee4024d396533a65d409d1e768736 /eaaf_core_utils | |
parent | 817f55eae250bbc4f425ccc2a4fbfb7dd78008ac (diff) | |
download | EAAF-Components-362a880eeaee7eaf8e190ac0a97a3d585a071f13.tar.gz EAAF-Components-362a880eeaee7eaf8e190ac0a97a3d585a071f13.tar.bz2 EAAF-Components-362a880eeaee7eaf8e190ac0a97a3d585a071f13.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 2b044158..a72f6028 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>1.3.17</version> + <version>1.3.18-SNAPSHOT</version> </parent> <groupId>at.gv.egiz.eaaf</groupId> <artifactId>eaaf_core_utils</artifactId> |