From 6e33b04a914affed0e44d8a160e91adba1e05747 Mon Sep 17 00:00:00 2001 From: Fabian Wolter Date: Sat, 2 Jul 2022 12:43:34 +0200 Subject: [PATCH] Update i18n command version number (#13057) Signed-off-by: Fabian Wolter --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0f07e647d98..ae8390568f6 100644 --- a/README.md +++ b/README.md @@ -125,7 +125,7 @@ In some cases the command does not work, and requires the full plug-in name. In that case use: ```shell -mvn org.openhab.core.tools:i18n-maven-plugin:3.2.0:generate-default-translations +mvn org.openhab.core.tools:i18n-maven-plugin:3.3.0:generate-default-translations ```