diff options
author | Thomas <> | 2022-07-05 15:59:47 +0200 |
---|---|---|
committer | Thomas <> | 2022-07-05 15:59:47 +0200 |
commit | 0c3ea866abcbcac59594c4102729f01019429b06 (patch) | |
tree | 75c3a681cd552a1a64c2f9c58dc97f1bd145ea50 /build_reporting | |
parent | e74f79ea814da1e0dafec9adfe56ed2fba0b6ed5 (diff) | |
download | National_eIDAS_Gateway-0c3ea866abcbcac59594c4102729f01019429b06.tar.gz National_eIDAS_Gateway-0c3ea866abcbcac59594c4102729f01019429b06.tar.bz2 National_eIDAS_Gateway-0c3ea866abcbcac59594c4102729f01019429b06.zip |
build(core): switch to next release version1.3.1
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 95644c1c..f8a5f652 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-SNAPSHOT</version> + <version>1.3.1</version> </parent> <artifactId>build_reporting</artifactId> <packaging>pom</packaging> |