update pom version + change version file
[sdc.git] / openecomp-be / api / openecomp-sdc-rest-webapp / 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         <parent>
6                 <groupId>org.openecomp.sdc</groupId>
7                 <artifactId>openecomp-sdc-api</artifactId>
8                 <version>1.1.0-SNAPSHOT</version>
9                 <relativePath>../</relativePath>
10         </parent>
11
12         <artifactId>openecomp-sdc-rest-webapp</artifactId>
13         <name>openecomp-sdc-rest-webapp</name>
14         <packaging>pom</packaging>
15
16
17
18         <modules>
19                 <module>/openecomp-sdc-common-rest</module>
20                 <module>/vendor-license-rest</module>
21                 <module>/onboarding-rest-war</module>
22                 <module>/vendor-software-products-rest</module>
23                 <module>/sequence-rest</module>
24                 <module>/validation-rest</module>
25                 <module>/action-library-rest</module>
26                 <module>/application-config-rest</module>
27         </modules>
28
29 </project>