summaryrefslogtreecommitdiffstats
path: root/dcaedt_catalog/pom.xml
blob: e795149c36cec64f8eb4a9c9c531add52f338ff6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" 
    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
                             http://maven.apache.org/maven-v4_0_0.xsd">
    <modelVersion>4.0.0</modelVersion>
    <artifactId>DCAE-DT-Catalog</artifactId>
    <packaging>pom</packaging>
    <name>DCAE DT Catalog</name>
    <parent>
        <groupId>org.onap.sdc.dcae-d.dt-be-main</groupId>
        <artifactId>dcae_dt_be_main</artifactId>
        <version>1.3.3-SNAPSHOT</version>
    </parent>
    <modules>
        <module>commons</module>
        <module>asdc</module>
        <module>db</module>
        <module>api</module>
        <module>service</module>
    </modules>
    <scm>
        <connection>scm:git:https://github.research.onap.com/ASC/ASC-Catalog/</connection>
        <developerConnection>scm:git:https://github.research.onap.com/ASC/ASC-Catalog/</developerConnection>
        <tag>HEAD</tag>
        <url>https://github.research.onap.com/ASC/ASC-Catalog/</url>
    </scm>
</project>