diff options
Diffstat (limited to 'mso-api-handlers/pom.xml')
-rw-r--r-- | mso-api-handlers/pom.xml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/mso-api-handlers/pom.xml b/mso-api-handlers/pom.xml index ab6d7266e3..3418a21a4a 100644 --- a/mso-api-handlers/pom.xml +++ b/mso-api-handlers/pom.xml @@ -2,12 +2,12 @@ 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</groupId> - <artifactId>so</artifactId> + <groupId>org.openecomp.so</groupId> + <artifactId>framework</artifactId> <version>1.1.0-SNAPSHOT</version> </parent> - <groupId>org.openecomp.so</groupId> + <groupId>org.openecomp.so.framework</groupId> <artifactId>mso-api-handlers</artifactId> <name>API Handler</name> <description>API Handler for MSO</description> @@ -35,4 +35,4 @@ <artifactId>httpclient</artifactId> </dependency> </dependencies> -</project>
\ No newline at end of file +</project> |