diff options
author | Rob Daugherty <rd472p@att.com> | 2017-07-19 16:18:30 -0400 |
---|---|---|
committer | Rob Daugherty <rd472p@att.com> | 2017-07-19 16:21:24 -0400 |
commit | 76aa956c114bb6bcdde0ac7da6acb18c7d09b691 (patch) | |
tree | 1d41f702b22bd1807b07d03bc2cd1bc4e0aba783 /openstack-client | |
parent | 4e76f75ada83cc7ad545f894c14cf80b86e6a542 (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 'openstack-client')
-rw-r--r-- | openstack-client/pom.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/openstack-client/pom.xml b/openstack-client/pom.xml index 4c71d69..37c1d86 100644 --- a/openstack-client/pom.xml +++ b/openstack-client/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>openstack-client</artifactId> <name>OpenStack Client</name> <description>OpenStack Client</description> |