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" |
Stone, Avi (as206k) | 5032434 | 2018-04-12 15:46:31 +0300 | [diff] [blame] | 3 | 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) | b725d4c | 2018-05-10 18:22:39 +0300 | [diff] [blame] | 9 | <groupId>org.onap.sdc.dcae-d.dt-be-main</groupId> |
Stone, Avi (as206k) | 5032434 | 2018-04-12 15:46:31 +0300 | [diff] [blame] | 10 | <artifactId>dcae_dt_be_main</artifactId> |
Manor, Yanir (ym903w) | 47db2dd | 2018-09-26 13:07:27 +0300 | [diff] [blame] | 11 | <version>1.3.0-SNAPSHOT</version> |
Stone, Avi (as206k) | 5032434 | 2018-04-12 15:46:31 +0300 | [diff] [blame] | 12 | </parent> |
| 13 | <modules> |
| 14 | <module>kwalify</module> |
| 15 | <module>checker</module> |
| 16 | </modules> |
| 17 | <scm> |
Eran (ev672n), Vosk | b1b380c | 2018-10-18 11:55:59 +0300 | [diff] [blame^] | 18 | <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) | 5032434 | 2018-04-12 15:46:31 +0300 | [diff] [blame] | 20 | <tag>HEAD</tag> |
Eran (ev672n), Vosk | b1b380c | 2018-10-18 11:55:59 +0300 | [diff] [blame^] | 21 | <url>https://github.research.onap.com/ASC/ASC-Validator/</url> |
Stone, Avi (as206k) | 5032434 | 2018-04-12 15:46:31 +0300 | [diff] [blame] | 22 | </scm> |
Stone, Avi (as206k) | cd04416 | 2018-05-24 14:25:37 +0300 | [diff] [blame] | 23 | <properties> |
Manor, Yanir (ym903w) | 47db2dd | 2018-09-26 13:07:27 +0300 | [diff] [blame] | 24 | <sonar.skip>true</sonar.skip> |
| 25 | </properties> |
Stone, Avi (as206k) | 5032434 | 2018-04-12 15:46:31 +0300 | [diff] [blame] | 26 | </project> |