diff options
author | Thomas <> | 2022-10-03 16:31:22 +0200 |
---|---|---|
committer | Thomas <> | 2022-10-03 16:31:22 +0200 |
commit | 3f016936cab74021d38384f69401848781b30efa (patch) | |
tree | 6fc4dba699e7631acaf5d6c6a85659de534d9653 /build_reporting | |
parent | 01aacd5a9aa6e35e7e922553cfcfb652b23a1b0d (diff) | |
download | EAAF-Components-3f016936cab74021d38384f69401848781b30efa.tar.gz EAAF-Components-3f016936cab74021d38384f69401848781b30efa.tar.bz2 EAAF-Components-3f016936cab74021d38384f69401848781b30efa.zip |
build(core): switch to next release version1.3.5
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 93860f84..ea55aa51 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.5-SNAPSHOT</version> + <version>1.3.5</version> </parent> <artifactId>build_reporting</artifactId> <packaging>pom</packaging> |