Update version to 1.13.6-SNAPSHOT
[sdc.git] / openecomp-be / api / openecomp-sdc-rest-webapp / application-config-rest / pom.xml
index cc1fbbb..0d3559e 100644 (file)
@@ -4,20 +4,19 @@
          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.sdc</groupId>
-        <artifactId>openecomp-sdc-rest-webapp</artifactId>
-        <version>1.0.0-SNAPSHOT</version>
-    </parent>
-
     <groupId>org.openecomp.sdc</groupId>
     <artifactId>application-config-rest</artifactId>
     <packaging>pom</packaging>
 
+    <parent>
+        <groupId>org.openecomp.sdc</groupId>
+        <artifactId>openecomp-sdc-rest-webapp</artifactId>
+        <version>1.13.6-SNAPSHOT</version>
+    </parent>
 
     <modules>
         <module>application-config-rest-services</module>
         <module>application-config-rest-types</module>
     </modules>
     
-</project>
\ No newline at end of file
+</project>