diff options
author | Thomas <> | 2022-01-19 13:58:51 +0100 |
---|---|---|
committer | Thomas <> | 2022-01-19 13:58:51 +0100 |
commit | 4932d6e3ef8b2347ecb0c66d5b8206fcfa54d77d (patch) | |
tree | e2a9fcaa98f74b07fd7a58b9fbad1551ec7d805f /eaaf_core_utils | |
parent | 0e60708e5915eb858d5931c45f807329bd365c11 (diff) | |
download | EAAF-Components-4932d6e3ef8b2347ecb0c66d5b8206fcfa54d77d.tar.gz EAAF-Components-4932d6e3ef8b2347ecb0c66d5b8206fcfa54d77d.tar.bz2 EAAF-Components-4932d6e3ef8b2347ecb0c66d5b8206fcfa54d77d.zip |
build: switch to new 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 6ca82d9c..ad44765e 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.2.1-SNAPSHOT</version> + <version>1.3.0-SNAPSHOT</version> </parent> <groupId>at.gv.egiz.eaaf</groupId> <artifactId>eaaf_core_utils</artifactId> |