diff options
author | Thomas <> | 2024-01-17 10:24:40 +0100 |
---|---|---|
committer | Thomas <> | 2024-01-17 10:24:40 +0100 |
commit | 88c1c4b4a8593a4274258726b0a6dd21977b83a0 (patch) | |
tree | cf24bab81086f4d42a5ac4f63fd384c75bab4456 /build_reporting/pom.xml | |
parent | 05757212d5ee9a4c7a7b34e0f8a40fdacb6bbf6a (diff) | |
download | EAAF-Components-88c1c4b4a8593a4274258726b0a6dd21977b83a0.tar.gz EAAF-Components-88c1c4b4a8593a4274258726b0a6dd21977b83a0.tar.bz2 EAAF-Components-88c1c4b4a8593a4274258726b0a6dd21977b83a0.zip |
build(core): switch to next release version2.0.0
Diffstat (limited to 'build_reporting/pom.xml')
-rw-r--r-- | build_reporting/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build_reporting/pom.xml b/build_reporting/pom.xml index 05f089f7..2270de8c 100644 --- a/build_reporting/pom.xml +++ b/build_reporting/pom.xml @@ -6,7 +6,7 @@ <parent> <groupId>at.gv.egiz</groupId> <artifactId>eaaf</artifactId> - <version>2.0.0-SNAPSHOT</version> + <version>2.0.0</version> </parent> <artifactId>eaaf_build_reporting</artifactId> <packaging>pom</packaging> |