diff options
author | Thomas <> | 2022-01-19 13:58:51 +0100 |
---|---|---|
committer | Thomas <> | 2022-01-19 13:58:51 +0100 |
commit | 4932d6e3ef8b2347ecb0c66d5b8206fcfa54d77d (patch) | |
tree | e2a9fcaa98f74b07fd7a58b9fbad1551ec7d805f /build_reporting | |
parent | 0e60708e5915eb858d5931c45f807329bd365c11 (diff) | |
download | EAAF-Components-4932d6e3ef8b2347ecb0c66d5b8206fcfa54d77d.tar.gz EAAF-Components-4932d6e3ef8b2347ecb0c66d5b8206fcfa54d77d.tar.bz2 EAAF-Components-4932d6e3ef8b2347ecb0c66d5b8206fcfa54d77d.zip |
build: switch to new 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 9562fc72..5480a63f 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.2.1-SNAPSHOT</version> + <version>1.3.0-SNAPSHOT</version> </parent> <artifactId>build_reporting</artifactId> <packaging>pom</packaging> |