blob: 2e8b142296d1c4d2cad64cd2d73a2be9e407986e [file] [log] [blame]
Stone, Avi (as206k)50324342018-04-12 15:46:31 +03001<?xml version="1.0" encoding="UTF-8"?>
Manor, Yanir (ym903w)47db2dd2018-09-26 13:07:27 +03002<project xmlns="http://maven.apache.org/POM/4.0.0"
3 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
Stone, Avi (as206k)50324342018-04-12 15:46:31 +03004 http://maven.apache.org/maven-v4_0_0.xsd">
Manor, Yanir (ym903w)47db2dd2018-09-26 13:07:27 +03005 <modelVersion>4.0.0</modelVersion>
6 <artifactId>DCAE-DT-Catalog</artifactId>
7 <packaging>pom</packaging>
8 <name>DCAE DT Catalog</name>
9 <parent>
10 <groupId>org.onap.sdc.dcae-d.dt-be-main</groupId>
11 <artifactId>dcae_dt_be_main</artifactId>
12 <version>1.3.0-SNAPSHOT</version>
13 </parent>
14 <modules>
15 <module>commons</module>
16 <module>asdc</module>
17 <module>db</module>
18 <module>api</module>
19 <module>service</module>
20 </modules>
Stone, Avi (as206k)b725d4c2018-05-10 18:22:39 +030021
Manor, Yanir (ym903w)47db2dd2018-09-26 13:07:27 +030022 <scm>
23 <connection>scm:git:https://github.research.att.com/ASC/ASC-Catalog/</connection>
24 <developerConnection>scm:git:https://github.research.att.com/ASC/ASC-Catalog/</developerConnection>
25 <tag>HEAD</tag>
26 <url>https://github.research.att.com/ASC/ASC-Catalog/</url>
27 </scm>
Stone, Avi (as206k)50324342018-04-12 15:46:31 +030028</project>