From 0139961db8552f68611f486d09a1bd9e39538f3c Mon Sep 17 00:00:00 2001 From: "Christopher Lott (cl778h)" Date: Fri, 7 Jul 2017 15:36:15 -0400 Subject: [PORTAL-19] Rename maven groupId to org.onap Release 1.3.0 of EP SDK uses org.onap.portal.sdk Change-Id: I5cf8e9d4382ab474267063937c53c375bd250b2d Signed-off-by: Christopher Lott (cl778h) --- ecomp-sdk/epsdk-app-common/README.md | 5 ++++- ecomp-sdk/epsdk-app-common/pom.xml | 8 ++++---- 2 files changed, 8 insertions(+), 5 deletions(-) (limited to 'ecomp-sdk/epsdk-app-common') diff --git a/ecomp-sdk/epsdk-app-common/README.md b/ecomp-sdk/epsdk-app-common/README.md index c3a9fab..e05192f 100644 --- a/ecomp-sdk/epsdk-app-common/README.md +++ b/ecomp-sdk/epsdk-app-common/README.md @@ -22,7 +22,10 @@ SDK is currently using AngularJS version 1.4.8 for compatibility with b2b librar version 1.0.1. Note that previous versions of the EPSDK web application used AngularJS version 1.5.0. -### OpenECOMP Distributions +### ONAP Distributions + +Version 1.3.0 +- [Portal-19] Renaming the Group Id in the POM file to org.onap.portal.sdk Version 1.1.0 - [Portal-7] Improvements added as part of the rebasing process diff --git a/ecomp-sdk/epsdk-app-common/pom.xml b/ecomp-sdk/epsdk-app-common/pom.xml index f315974..66fd4e3 100644 --- a/ecomp-sdk/epsdk-app-common/pom.xml +++ b/ecomp-sdk/epsdk-app-common/pom.xml @@ -3,7 +3,7 @@ 4.0.0 - org.openecomp.ecompsdkos + org.onap.portal.sdk epsdk-project 1.3.0-SNAPSHOT @@ -156,17 +156,17 @@ - org.openecomp.ecompsdkos + org.onap.portal.sdk epsdk-core ${epsdk.version} - org.openecomp.ecompsdkos + org.onap.portal.sdk epsdk-analytics ${epsdk.version} - org.openecomp.ecompsdkos + org.onap.portal.sdk epsdk-workflow ${epsdk.version} -- cgit 1.2.3-korg