[PORTAL-19] Rename maven groupId to org.onap 29/5929/1
authorChristopher Lott (cl778h) <clott@research.att.com>
Fri, 7 Jul 2017 19:36:15 +0000 (15:36 -0400)
committerChristopher Lott (cl778h) <clott@research.att.com>
Fri, 7 Jul 2017 19:37:03 +0000 (15:37 -0400)
Release 1.3.0 of EP SDK uses org.onap.portal.sdk

Change-Id: I5cf8e9d4382ab474267063937c53c375bd250b2d
Signed-off-by: Christopher Lott (cl778h) <clott@research.att.com>
15 files changed:
ecomp-sdk/epsdk-analytics/README.md
ecomp-sdk/epsdk-analytics/pom.xml
ecomp-sdk/epsdk-app-common/README.md
ecomp-sdk/epsdk-app-common/pom.xml
ecomp-sdk/epsdk-app-os/README.md
ecomp-sdk/epsdk-app-os/pom.xml
ecomp-sdk/epsdk-app-overlay/README.md
ecomp-sdk/epsdk-app-overlay/pom.xml
ecomp-sdk/epsdk-core/README.md
ecomp-sdk/epsdk-core/pom.xml
ecomp-sdk/epsdk-fw/README.md
ecomp-sdk/epsdk-fw/pom.xml
ecomp-sdk/epsdk-workflow/README.md
ecomp-sdk/epsdk-workflow/pom.xml
ecomp-sdk/pom.xml

index 8909465..ad46a44 100644 (file)
@@ -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 
index 4f612f9..3c22efc 100644 (file)
@@ -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>
index c3a9fab..e05192f 100644 (file)
@@ -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
index f315974..66fd4e3 100644 (file)
@@ -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>
        <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>
index 71b4a3b..2ddd5c9 100644 (file)
@@ -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
index 868fff4..0d8c2c6 100644 (file)
@@ -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>
                                        </archive>
                                        <overlays>
                                                <overlay>
-                                                       <groupId>org.openecomp.ecompsdkos</groupId>
+                                                       <groupId>org.onap.portal.sdk</groupId>
                                                        <artifactId>epsdk-app-overlay</artifactId>
                                                </overlay>
                                        </overlays>
        <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>
index dd8b1d4..a0116b1 100644 (file)
@@ -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
index 29d1cc5..14f59ae 100644 (file)
@@ -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>
index 2858974..9d46b61 100644 (file)
@@ -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
index 9a88f73..f15d80c 100644 (file)
@@ -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>
index 8c65299..56cf200 100644 (file)
@@ -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
index 4201960..4a3d9a5 100644 (file)
@@ -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>
index 0e919a4..983d9ba 100644 (file)
@@ -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
index 8fe2372..b43b387 100644 (file)
@@ -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>
index e9e4779..092e2ba 100644 (file)
@@ -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>