diff options
author | Thomas <> | 2022-03-17 08:09:55 +0100 |
---|---|---|
committer | Thomas <> | 2022-03-17 08:09:55 +0100 |
commit | 942fb62a525ca49dfd1845a309d9cbc76d612c17 (patch) | |
tree | a736af5dfac8752bd313cf81a375d3602e71b8d5 /build_reporting | |
parent | dfdc5c607266c191d94fa3b4fc0c68ac725a9e4a (diff) | |
download | National_eIDAS_Gateway-942fb62a525ca49dfd1845a309d9cbc76d612c17.tar.gz National_eIDAS_Gateway-942fb62a525ca49dfd1845a309d9cbc76d612c17.tar.bz2 National_eIDAS_Gateway-942fb62a525ca49dfd1845a309d9cbc76d612c17.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 0b0ecda7..d0a3c817 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.2.4-SNAPSHOT</version> + <version>1.3.0-SNAPSHOT</version> </parent> <artifactId>build_reporting</artifactId> <packaging>pom</packaging> |