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 /pom.xml | |
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 'pom.xml')
-rw-r--r-- | pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,7 +1,7 @@ <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> - <groupId>org.openecomp.mso.libs</groupId> + <groupId>org.openecomp.so.libs</groupId> <artifactId>openstack-java-sdk</artifactId> <version>1.1.0-SNAPSHOT</version> <packaging>pom</packaging> |