Update version to 1.13.4
[sdc.git] / catalog-be-plugins / pom.xml
index 8f51865..f7142e1 100644 (file)
@@ -24,7 +24,7 @@
     <parent>
         <artifactId>sdc-main</artifactId>
         <groupId>org.openecomp.sdc</groupId>
-        <version>1.7.1-SNAPSHOT</version>
+        <version>1.13.4-SNAPSHOT</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
     <artifactId>catalog-be-plugins</artifactId>
         <module>etsi-nfv-nsd-csar-plugin</module>
         <module>backend-all-plugins</module>
     </modules>
-</project>
\ No newline at end of file
+
+    <dependencies>
+        <dependency>
+            <groupId>org.openecomp.sdc</groupId>
+            <artifactId>catalog-be</artifactId>
+            <version>${project.version}</version>
+            <type>war</type>
+        </dependency>
+    </dependencies>
+
+</project>