Update snapshot and/or references of policy/docker to latest snapshots
[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.3-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   <build>
24     <finalName>${project.artifactId}-${project.version}</finalName>
25     <plugins>
26       <plugin>
27         <groupId>org.apache.maven.plugins</groupId>
28         <artifactId>maven-deploy-plugin</artifactId>
29         <configuration>
30           <skip>true</skip>
31         </configuration>
32       </plugin>
33     </plugins>
34   </build>
35
36 </project>