diff options
Diffstat (limited to 'ecomp-sdk/epsdk-fw')
-rw-r--r-- | ecomp-sdk/epsdk-fw/README.md | 4 | ||||
-rw-r--r-- | ecomp-sdk/epsdk-fw/pom.xml | 2 |
2 files changed, 4 insertions, 2 deletions
diff --git a/ecomp-sdk/epsdk-fw/README.md b/ecomp-sdk/epsdk-fw/README.md index 8c65299f..56cf2009 100644 --- a/ecomp-sdk/epsdk-fw/README.md +++ b/ecomp-sdk/epsdk-fw/README.md @@ -27,8 +27,10 @@ nor does it require Spring. ## Release Notes -### 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-fw/pom.xml b/ecomp-sdk/epsdk-fw/pom.xml index 42019604..4a3d9a5a 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.openecomp.ecompsdkos</groupId> + <groupId>org.onap.portal.sdk</groupId> <artifactId>epsdk-project</artifactId> <version>1.3.0-SNAPSHOT</version> </parent> |