update pom to 1.3.2-1
[sdc/dcae-d/dt-be-main.git] / dcaedt_catalog / pom.xml
1 <?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" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
4                              http://maven.apache.org/maven-v4_0_0.xsd">
5     <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.2-1-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>
21     <scm>
22         <connection>scm:git:https://github.research.onap.com/ASC/ASC-Catalog/</connection>
23         <developerConnection>scm:git:https://github.research.onap.com/ASC/ASC-Catalog/</developerConnection>
24         <tag>HEAD</tag>
25         <url>https://github.research.onap.com/ASC/ASC-Catalog/</url>
26     </scm>
27 </project>