Skip to content

Commit 3153446

Browse files
committed
fix(common): Correct naming of project files for user-agent derivation
Signed-off-by: James Hart <[email protected]>
1 parent be3dba1 commit 3153446

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

modules/common/src/main/java/com/ibm/cloud/container_registry/common/SdkCommon.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ public class SdkCommon {
3737
private static String version;
3838

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

4242
static {
4343
readBuildProperties();

0 commit comments

Comments
 (0)