blob: 5137938eb7e7449919e42a7994d214aba970be28 [file] [log] [blame]
Stone, Avi (as206k)50324342018-04-12 15:46:31 +03001<?xml version="1.0" encoding="UTF-8"?>
Manor, Yanir (ym903w)47db2dd2018-09-26 13:07:27 +03002<project xmlns="http://maven.apache.org/POM/4.0.0"
Stone, Avi (as206k)50324342018-04-12 15:46:31 +03003 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">
4 <modelVersion>4.0.0</modelVersion>
5 <artifactId>DCAE-DT-Validator</artifactId>
6 <packaging>pom</packaging>
7 <name>ASC Validator</name>
8 <parent>
Stone, Avi (as206k)b725d4c2018-05-10 18:22:39 +03009 <groupId>org.onap.sdc.dcae-d.dt-be-main</groupId>
Stone, Avi (as206k)50324342018-04-12 15:46:31 +030010 <artifactId>dcae_dt_be_main</artifactId>
Manor, Yanir (ym903w)47db2dd2018-09-26 13:07:27 +030011 <version>1.3.0-SNAPSHOT</version>
Stone, Avi (as206k)50324342018-04-12 15:46:31 +030012 </parent>
13 <modules>
14 <module>kwalify</module>
15 <module>checker</module>
16 </modules>
17 <scm>
Eran (ev672n), Voskb1b380c2018-10-18 11:55:59 +030018 <connection>scm:git:https://github.research.onap.com/ASC/ASC-Validator/</connection>
19 <developerConnection>scm:git:https://github.research.onap.com/ASC/ASC-Validator/</developerConnection>
Stone, Avi (as206k)50324342018-04-12 15:46:31 +030020 <tag>HEAD</tag>
Eran (ev672n), Voskb1b380c2018-10-18 11:55:59 +030021 <url>https://github.research.onap.com/ASC/ASC-Validator/</url>
Stone, Avi (as206k)50324342018-04-12 15:46:31 +030022 </scm>
Stone, Avi (as206k)cd044162018-05-24 14:25:37 +030023 <properties>
Manor, Yanir (ym903w)47db2dd2018-09-26 13:07:27 +030024 <sonar.skip>true</sonar.skip>
25 </properties>
Stone, Avi (as206k)50324342018-04-12 15:46:31 +030026</project>