Update version to 1.7.1
[sdc.git] / openecomp-be / api / openecomp-sdc-rest-webapp / vendor-license-rest / pom.xml
1 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
2         xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
3         <modelVersion>4.0.0</modelVersion>
4
5         <groupId>org.openecomp.sdc.onboarding</groupId>
6         <artifactId>vendor-license-rest</artifactId>
7         <name>vendor-license-rest</name>
8         <packaging>pom</packaging>
9
10         <parent>
11                 <groupId>org.openecomp.sdc</groupId>
12                 <artifactId>openecomp-sdc-rest-webapp</artifactId>
13                 <version>1.7.1-SNAPSHOT</version>
14                 <relativePath>../</relativePath>
15         </parent>
16
17         <modules>
18                 <module>/vendor-license-rest-services</module>
19                 <module>/vendor-license-rest-types</module>
20         </modules>
21
22 </project>