Skip to content

Commit

Permalink
fix(common): Correct naming of project files for user-agent derivation
Browse files Browse the repository at this point in the history
Signed-off-by: James Hart <[email protected]>
  • Loading branch information
jhart1685 committed Apr 23, 2021
1 parent be3dba1 commit 3153446
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ public class SdkCommon {
private static String version;

// >>> Replace "container-registry" with the parent project's artifactId (e.g. platform-services)
private static String parentArtifactId = "container-registry";
private static String parentArtifactId = "container-registry-parent";

static {
readBuildProperties();
Expand Down

0 comments on commit 3153446

Please sign in to comment.