Stone, Avi (as206k) | 5032434 | 2018-04-12 15:46:31 +0300 | [diff] [blame] | 1 | <?xml version="1.0" encoding="UTF-8"?> |
Stone, Avi (as206k) | b725d4c | 2018-05-10 18:22:39 +0300 | [diff] [blame] | 2 | <project |
| 3 | xmlns="http://maven.apache.org/POM/4.0.0" |
Stone, Avi (as206k) | 5032434 | 2018-04-12 15:46:31 +0300 | [diff] [blame] | 4 | 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"> |
| 5 | <modelVersion>4.0.0</modelVersion> |
| 6 | <artifactId>DCAE-DT-Validator</artifactId> |
| 7 | <packaging>pom</packaging> |
| 8 | <name>ASC Validator</name> |
| 9 | <parent> |
Stone, Avi (as206k) | b725d4c | 2018-05-10 18:22:39 +0300 | [diff] [blame] | 10 | <groupId>org.onap.sdc.dcae-d.dt-be-main</groupId> |
Stone, Avi (as206k) | 5032434 | 2018-04-12 15:46:31 +0300 | [diff] [blame] | 11 | <artifactId>dcae_dt_be_main</artifactId> |
Stone, Avi (as206k) | b725d4c | 2018-05-10 18:22:39 +0300 | [diff] [blame] | 12 | <version>1.2.0-SNAPSHOT</version> |
Stone, Avi (as206k) | 5032434 | 2018-04-12 15:46:31 +0300 | [diff] [blame] | 13 | </parent> |
| 14 | <modules> |
| 15 | <module>kwalify</module> |
| 16 | <module>checker</module> |
| 17 | </modules> |
| 18 | <scm> |
| 19 | <connection>scm:git:https://github.research.att.com/ASC/ASC-Validator/</connection> |
| 20 | <developerConnection>scm:git:https://github.research.att.com/ASC/ASC-Validator/</developerConnection> |
| 21 | <tag>HEAD</tag> |
| 22 | <url>https://github.research.att.com/ASC/ASC-Validator/</url> |
| 23 | </scm> |
Stone, Avi (as206k) | cd04416 | 2018-05-24 14:25:37 +0300 | [diff] [blame^] | 24 | <properties> |
| 25 | <sonar.skip>true</sonar.skip> |
| 26 | </properties> |
Stone, Avi (as206k) | 5032434 | 2018-04-12 15:46:31 +0300 | [diff] [blame] | 27 | </project> |