Stone, Avi (as206k) | 5032434 | 2018-04-12 15:46:31 +0300 | [diff] [blame] | 1 | <?xml version="1.0" encoding="UTF-8"?> |
Manor, Yanir (ym903w) | 47db2dd | 2018-09-26 13:07:27 +0300 | [diff] [blame] | 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 |
Stone, Avi (as206k) | 5032434 | 2018-04-12 15:46:31 +0300 | [diff] [blame] | 4 | http://maven.apache.org/maven-v4_0_0.xsd"> |
Manor, Yanir (ym903w) | 47db2dd | 2018-09-26 13:07:27 +0300 | [diff] [blame] | 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.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) | b725d4c | 2018-05-10 18:22:39 +0300 | [diff] [blame] | 21 | |
Manor, Yanir (ym903w) | 47db2dd | 2018-09-26 13:07:27 +0300 | [diff] [blame] | 22 | <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) | 5032434 | 2018-04-12 15:46:31 +0300 | [diff] [blame] | 28 | </project> |