blob: 28943906d0ede8400bbf5032f699d29443c087de [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 Lando04a5bef2018-10-23 01:32:15 +030014 <version>1.3.1-SNAPSHOT</version>
Michael Landof5f13c42017-02-19 12:35:04 +020015 </parent>
16
Michael Landof5f13c42017-02-19 12:35:04 +020017 <modules>
18 <module>openecomp-sdc-vendor-license-manager</module>
19 <module>openecomp-sdc-vendor-software-product-manager</module>
20 <module>openecomp-sdc-validation-manager</module>
21 <module>openecomp-sdc-action-manager</module>
22 <module>openecomp-sdc-application-config-manager</module>
AviZi280f8012017-06-09 02:39:56 +030023 <module>openecomp-sdc-activity-log-manager</module>
Avi Zivb8e2faf2017-07-18 19:45:38 +030024 <module>openecomp-sdc-healthcheck-manager</module>
talig8e9c0652017-12-20 14:30:43 +020025 <module>openecomp-sdc-conflict-manager</module>
26 <module>openecomp-sdc-item-permissions-manager</module>
Michael Landof5f13c42017-02-19 12:35:04 +020027 </modules>
28
29
30</project>