diff options
author | Thomas <> | 2022-07-05 17:20:29 +0200 |
---|---|---|
committer | Thomas <> | 2022-07-05 17:20:29 +0200 |
commit | 3388756bc1c66b0d81049e5f489ac38f0ee8addb (patch) | |
tree | 99d0021cf5220566a2721f2624aec2a4a224e370 /build_reporting | |
parent | 0c3ea866abcbcac59594c4102729f01019429b06 (diff) | |
download | National_eIDAS_Gateway-3388756bc1c66b0d81049e5f489ac38f0ee8addb.tar.gz National_eIDAS_Gateway-3388756bc1c66b0d81049e5f489ac38f0ee8addb.tar.bz2 National_eIDAS_Gateway-3388756bc1c66b0d81049e5f489ac38f0ee8addb.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 f8a5f652..76de79a3 100644 --- a/build_reporting/pom.xml +++ b/build_reporting/pom.xml @@ -6,7 +6,7 @@ <parent> <groupId>at.asitplus.eidas</groupId> <artifactId>ms_specific</artifactId> - <version>1.3.1</version> + <version>1.3.2-SNAPSHOT</version> </parent> <artifactId>build_reporting</artifactId> <packaging>pom</packaging> |