diff options
author | Thomas <> | 2022-12-01 16:36:31 +0100 |
---|---|---|
committer | Thomas <> | 2022-12-01 16:36:31 +0100 |
commit | 0c2d5044e7b75d102f630f9a2adf9e7e219e2731 (patch) | |
tree | 1566867929669ca10c946d4597ef7e236cf34911 /build_reporting | |
parent | 39a58362d9018a6d3351a19bb324ce148b5e817c (diff) | |
download | National_eIDAS_Gateway-0c2d5044e7b75d102f630f9a2adf9e7e219e2731.tar.gz National_eIDAS_Gateway-0c2d5044e7b75d102f630f9a2adf9e7e219e2731.tar.bz2 National_eIDAS_Gateway-0c2d5044e7b75d102f630f9a2adf9e7e219e2731.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 cb83e94f..81718f24 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.6</version> + <version>1.3.7-SNAPSHOT</version> </parent> <artifactId>build_reporting</artifactId> <packaging>pom</packaging> |