blob: 701d66516729e6b005f88c023f118e7c12eeb458 [file] [log] [blame]
Stone, Avi (as206k)50324342018-04-12 15:46:31 +03001<?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
5 http://maven.apache.org/maven-v4_0_0.xsd">
6 <modelVersion>4.0.0</modelVersion>
7 <artifactId>DCAE-DT-Catalog</artifactId>
8 <packaging>pom</packaging>
9 <name>DCAE DT Catalog</name>
10 <parent>
11 <groupId>org.onap.sdc.dcae</groupId>
12 <artifactId>dcae_dt_be_main</artifactId>
13 <version>1806.0.1-SNAPSHOT</version>
14</parent>
15 <modules>
16 <module>asdc</module>
17 <module>commons</module>
18 <module>db</module>
19 <module>api</module>
20 <module>service</module>
21 </modules>
22
23 <scm>
24 <connection>scm:git:https://github.research.att.com/ASC/ASC-Catalog/</connection>
25 <developerConnection>scm:git:https://github.research.att.com/ASC/ASC-Catalog/</developerConnection>
26 <tag>HEAD</tag>
27 <url>https://github.research.att.com/ASC/ASC-Catalog/</url>
28 </scm>
29</project>