diff options
author | talig <talig@amdocs.com> | 2019-11-19 08:38:09 +0200 |
---|---|---|
committer | talig <talig@amdocs.com> | 2019-11-19 08:38:09 +0200 |
commit | 8ef1a86f22d52ee548e20595521f2a6e5c5ef213 (patch) | |
tree | b6701d1d8e915264d8cf8cb5e6e730a8de86a77c /versioning-lib/pom.xml | |
parent | 44ea4431aa8e702b7d61a31df7f1ced7936152fd (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
Diffstat (limited to 'versioning-lib/pom.xml')
-rw-r--r-- | versioning-lib/pom.xml | 6 |
1 files changed, 3 insertions, 3 deletions
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> |