diff options
author | Thomas <> | 2024-08-19 10:43:56 +0200 |
---|---|---|
committer | Thomas <> | 2024-08-19 10:43:56 +0200 |
commit | a6b70202f08ca2d612bd8b33ad1f51ee0fc26333 (patch) | |
tree | 7aa10368a6f964b726422545ac5a2d0367315a07 /eaaf_core | |
parent | 5067e02873c8ca84c98d83fe3b18d66b1d99760f (diff) | |
download | EAAF-Components-a6b70202f08ca2d612bd8b33ad1f51ee0fc26333.tar.gz EAAF-Components-a6b70202f08ca2d612bd8b33ad1f51ee0fc26333.tar.bz2 EAAF-Components-a6b70202f08ca2d612bd8b33ad1f51ee0fc26333.zip |
build(core): switch to next snapshot version
Diffstat (limited to 'eaaf_core')
-rw-r--r-- | eaaf_core/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/eaaf_core/pom.xml b/eaaf_core/pom.xml index 1b9e0466..7526ab08 100644 --- a/eaaf_core/pom.xml +++ b/eaaf_core/pom.xml @@ -6,7 +6,7 @@ <parent> <groupId>at.gv.egiz</groupId> <artifactId>eaaf</artifactId> - <version>2.0.3</version> + <version>2.0.4-SNAPSHOT</version> </parent> <groupId>at.gv.egiz.eaaf</groupId> |