diff options
Diffstat (limited to 'ecomp-sdk')
-rw-r--r-- | ecomp-sdk/epsdk-analytics/README.md | 5 | ||||
-rw-r--r-- | ecomp-sdk/epsdk-analytics/pom.xml | 4 | ||||
-rw-r--r-- | ecomp-sdk/epsdk-app-common/README.md | 5 | ||||
-rw-r--r-- | ecomp-sdk/epsdk-app-common/pom.xml | 8 | ||||
-rw-r--r-- | ecomp-sdk/epsdk-app-os/README.md | 3 | ||||
-rw-r--r-- | ecomp-sdk/epsdk-app-os/pom.xml | 14 | ||||
-rw-r--r-- | ecomp-sdk/epsdk-app-overlay/README.md | 5 | ||||
-rw-r--r-- | ecomp-sdk/epsdk-app-overlay/pom.xml | 2 | ||||
-rw-r--r-- | ecomp-sdk/epsdk-core/README.md | 5 | ||||
-rw-r--r-- | ecomp-sdk/epsdk-core/pom.xml | 4 | ||||
-rw-r--r-- | ecomp-sdk/epsdk-fw/README.md | 4 | ||||
-rw-r--r-- | ecomp-sdk/epsdk-fw/pom.xml | 2 | ||||
-rw-r--r-- | ecomp-sdk/epsdk-workflow/README.md | 5 | ||||
-rw-r--r-- | ecomp-sdk/epsdk-workflow/pom.xml | 4 | ||||
-rw-r--r-- | ecomp-sdk/pom.xml | 2 |
15 files changed, 47 insertions, 25 deletions
diff --git a/ecomp-sdk/epsdk-analytics/README.md b/ecomp-sdk/epsdk-analytics/README.md index 89094655..ad46a446 100644 --- a/ecomp-sdk/epsdk-analytics/README.md +++ b/ecomp-sdk/epsdk-analytics/README.md @@ -9,6 +9,11 @@ features including charts, maps and reports ("Raptor"). ## Release Notes +### 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 - [PORTAL-17] Remove jfree related items diff --git a/ecomp-sdk/epsdk-analytics/pom.xml b/ecomp-sdk/epsdk-analytics/pom.xml index 4f612f90..3c22efc1 100644 --- a/ecomp-sdk/epsdk-analytics/pom.xml +++ b/ecomp-sdk/epsdk-analytics/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> @@ -68,7 +68,7 @@ <!-- sdk-core --> <dependency> - <groupId>org.openecomp.ecompsdkos</groupId> + <groupId>org.onap.portal.sdk</groupId> <artifactId>epsdk-core</artifactId> <version>${project.version}</version> </dependency> diff --git a/ecomp-sdk/epsdk-app-common/README.md b/ecomp-sdk/epsdk-app-common/README.md index c3a9fab9..e05192fa 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 f315974a..66fd4e35 100644 --- a/ecomp-sdk/epsdk-app-common/pom.xml +++ b/ecomp-sdk/epsdk-app-common/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> @@ -156,17 +156,17 @@ <dependencies> <!-- SDK components --> <dependency> - <groupId>org.openecomp.ecompsdkos</groupId> + <groupId>org.onap.portal.sdk</groupId> <artifactId>epsdk-core</artifactId> <version>${epsdk.version}</version> </dependency> <dependency> - <groupId>org.openecomp.ecompsdkos</groupId> + <groupId>org.onap.portal.sdk</groupId> <artifactId>epsdk-analytics</artifactId> <version>${epsdk.version}</version> </dependency> <dependency> - <groupId>org.openecomp.ecompsdkos</groupId> + <groupId>org.onap.portal.sdk</groupId> <artifactId>epsdk-workflow</artifactId> <version>${epsdk.version}</version> </dependency> diff --git a/ecomp-sdk/epsdk-app-os/README.md b/ecomp-sdk/epsdk-app-os/README.md index 71b4a3b2..2ddd5c99 100644 --- a/ecomp-sdk/epsdk-app-os/README.md +++ b/ecomp-sdk/epsdk-app-os/README.md @@ -13,6 +13,9 @@ https://www.eclipse.org/m2e-wtp/ ## Release Notes +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 - [Portal-6] Updates to License and Trademark in the PORTAL Source Code diff --git a/ecomp-sdk/epsdk-app-os/pom.xml b/ecomp-sdk/epsdk-app-os/pom.xml index 868fff4d..0d8c2c6e 100644 --- a/ecomp-sdk/epsdk-app-os/pom.xml +++ b/ecomp-sdk/epsdk-app-os/pom.xml @@ -4,7 +4,7 @@ <!-- This is the Maven project object model (POM) file for the open-source SDK web app. This is NOT the Portal - but it is developed and supported by the Portal team. --> - <groupId>org.openecomp.ecompsdkos</groupId> + <groupId>org.onap.portal.sdk</groupId> <artifactId>epsdk-app-os</artifactId> <version>1.3.0-SNAPSHOT</version> <packaging>war</packaging> @@ -116,7 +116,7 @@ </archive> <overlays> <overlay> - <groupId>org.openecomp.ecompsdkos</groupId> + <groupId>org.onap.portal.sdk</groupId> <artifactId>epsdk-app-overlay</artifactId> </overlay> </overlays> @@ -159,30 +159,30 @@ <dependencies> <!-- SDK overlay war --> <dependency> - <groupId>org.openecomp.ecompsdkos</groupId> + <groupId>org.onap.portal.sdk</groupId> <artifactId>epsdk-app-overlay</artifactId> <version>${epsdk.version}</version> <type>war</type> </dependency> <dependency> - <groupId>org.openecomp.ecompsdkos</groupId> + <groupId>org.onap.portal.sdk</groupId> <artifactId>epsdk-app-common</artifactId> <version>${epsdk.version}</version> <type>jar</type> </dependency> <!-- SDK components --> <dependency> - <groupId>org.openecomp.ecompsdkos</groupId> + <groupId>org.onap.portal.sdk</groupId> <artifactId>epsdk-core</artifactId> <version>${epsdk.version}</version> </dependency> <dependency> - <groupId>org.openecomp.ecompsdkos</groupId> + <groupId>org.onap.portal.sdk</groupId> <artifactId>epsdk-analytics</artifactId> <version>${epsdk.version}</version> </dependency> <dependency> - <groupId>org.openecomp.ecompsdkos</groupId> + <groupId>org.onap.portal.sdk</groupId> <artifactId>epsdk-workflow</artifactId> <version>${epsdk.version}</version> </dependency> 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> diff --git a/ecomp-sdk/epsdk-core/README.md b/ecomp-sdk/epsdk-core/README.md index 28589743..9d46b613 100644 --- a/ecomp-sdk/epsdk-core/README.md +++ b/ecomp-sdk/epsdk-core/README.md @@ -11,7 +11,10 @@ ECOMP SDK web application. ## 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-core/pom.xml b/ecomp-sdk/epsdk-core/pom.xml index 9a88f73a..f15d80c2 100644 --- a/ecomp-sdk/epsdk-core/pom.xml +++ b/ecomp-sdk/epsdk-core/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> @@ -94,7 +94,7 @@ <!-- internal --> <dependency> - <groupId>org.openecomp.ecompsdkos</groupId> + <groupId>org.onap.portal.sdk</groupId> <artifactId>epsdk-fw</artifactId> <version>${project.version}</version> <exclusions> 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> diff --git a/ecomp-sdk/epsdk-workflow/README.md b/ecomp-sdk/epsdk-workflow/README.md index 0e919a47..983d9ba1 100644 --- a/ecomp-sdk/epsdk-workflow/README.md +++ b/ecomp-sdk/epsdk-workflow/README.md @@ -9,7 +9,10 @@ schedulers, workflows and R Cloud integration. ## 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-workflow/pom.xml b/ecomp-sdk/epsdk-workflow/pom.xml index 8fe2372b..b43b387b 100644 --- a/ecomp-sdk/epsdk-workflow/pom.xml +++ b/ecomp-sdk/epsdk-workflow/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> @@ -20,7 +20,7 @@ <dependencies> <!-- sdk-core --> <dependency> - <groupId>org.openecomp.ecompsdkos</groupId> + <groupId>org.onap.portal.sdk</groupId> <artifactId>epsdk-core</artifactId> <version>${project.version}</version> </dependency> diff --git a/ecomp-sdk/pom.xml b/ecomp-sdk/pom.xml index e9e47798..092e2ba4 100644 --- a/ecomp-sdk/pom.xml +++ b/ecomp-sdk/pom.xml @@ -4,7 +4,7 @@ <modelVersion>4.0.0</modelVersion> <!-- ECOMP Portal SDK Maven parent project --> - <groupId>org.openecomp.ecompsdkos</groupId> + <groupId>org.onap.portal.sdk</groupId> <artifactId>epsdk-project</artifactId> <version>1.3.0-SNAPSHOT</version> <packaging>pom</packaging> |