diff options
Diffstat (limited to 'bpmn/MSOMockServer/pom.xml')
-rw-r--r-- | bpmn/MSOMockServer/pom.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bpmn/MSOMockServer/pom.xml b/bpmn/MSOMockServer/pom.xml index 38e2df6d92..34f7a2331d 100644 --- a/bpmn/MSOMockServer/pom.xml +++ b/bpmn/MSOMockServer/pom.xml @@ -1,12 +1,12 @@ <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"> <parent> - <groupId>org.openecomp.so.framework</groupId> + <groupId>org.openecomp.so</groupId> <artifactId>bpmn</artifactId> <version>1.1.0-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> - <groupId>org.openecomp.so.framework</groupId> + <groupId>org.openecomp.so</groupId> <artifactId>MSOMockServer</artifactId> <packaging>war</packaging> |