[DMAAP-BC] Release image 2.0.5
[dmaap/buscontroller.git] / pom.xml
1 <!--* ============LICENSE_START==================================================== 
2    * =========================================================================== 
3    * org.onap.aaf 
4    * Copyright (c) 2017 AT&T Intellectual Property. All rights reserved. 
5    * =========================================================================== 
6    * Licensed under the Apache License, Version 2.0 (the "License"); 
7    * you may not use this file except in compliance with the License. 
8    * You may obtain a copy of the License at 
9    * 
10   * http://www.apache.org/licenses/LICENSE-2.0 
11   * 
12   * Unless required by applicable law or agreed to in writing, software 
13   * distributed under the License is distributed on an "AS IS" BASIS, 
14   * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 
15   * See the License for the specific language governing permissions and 
16   * limitations under the License. 
17   * ============LICENSE_END==================================================== 
18   * -->
19  <project xmlns="http://maven.apache.org/POM/4.0.0"
20         xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
21         xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
22   <modelVersion>4.0.0</modelVersion>
23   <groupId>org.onap.dmaap.buscontroller</groupId>
24   <artifactId>parent</artifactId>
25    <version>${revision}</version>
26   <name>dmaap-buscontroller</name>
27   <packaging>pom</packaging>
28   
29   <parent>
30         <groupId>org.onap.oparent</groupId>
31         <artifactId>oparent</artifactId>
32       <version>3.2.0</version>
33   </parent>
34
35   <properties>
36     <revision>2.0.5-SNAPSHOT</revision>
37     <multiproject.basedir>${basedir}</multiproject.basedir>
38     <docker.maven.plugin.version>1.0.0</docker.maven.plugin.version>
39     <skip.docker.build>false</skip.docker.build>
40     <skip.docker.tag>false</skip.docker.tag>
41     <skip.docker.push>false</skip.docker.push>
42     <docker.skip.build>false</docker.skip.build>
43     <docker.verbose>true</docker.verbose>
44     <docker.apiVersion>2.2.54</docker.apiVersion>
45   </properties>
46
47   <build>
48     <plugins>
49         <plugin>
50             <groupId>io.fabric8</groupId>
51             <artifactId>docker-maven-plugin</artifactId>
52             <version>0.28.0</version>
53             <configuration>
54                 <skipBuild>${skip.docker.build}</skipBuild>
55             </configuration>
56         </plugin>
57     </plugins>
58   </build>
59
60   <modules>
61      <module>dmaap-bc</module>
62      <module>dbc-client</module>
63   </modules>
64 </project>