diff options
author | Thomas <> | 2025-01-23 14:53:21 +0100 |
---|---|---|
committer | Thomas <> | 2025-01-23 14:53:21 +0100 |
commit | a1404cda95cf7b4bc2f80909802a831ef23a5ba8 (patch) | |
tree | 913cc46fb3b740c0b23176e9d16a79cd3571e894 /build_reporting | |
parent | 2eb6db52a72002da14124ebd9fa8b378af9f8bd8 (diff) | |
download | EAAF-Components-a1404cda95cf7b4bc2f80909802a831ef23a5ba8.tar.gz EAAF-Components-a1404cda95cf7b4bc2f80909802a831ef23a5ba8.tar.bz2 EAAF-Components-a1404cda95cf7b4bc2f80909802a831ef23a5ba8.zip |
build(core): switch to next release version
Diffstat (limited to 'build_reporting')
-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 61bf47f8..3f302d32 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.5-SNAPSHOT</version> + <version>2.0.5</version> </parent> <artifactId>eaaf_build_reporting</artifactId> <packaging>pom</packaging> |