diff options
author | Thomas <> | 2023-01-16 14:09:14 +0100 |
---|---|---|
committer | Thomas <> | 2023-01-16 14:09:14 +0100 |
commit | 8b8e67fefd09f8fa1761ab2efb854e450dc45b1b (patch) | |
tree | cc0d44887ed0608bdb211cf2a6c25e249484758e /build_reporting | |
parent | 62788d5d7be43592e3c0b03005130ea02b4f419b (diff) | |
download | National_eIDAS_Gateway-connector_1.3.7.tar.gz National_eIDAS_Gateway-connector_1.3.7.tar.bz2 National_eIDAS_Gateway-connector_1.3.7.zip |
build(core): switch to next release version for MS-Connectorconnector_1.3.7
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 48cbcaa3..fdd3df02 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.8-SNAPSHOT</version> + <version>1.3.8</version> </parent> <artifactId>build_reporting</artifactId> <packaging>pom</packaging> |