diff options
author | Thomas <> | 2022-11-21 09:56:37 +0100 |
---|---|---|
committer | Thomas <> | 2022-11-21 09:56:37 +0100 |
commit | cdd4acf5097565b1fae6d6cd73c7a18518586248 (patch) | |
tree | eb552eaf35bc9a988b9a69ec160694031540c97f /build_reporting | |
parent | f49e3e4981aabf34ce656e0e0ec82d917040a179 (diff) | |
download | EAAF-Components-cdd4acf5097565b1fae6d6cd73c7a18518586248.tar.gz EAAF-Components-cdd4acf5097565b1fae6d6cd73c7a18518586248.tar.bz2 EAAF-Components-cdd4acf5097565b1fae6d6cd73c7a18518586248.zip |
build(core): switch to next release version1.3.8
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 23db7608..b3f64f42 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>1.3.8-SNAPSHOT</version> + <version>1.3.8</version> </parent> <artifactId>build_reporting</artifactId> <packaging>pom</packaging> |