diff options
author | 2017-07-12 19:25:41 -0400 | |
---|---|---|
committer | 2017-07-12 19:26:15 -0400 | |
commit | 30b8e1fd4328ea37fc5599f8a9723ea79ae0e369 (patch) | |
tree | 00c722a01f5d3979b867ee4579c68add9c7126e5 | |
parent | 6b751528434a6a6c12ec4f734e5ea6ec67bf11d1 (diff) |
Revert to org.openecomp.ecompsdkos libraries
The LF is awaiting TSC approval to rename repository from
ecompsdkos to portal.sdk, and that blocks deployment of libraries
with Maven group id org.onap.portal.sdk. Until that is approved,
revert to using Maven group id org.openecomp.ecompsdkos
Change-Id: I9e03b9f71562393493ce9eea41e2a6a4df921c99
Signed-off-by: Christopher Lott (cl778h) <clott@research.att.com>
-rw-r--r-- | ecomp-sdk/epsdk-analytics/pom.xml | 4 | ||||
-rw-r--r-- | ecomp-sdk/epsdk-app-common/pom.xml | 8 | ||||
-rw-r--r-- | ecomp-sdk/epsdk-app-os/pom.xml | 14 | ||||
-rw-r--r-- | ecomp-sdk/epsdk-app-overlay/pom.xml | 2 | ||||
-rw-r--r-- | ecomp-sdk/epsdk-core/pom.xml | 4 | ||||
-rw-r--r-- | ecomp-sdk/epsdk-fw/pom.xml | 2 | ||||
-rw-r--r-- | ecomp-sdk/epsdk-workflow/pom.xml | 4 | ||||
-rw-r--r-- | ecomp-sdk/pom.xml | 2 |
8 files changed, 20 insertions, 20 deletions
diff --git a/ecomp-sdk/epsdk-analytics/pom.xml b/ecomp-sdk/epsdk-analytics/pom.xml index 3c22efc..c416f38 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.onap.portal.sdk</groupId> + <groupId> org.openecomp.ecompsdkos</groupId> <artifactId>epsdk-project</artifactId> <version>1.3.0-SNAPSHOT</version> </parent> @@ -68,7 +68,7 @@ <!-- sdk-core --> <dependency> - <groupId>org.onap.portal.sdk</groupId> + <groupId> org.openecomp.ecompsdkos</groupId> <artifactId>epsdk-core</artifactId> <version>${project.version}</version> </dependency> diff --git a/ecomp-sdk/epsdk-app-common/pom.xml b/ecomp-sdk/epsdk-app-common/pom.xml index 66fd4e3..90d9a7a 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.onap.portal.sdk</groupId> + <groupId> org.openecomp.ecompsdkos</groupId> <artifactId>epsdk-project</artifactId> <version>1.3.0-SNAPSHOT</version> </parent> @@ -156,17 +156,17 @@ <dependencies> <!-- SDK components --> <dependency> - <groupId>org.onap.portal.sdk</groupId> + <groupId> org.openecomp.ecompsdkos</groupId> <artifactId>epsdk-core</artifactId> <version>${epsdk.version}</version> </dependency> <dependency> - <groupId>org.onap.portal.sdk</groupId> + <groupId> org.openecomp.ecompsdkos</groupId> <artifactId>epsdk-analytics</artifactId> <version>${epsdk.version}</version> </dependency> <dependency> - <groupId>org.onap.portal.sdk</groupId> + <groupId> org.openecomp.ecompsdkos</groupId> <artifactId>epsdk-workflow</artifactId> <version>${epsdk.version}</version> </dependency> diff --git a/ecomp-sdk/epsdk-app-os/pom.xml b/ecomp-sdk/epsdk-app-os/pom.xml index 108cd4c..abba5fd 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.onap.portal.sdk</groupId> + <groupId> org.openecomp.ecompsdkos</groupId> <artifactId>epsdk-app-os</artifactId> <version>1.3.0-SNAPSHOT</version> <packaging>war</packaging> @@ -118,7 +118,7 @@ </archive> <overlays> <overlay> - <groupId>org.onap.portal.sdk</groupId> + <groupId> org.openecomp.ecompsdkos</groupId> <artifactId>epsdk-app-overlay</artifactId> </overlay> </overlays> @@ -161,30 +161,30 @@ <dependencies> <!-- SDK overlay war --> <dependency> - <groupId>org.onap.portal.sdk</groupId> + <groupId>org.openecomp.ecompsdkos</groupId> <artifactId>epsdk-app-overlay</artifactId> <version>${epsdk.version}</version> <type>war</type> </dependency> <dependency> - <groupId>org.onap.portal.sdk</groupId> + <groupId>org.openecomp.ecompsdkos</groupId> <artifactId>epsdk-app-common</artifactId> <version>${epsdk.version}</version> <type>jar</type> </dependency> <!-- SDK components --> <dependency> - <groupId>org.onap.portal.sdk</groupId> + <groupId>org.openecomp.ecompsdkos</groupId> <artifactId>epsdk-core</artifactId> <version>${epsdk.version}</version> </dependency> <dependency> - <groupId>org.onap.portal.sdk</groupId> + <groupId>org.openecomp.ecompsdkos</groupId> <artifactId>epsdk-analytics</artifactId> <version>${epsdk.version}</version> </dependency> <dependency> - <groupId>org.onap.portal.sdk</groupId> + <groupId>org.openecomp.ecompsdkos</groupId> <artifactId>epsdk-workflow</artifactId> <version>${epsdk.version}</version> </dependency> diff --git a/ecomp-sdk/epsdk-app-overlay/pom.xml b/ecomp-sdk/epsdk-app-overlay/pom.xml index 14f59ae..ebfd84f 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.onap.portal.sdk</groupId> + <groupId> org.openecomp.ecompsdkos</groupId> <artifactId>epsdk-project</artifactId> <version>1.3.0-SNAPSHOT</version> </parent> diff --git a/ecomp-sdk/epsdk-core/pom.xml b/ecomp-sdk/epsdk-core/pom.xml index f15d80c..6368952 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.onap.portal.sdk</groupId> + <groupId> org.openecomp.ecompsdkos</groupId> <artifactId>epsdk-project</artifactId> <version>1.3.0-SNAPSHOT</version> </parent> @@ -94,7 +94,7 @@ <!-- internal --> <dependency> - <groupId>org.onap.portal.sdk</groupId> + <groupId> org.openecomp.ecompsdkos</groupId> <artifactId>epsdk-fw</artifactId> <version>${project.version}</version> <exclusions> diff --git a/ecomp-sdk/epsdk-fw/pom.xml b/ecomp-sdk/epsdk-fw/pom.xml index 4a3d9a5..fdaa5fe 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.onap.portal.sdk</groupId> + <groupId> org.openecomp.ecompsdkos</groupId> <artifactId>epsdk-project</artifactId> <version>1.3.0-SNAPSHOT</version> </parent> diff --git a/ecomp-sdk/epsdk-workflow/pom.xml b/ecomp-sdk/epsdk-workflow/pom.xml index b43b387..886668f 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.onap.portal.sdk</groupId> + <groupId> org.openecomp.ecompsdkos</groupId> <artifactId>epsdk-project</artifactId> <version>1.3.0-SNAPSHOT</version> </parent> @@ -20,7 +20,7 @@ <dependencies> <!-- sdk-core --> <dependency> - <groupId>org.onap.portal.sdk</groupId> + <groupId> org.openecomp.ecompsdkos</groupId> <artifactId>epsdk-core</artifactId> <version>${project.version}</version> </dependency> diff --git a/ecomp-sdk/pom.xml b/ecomp-sdk/pom.xml index 092e2ba..d252b50 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.onap.portal.sdk</groupId> + <groupId> org.openecomp.ecompsdkos</groupId> <artifactId>epsdk-project</artifactId> <version>1.3.0-SNAPSHOT</version> <packaging>pom</packaging> |