summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authortalig <talig@amdocs.com>2019-11-19 08:38:09 +0200
committertalig <talig@amdocs.com>2019-11-19 08:38:09 +0200
commit8ef1a86f22d52ee548e20595521f2a6e5c5ef213 (patch)
treeb6701d1d8e915264d8cf8cb5e6e730a8de86a77c
parent44ea4431aa8e702b7d61a31df7f1ced7936152fd (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: Ice2cce30265f9f85f0e423e3fb0a2bc0bb5b3926
-rw-r--r--pom.xml2
-rw-r--r--session-lib/pom.xml2
-rw-r--r--versioning-lib/pom.xml6
-rw-r--r--zusammen-lib/pom.xml2
4 files changed, 6 insertions, 6 deletions
diff --git a/pom.xml b/pom.xml
index b849037..7b2fb73 100644
--- a/pom.xml
+++ b/pom.xml
@@ -28,7 +28,7 @@
<relativePath/>
</parent>
- <groupId>org.onap.sdc.common</groupId>
+ <groupId>org.onap.sdc</groupId>
<artifactId>sdc-be-common</artifactId>
<name>sdc-be-common</name>
<version>1.0.0-SNAPSHOT</version>
diff --git a/session-lib/pom.xml b/session-lib/pom.xml
index 251800e..04ced52 100644
--- a/session-lib/pom.xml
+++ b/session-lib/pom.xml
@@ -24,7 +24,7 @@
<artifactId>session-lib</artifactId>
<name>session-lib</name>
<parent>
- <groupId>org.onap.sdc.common</groupId>
+ <groupId>org.onap.sdc</groupId>
<artifactId>sdc-be-common</artifactId>
<version>1.0.0-SNAPSHOT</version>
</parent>
diff --git a/versioning-lib/pom.xml b/versioning-lib/pom.xml
index 88e4187..756c551 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.common</groupId>
+ <groupId>org.onap.sdc</groupId>
<artifactId>sdc-be-common</artifactId>
<version>1.0.0-SNAPSHOT</version>
</parent>
<dependencies>
<dependency>
- <groupId>org.onap.sdc.common</groupId>
+ <groupId>org.onap.sdc</groupId>
<artifactId>session-lib</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
- <groupId>org.onap.sdc.common</groupId>
+ <groupId>org.onap.sdc</groupId>
<artifactId>zusammen-lib</artifactId>
<version>${project.version}</version>
</dependency>
diff --git a/zusammen-lib/pom.xml b/zusammen-lib/pom.xml
index 5d6be39..a020936 100644
--- a/zusammen-lib/pom.xml
+++ b/zusammen-lib/pom.xml
@@ -24,7 +24,7 @@
<artifactId>zusammen-lib</artifactId>
<name>zusammen-lib</name>
<parent>
- <groupId>org.onap.sdc.common</groupId>
+ <groupId>org.onap.sdc</groupId>
<artifactId>sdc-be-common</artifactId>
<version>1.0.0-SNAPSHOT</version>
</parent>