diff options
author | Thomas <> | 2022-08-02 09:34:24 +0200 |
---|---|---|
committer | Thomas <> | 2022-08-02 09:34:24 +0200 |
commit | 1d6d103727811c970a7e01f762795d9374311ac3 (patch) | |
tree | 6c415398bb174550e9da0c18eec3e125eef2716c /build_reporting | |
parent | 7cafb476eb9d235a285f9ac82937854abee06608 (diff) | |
download | National_eIDAS_Gateway-1d6d103727811c970a7e01f762795d9374311ac3.tar.gz National_eIDAS_Gateway-1d6d103727811c970a7e01f762795d9374311ac3.tar.bz2 National_eIDAS_Gateway-1d6d103727811c970a7e01f762795d9374311ac3.zip |
build: switch to next release version1.3.2
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 76de79a3..250170ce 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.2-SNAPSHOT</version> + <version>1.3.2</version> </parent> <artifactId>build_reporting</artifactId> <packaging>pom</packaging> |