update pom version + change version file
[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     <parent>
8         <groupId>org.openecomp.sdc.onboarding</groupId>
9         <artifactId>validation-rest</artifactId>
10         <version>1.1.0-SNAPSHOT</version>
11         <relativePath>../</relativePath>
12     </parent>
13
14     <artifactId>validation-rest-types</artifactId>
15     <name>validation-rest-types</name>
16
17
18
19     <dependencies>
20         <dependency>
21             <groupId>org.openecomp.sdc</groupId>
22             <artifactId>openecomp-sdc-common-rest</artifactId>
23             <version>${project.version}</version>
24         </dependency>
25         <dependency>
26             <groupId>org.openecomp.sdc</groupId>
27             <artifactId>openecomp-sdc-validation-manager</artifactId>
28             <version>${project.version}</version>
29         </dependency>
30     </dependencies>
31
32 </project>