diff options
Diffstat (limited to 'ecomp-sdk/epsdk-app-overlay')
-rw-r--r-- | ecomp-sdk/epsdk-app-overlay/README.md | 5 | ||||
-rw-r--r-- | ecomp-sdk/epsdk-app-overlay/pom.xml | 2 |
2 files changed, 5 insertions, 2 deletions
diff --git a/ecomp-sdk/epsdk-app-overlay/README.md b/ecomp-sdk/epsdk-app-overlay/README.md index dd8b1d42..a0116b1b 100644 --- a/ecomp-sdk/epsdk-app-overlay/README.md +++ b/ecomp-sdk/epsdk-app-overlay/README.md @@ -15,7 +15,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-overlay/pom.xml b/ecomp-sdk/epsdk-app-overlay/pom.xml index 29d1cc5b..14f59ae8 100644 --- a/ecomp-sdk/epsdk-app-overlay/pom.xml +++ b/ecomp-sdk/epsdk-app-overlay/pom.xml @@ -3,7 +3,7 @@ <modelVersion>4.0.0</modelVersion> <parent> - <groupId>org.openecomp.ecompsdkos</groupId> + <groupId>org.onap.portal.sdk</groupId> <artifactId>epsdk-project</artifactId> <version>1.3.0-SNAPSHOT</version> </parent> |