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
diff --git a/pom.xml b/pom.xml
index 7b2fb73..a035ccb 100644
--- a/pom.xml
+++ b/pom.xml
@@ -28,8 +28,8 @@
<relativePath/>
</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>
<name>sdc-be-common</name>
<version>1.0.0-SNAPSHOT</version>
<packaging>pom</packaging>
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>
diff --git a/versioning-lib/pom.xml b/versioning-lib/pom.xml
index 756c551..464366a 100644
--- a/versioning-lib/pom.xml
+++ b/versioning-lib/pom.xml
@@ -24,19 +24,19 @@
<artifactId>versioning-lib</artifactId>
<name>versioning-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>
<dependencies>
<dependency>
- <groupId>org.onap.sdc</groupId>
+ <groupId>org.onap.sdc.sdc-be-common</groupId>
<artifactId>session-lib</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
- <groupId>org.onap.sdc</groupId>
+ <groupId>org.onap.sdc.sdc-be-common</groupId>
<artifactId>zusammen-lib</artifactId>
<version>${project.version}</version>
</dependency>
diff --git a/zusammen-lib/pom.xml b/zusammen-lib/pom.xml
index a020936..524e51b 100644
--- a/zusammen-lib/pom.xml
+++ b/zusammen-lib/pom.xml
@@ -24,8 +24,8 @@
<artifactId>zusammen-lib</artifactId>
<name>zusammen-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>