Update version to 1.13.6-SNAPSHOT
[sdc.git] / openecomp-be / api / openecomp-sdc-rest-webapp / validation-rest / validation-rest-types / pom.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <project xmlns="http://maven.apache.org/POM/4.0.0"
3          xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
4          xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
5     <modelVersion>4.0.0</modelVersion>
6
7     <artifactId>validation-rest-types</artifactId>
8     <name>validation-rest-types</name>
9
10     <parent>
11         <groupId>org.openecomp.sdc.onboarding</groupId>
12         <artifactId>validation-rest</artifactId>
13         <version>1.13.6-SNAPSHOT</version>
14     </parent>
15
16     <dependencies>
17         <dependency>
18             <groupId>org.openecomp.sdc</groupId>
19             <artifactId>openecomp-sdc-common-rest</artifactId>
20             <version>${project.version}</version>
21         </dependency>
22         <dependency>
23             <groupId>org.openecomp.sdc</groupId>
24             <artifactId>openecomp-sdc-validation-manager</artifactId>
25             <version>${project.version}</version>
26         </dependency>
27     </dependencies>
28
29 </project>