diff options
Diffstat (limited to 'status-control/pom.xml')
-rw-r--r-- | status-control/pom.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/status-control/pom.xml b/status-control/pom.xml index 37ae251939..5a507929e7 100644 --- a/status-control/pom.xml +++ b/status-control/pom.xml @@ -4,7 +4,7 @@ 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>
+ <groupId>org.openecomp.so</groupId>
<artifactId>so</artifactId>
<version>1.1.0-SNAPSHOT</version> </parent>
@@ -70,4 +70,4 @@ </dependency>
</dependencies>
-</project>
\ No newline at end of file +</project> |