blob: ea73b101f1808672a41f8284187012e652e0132a (
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.1-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>
|