diff options
author | Thomas <> | 2023-01-18 14:50:14 +0100 |
---|---|---|
committer | Thomas <> | 2023-01-18 14:50:14 +0100 |
commit | 2900bb719ea98264c6ba320cdd59f277361cd345 (patch) | |
tree | 8cfb9a16517dbb3d419d5f16e051155780c42a1a /build_reporting | |
parent | 19a717e5684ea7cac8a39d24263cde0825c95968 (diff) | |
download | EAAF-Components-2900bb719ea98264c6ba320cdd59f277361cd345.tar.gz EAAF-Components-2900bb719ea98264c6ba320cdd59f277361cd345.tar.bz2 EAAF-Components-2900bb719ea98264c6ba320cdd59f277361cd345.zip |
build(core): switch to next release version1.3.13
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 4f7aada1..5c4b7c07 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.13-SNAPSHOT</version> + <version>1.3.13</version> </parent> <artifactId>build_reporting</artifactId> <packaging>pom</packaging> |