summaryrefslogtreecommitdiffstats
path: root/dcaedt_catalog/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'dcaedt_catalog/pom.xml')
-rw-r--r--dcaedt_catalog/pom.xml29
1 files changed, 29 insertions, 0 deletions
diff --git a/dcaedt_catalog/pom.xml b/dcaedt_catalog/pom.xml
new file mode 100644
index 0000000..701d665
--- /dev/null
+++ b/dcaedt_catalog/pom.xml
@@ -0,0 +1,29 @@
+<?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</groupId>
+ <artifactId>dcae_dt_be_main</artifactId>
+ <version>1806.0.1-SNAPSHOT</version>
+</parent>
+ <modules>
+ <module>asdc</module>
+ <module>commons</module>
+ <module>db</module>
+ <module>api</module>
+ <module>service</module>
+ </modules>
+
+ <scm>
+ <connection>scm:git:https://github.research.att.com/ASC/ASC-Catalog/</connection>
+ <developerConnection>scm:git:https://github.research.att.com/ASC/ASC-Catalog/</developerConnection>
+ <tag>HEAD</tag>
+ <url>https://github.research.att.com/ASC/ASC-Catalog/</url>
+ </scm>
+</project>