blob: cc6df871831c5d156550303df2511bf693a9e883 [file] [log] [blame]
Stone, Avi (as206k)50324342018-04-12 15:46:31 +03001<?xml version="1.0" encoding="UTF-8"?>
2<project
3 xmlns="http://maven.apache.org/POM/4.0.0"
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>
10 <groupId>org.onap.sdc.dcae</groupId>
11 <artifactId>dcae_dt_be_main</artifactId>
12 <version>1806.0.1-SNAPSHOT</version>
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>
24 <build>
25 <plugins>
26 <plugin>
27 <groupId>org.apache.maven.plugins</groupId>
28 <artifactId>maven-compiler-plugin</artifactId>
29 <configuration>
30 <source>1.8</source>
31 <target>1.8</target>
32 </configuration>
33 </plugin>
34 </plugins>
35 </build>
36</project>