blob: 2d98aa5342b1bc7f1d4fa10d27f491c49ad632d1 [file] [log] [blame]
Michael Landof5f13c42017-02-19 12:35:04 +02001<?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
AviZi280f8012017-06-09 02:39:56 +03007 <groupId>org.openecomp.sdc</groupId>
8 <artifactId>backend</artifactId>
9 <packaging>pom</packaging>
10
Michael Landof5f13c42017-02-19 12:35:04 +020011 <parent>
12 <artifactId>openecomp-sdc</artifactId>
13 <groupId>org.openecomp.sdc</groupId>
Michael Lando0ad3c802017-09-19 16:32:59 +030014 <version>1.2.0-SNAPSHOT</version>
AviZi280f8012017-06-09 02:39:56 +030015 <relativePath>..</relativePath>
Michael Landof5f13c42017-02-19 12:35:04 +020016 </parent>
17
Michael Landof5f13c42017-02-19 12:35:04 +020018 <modules>
19 <module>openecomp-sdc-vendor-license-manager</module>
20 <module>openecomp-sdc-vendor-software-product-manager</module>
21 <module>openecomp-sdc-validation-manager</module>
22 <module>openecomp-sdc-action-manager</module>
23 <module>openecomp-sdc-application-config-manager</module>
AviZi280f8012017-06-09 02:39:56 +030024 <module>openecomp-sdc-activity-log-manager</module>
Avi Zivb8e2faf2017-07-18 19:45:38 +030025 <module>openecomp-sdc-healthcheck-manager</module>
talig8e9c0652017-12-20 14:30:43 +020026 <module>openecomp-sdc-conflict-manager</module>
27 <module>openecomp-sdc-item-permissions-manager</module>
Michael Landof5f13c42017-02-19 12:35:04 +020028 </modules>
29
30
31</project>