From af2318bab452a4dc6cb942bec88afbd1b4434ab6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sten=20Gr=C3=BCner?= <69786685+StenGruener@users.noreply.github.com> Date: Tue, 27 Aug 2024 11:36:27 +0200 Subject: [PATCH] Typos in groupId for aasregistry-client-native POM (#354) * Typos in groupId for aasregistry-client-native POM * fixes remarks --------- Co-authored-by: Aaron Zielstorff --- basyx.aasregistry/basyx.aasregistry-client-native/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/basyx.aasregistry/basyx.aasregistry-client-native/README.md b/basyx.aasregistry/basyx.aasregistry-client-native/README.md index 6cfdbe598..35d4e5d49 100644 --- a/basyx.aasregistry/basyx.aasregistry-client-native/README.md +++ b/basyx.aasregistry/basyx.aasregistry-client-native/README.md @@ -5,7 +5,7 @@ This is the generated java openAPI client (based on native java with jackson par To use the client in your maven projects define the following dependency: ```xml - org.eclipse.digitaltwin.basyx.aasregistry + org.eclipse.digitaltwin.basyx basyx.aasregistry-client-native ``` @@ -13,7 +13,7 @@ To use the client in your maven projects define the following dependency: If you also want to use the search API we highly recommend that you also include the search path builder class: ```xml - dorg.eclipse.digitaltwin.basyx.aasregistry + org.eclipse.digitaltwin.basyx basyx.aasregistry-paths ```