diff options
author | Thomas <> | 2023-02-27 14:43:08 +0100 |
---|---|---|
committer | Thomas <> | 2023-02-27 14:43:08 +0100 |
commit | 621a3ede26276b353941a66a24f625941fc01597 (patch) | |
tree | e9978f1894edfb98b1962070b986e1700e087d9d | |
parent | 691356756910253d77fbcdd3d58ce3051776cc5f (diff) | |
download | National_eIDAS_Gateway-621a3ede26276b353941a66a24f625941fc01597.tar.gz National_eIDAS_Gateway-621a3ede26276b353941a66a24f625941fc01597.tar.bz2 National_eIDAS_Gateway-621a3ede26276b353941a66a24f625941fc01597.zip |
build(core): re-name reporting module
-rw-r--r-- | build_reporting/pom.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/build_reporting/pom.xml b/build_reporting/pom.xml index 6b0a277d..9c2cde8e 100644 --- a/build_reporting/pom.xml +++ b/build_reporting/pom.xml @@ -8,9 +8,9 @@ <artifactId>ms_specific</artifactId> <version>1.3.9-SNAPSHOT</version> </parent> - <artifactId>build_reporting</artifactId> + <artifactId>eidas_build_reporting</artifactId> <packaging>pom</packaging> - <name>Reporting Module</name> + <name>eIDAS Reporting Module</name> <dependencies> <dependency> |