diff options
author | 2019-11-19 13:05:51 +0200 | |
---|---|---|
committer | 2019-11-19 13:05:51 +0200 | |
commit | 9bc93ff88496f7106fd479964c841b55d7bf9de3 (patch) | |
tree | b6c8d2fde7461d47ef6d38d32b8f9bb50406f4ef /session-lib | |
parent | 8ef1a86f22d52ee548e20595521f2a6e5c5ef213 (diff) |
Rename group Id in pom to match git repo location
In order to prevent "Forbidden" failure when deploying to nexus
Issue-ID: SDC-2541
Signed-off-by: talig <talig@amdocs.com>
Change-Id: I70d803a41927016fd9130b83936f8dc2ccfea2c4
Diffstat (limited to 'session-lib')
-rw-r--r-- | session-lib/pom.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/session-lib/pom.xml b/session-lib/pom.xml index 04ced52..6318f54 100644 --- a/session-lib/pom.xml +++ b/session-lib/pom.xml @@ -24,8 +24,8 @@ <artifactId>session-lib</artifactId> <name>session-lib</name> <parent> - <groupId>org.onap.sdc</groupId> - <artifactId>sdc-be-common</artifactId> + <groupId>org.onap.sdc.sdc-be-common</groupId> + <artifactId>sdc-be-common-parent</artifactId> <version>1.0.0-SNAPSHOT</version> </parent> |