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 /adapters/mso-adapters-rest-interface/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 'adapters/mso-adapters-rest-interface/pom.xml')
-rw-r--r-- | adapters/mso-adapters-rest-interface/pom.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/adapters/mso-adapters-rest-interface/pom.xml b/adapters/mso-adapters-rest-interface/pom.xml index 8619f4bfa6..b83d6f82f8 100644 --- a/adapters/mso-adapters-rest-interface/pom.xml +++ b/adapters/mso-adapters-rest-interface/pom.xml @@ -2,11 +2,11 @@ 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</groupId> + <groupId>org.openecomp.so</groupId> <artifactId>adapters</artifactId> <version>1.1.0-SNAPSHOT</version> </parent> - <groupId>org.openecomp.mso.adapters</groupId> + <groupId>org.openecomp.so.adapters</groupId> <artifactId>mso-adapters-rest-interface</artifactId> <packaging>jar</packaging> <name>mso-adapters-rest-interface</name> @@ -44,7 +44,7 @@ <version>3.0.19.Final</version> </dependency> <dependency> - <groupId>org.openecomp.mso.adapters</groupId> + <groupId>org.openecomp.so.adapters</groupId> <artifactId>mso-adapter-utils</artifactId> <version>${project.version}</version> </dependency> |