diff options
author | Christopher Lott (cl778h) <clott@research.att.com> | 2017-07-12 19:25:41 -0400 |
---|---|---|
committer | Christopher Lott (cl778h) <clott@research.att.com> | 2017-07-12 19:26:15 -0400 |
commit | 30b8e1fd4328ea37fc5599f8a9723ea79ae0e369 (patch) | |
tree | 00c722a01f5d3979b867ee4579c68add9c7126e5 /ecomp-sdk/epsdk-fw | |
parent | 6b751528434a6a6c12ec4f734e5ea6ec67bf11d1 (diff) |
Revert to org.openecomp.ecompsdkos libraries
The LF is awaiting TSC approval to rename repository from
ecompsdkos to portal.sdk, and that blocks deployment of libraries
with Maven group id org.onap.portal.sdk. Until that is approved,
revert to using Maven group id org.openecomp.ecompsdkos
Change-Id: I9e03b9f71562393493ce9eea41e2a6a4df921c99
Signed-off-by: Christopher Lott (cl778h) <clott@research.att.com>
Diffstat (limited to 'ecomp-sdk/epsdk-fw')
-rw-r--r-- | ecomp-sdk/epsdk-fw/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ecomp-sdk/epsdk-fw/pom.xml b/ecomp-sdk/epsdk-fw/pom.xml index 4a3d9a5a..fdaa5fe8 100644 --- a/ecomp-sdk/epsdk-fw/pom.xml +++ b/ecomp-sdk/epsdk-fw/pom.xml @@ -3,7 +3,7 @@ <modelVersion>4.0.0</modelVersion> <parent> - <groupId>org.onap.portal.sdk</groupId> + <groupId> org.openecomp.ecompsdkos</groupId> <artifactId>epsdk-project</artifactId> <version>1.3.0-SNAPSHOT</version> </parent> |