diff options
author | Rob Daugherty <rd472p@att.com> | 2017-07-19 16:38:36 -0400 |
---|---|---|
committer | Rob Daugherty <rd472p@att.com> | 2017-07-19 16:39:10 -0400 |
commit | 3efc13f943058c2679db322ec4e38dad20f98cc5 (patch) | |
tree | 732de32358dbd683c3e6aca13f5a16d68a5e6d4b /bpmn/MSORESTClient/pom.xml | |
parent | 62a625db852194e0afb6063cb982b4b71a833a2c (diff) |
Fix artifact group IDs (org.openecomp.so)
Since the repositories were renamed from "mso" to "so" the
artifact group IDs in the poms must be updated to match.
Issue: SO-39
Change-Id: I617fe738a77d0f6c1d1cc0ac9474fb753f4e234c
Signed-off-by: Rob Daugherty <rd472p@att.com>
Diffstat (limited to 'bpmn/MSORESTClient/pom.xml')
-rw-r--r-- | bpmn/MSORESTClient/pom.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bpmn/MSORESTClient/pom.xml b/bpmn/MSORESTClient/pom.xml index 2c899084f8..e17a58f488 100644 --- a/bpmn/MSORESTClient/pom.xml +++ b/bpmn/MSORESTClient/pom.xml @@ -4,12 +4,12 @@ <modelVersion>4.0.0</modelVersion>
<parent>
- <groupId>org.openecomp.mso</groupId>
+ <groupId>org.openecomp.so</groupId>
<artifactId>bpmn</artifactId>
<version>1.1.0-SNAPSHOT</version> </parent>
- <groupId>org.openecomp.mso</groupId>
+ <groupId>org.openecomp.so</groupId>
<artifactId>MSORESTClient</artifactId>
<packaging>jar</packaging>
|