From f0b53cea34897677a2777f0d5526da7dc22d4668 Mon Sep 17 00:00:00 2001 From: Wouter Born <github@maindrain.net> Date: Tue, 29 Mar 2022 17:05:58 +0200 Subject: [PATCH] Fix i18n-maven-plugin project name (#2879) This makes it follow the naming scheme as used with the other projects. Signed-off-by: Wouter Born <github@maindrain.net> --- tools/i18n-plugin/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/i18n-plugin/pom.xml b/tools/i18n-plugin/pom.xml index 5ace4db8b4..2673bdeb7f 100644 --- a/tools/i18n-plugin/pom.xml +++ b/tools/i18n-plugin/pom.xml @@ -14,7 +14,7 @@ <packaging>maven-plugin</packaging> - <name>Internationalization Maven Plugin</name> + <name>openHAB Core :: Tools :: Internationalization Maven Plugin</name> <description>Generates translations files</description> <properties>