diff options
author | Thomas <> | 2023-10-12 18:37:25 +0200 |
---|---|---|
committer | Thomas <> | 2023-10-12 18:37:25 +0200 |
commit | fe4dcca70a26a3cbe2f2788d84eb6aecc89f1340 (patch) | |
tree | c9d7e62354de52d16dada0ecdf08d688e42db6d1 /build_reporting | |
parent | f4e014993a75212023bb34497d4759b81ca39053 (diff) | |
download | EAAF-Components-1.3.16.tar.gz EAAF-Components-1.3.16.tar.bz2 EAAF-Components-1.3.16.zip |
build(core): switch to next release version1.3.16
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 f32f14e2..a2c9578a 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.16-SNAPSHOT</version> + <version>1.3.16</version> </parent> <artifactId>eaaf_build_reporting</artifactId> <packaging>pom</packaging> |