Update version to 1.13.4
[sdc.git] / openecomp-be / api / pom.xml
index 5971e5f..229eb1e 100644 (file)
@@ -2,21 +2,20 @@
        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</artifactId>
-               <version>1.1.0-SNAPSHOT</version>
-       </parent>
-
-       <artifactId>openecomp-sdc-api</artifactId>
        <name>openecomp-sdc-api</name>
+       <artifactId>openecomp-sdc-api</artifactId>
        <packaging>pom</packaging>
-       <url>http://maven.apache.org</url>
 
+       <url>http://maven.apache.org</url>
 
+       <parent>
+               <groupId>org.openecomp.sdc</groupId>
+               <artifactId>openecomp-sdc</artifactId>
+               <version>1.13.4-SNAPSHOT</version>
+       </parent>
 
        <modules>
                <module>/openecomp-sdc-rest-webapp</module>
        </modules>
 
-</project>
\ No newline at end of file
+</project>