From 4e582dea19a17e23ecd370937c04fb56771cbd7e Mon Sep 17 00:00:00 2001 From: Tory McKeag Date: Sat, 7 Jun 2025 20:25:41 -0700 Subject: [PATCH] Added project name to meet Maven conventions --- java-client-examples/pom.xml | 1 + java-client/pom.xml | 1 + 2 files changed, 2 insertions(+) diff --git a/java-client-examples/pom.xml b/java-client-examples/pom.xml index ff6e8f4..a413978 100644 --- a/java-client-examples/pom.xml +++ b/java-client-examples/pom.xml @@ -9,6 +9,7 @@ 1.1.0-SNAPSHOT + ${project.groupId}:${project.artifactId} java-client-examples diff --git a/java-client/pom.xml b/java-client/pom.xml index 59e1698..aaf2ff4 100644 --- a/java-client/pom.xml +++ b/java-client/pom.xml @@ -9,6 +9,7 @@ 1.1.0-SNAPSHOT + ${project.groupId}:${project.artifactId} java-client