diff options
author | Thomas <> | 2023-08-02 07:40:35 +0200 |
---|---|---|
committer | Thomas <> | 2023-08-02 07:40:35 +0200 |
commit | 5d56b6b2d8cc654a13b9358c7bbe5459f24fb0c5 (patch) | |
tree | 1ee5087c7f43136d35d7374a607199d2c48a19fc /build_reporting | |
parent | a1663f723bc69238650dd30b1eca3cae66ba1843 (diff) | |
download | EAAF-Components-5d56b6b2d8cc654a13b9358c7bbe5459f24fb0c5.tar.gz EAAF-Components-5d56b6b2d8cc654a13b9358c7bbe5459f24fb0c5.tar.bz2 EAAF-Components-5d56b6b2d8cc654a13b9358c7bbe5459f24fb0c5.zip |
build(core): switch to next snapshot 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 d07da70a..f32f14e2 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.15</version> + <version>1.3.16-SNAPSHOT</version> </parent> <artifactId>eaaf_build_reporting</artifactId> <packaging>pom</packaging> |