summaryrefslogtreecommitdiffstats
path: root/dcaedt_validator/pom.xml
blob: e360ba911373446116f1ba8ce5d9ec236b39c6f0 (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
<?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-Validator</artifactId>
  <packaging>pom</packaging>
  <name>ASC Validator</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>kwalify</module>
    <module>checker</module>
  </modules>
  <scm>
    <connection>scm:git:https://github.research.onap.com/ASC/ASC-Validator/</connection>
    <developerConnection>scm:git:https://github.research.onap.com/ASC/ASC-Validator/</developerConnection>
    <tag>HEAD</tag>
    <url>https://github.research.onap.com/ASC/ASC-Validator/</url>
  </scm>
  <properties>
    <sonar.skip>true</sonar.skip>
  </properties>
</project>