Add ACM regression test suite
[policy/docker.git] / policy-regression-tests / pom.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2
3 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
4   xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
5   <modelVersion>4.0.0</modelVersion>
6
7   <parent>
8     <groupId>org.onap.policy.docker</groupId>
9     <artifactId>docker</artifactId>
10     <version>3.1.1-SNAPSHOT</version>
11   </parent>
12
13   <groupId>org.onap.policy.regression</groupId>
14   <artifactId>policy-regression-tests</artifactId>
15   <name>policy regression tests</name>
16   <version>1.0-SNAPSHOT</version>
17   <packaging>pom</packaging>
18
19   <modules>
20     <module>policy-clamp-regression</module>
21   </modules>
22
23 </project>