summaryrefslogtreecommitdiffstats
path: root/nova-model
diff options
context:
space:
mode:
authorRob Daugherty <rd472p@att.com>2017-07-19 16:18:30 -0400
committerRob Daugherty <rd472p@att.com>2017-07-19 16:21:24 -0400
commit76aa956c114bb6bcdde0ac7da6acb18c7d09b691 (patch)
tree1d41f702b22bd1807b07d03bc2cd1bc4e0aba783 /nova-model
parent4e76f75ada83cc7ad545f894c14cf80b86e6a542 (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: I53c6f5ffc903baf7176dddc8138c5eb602d65893 Signed-off-by: Rob Daugherty <rd472p@att.com>
Diffstat (limited to 'nova-model')
-rw-r--r--nova-model/pom.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/nova-model/pom.xml b/nova-model/pom.xml
index a848592..6d8a229 100644
--- a/nova-model/pom.xml
+++ b/nova-model/pom.xml
@@ -1,11 +1,11 @@
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
- <groupId>org.openecomp.mso.libs</groupId>
+ <groupId>org.openecomp.so.libs</groupId>
<artifactId>openstack-java-sdk</artifactId>
<version>1.1.0-SNAPSHOT</version>
</parent>
- <groupId>org.openecomp.mso.libs.openstack-java-sdk</groupId>
+ <groupId>org.openecomp.so.libs.openstack-java-sdk</groupId>
<artifactId>nova-model</artifactId>
<name>OpenStack Nova Model</name>
<description>OpenStack Nova Model</description>