[DMaap-Buscontroller] Updated Outdated Packages
[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>${artifactVersion}-SNAPSHOT</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     <artifactVersion>2.0.3</artifactVersion>
37     <multiproject.basedir>${basedir}</multiproject.basedir>
38         <docker.maven.plugin.version>1.0.0</docker.maven.plugin.version>
39         <skip.docker.build>true</skip.docker.build>
40         <skip.docker.tag>true</skip.docker.tag>
41         <skip.docker.push>true</skip.docker.push>
42   </properties>
43
44   <build>
45     <plugins>
46         <plugin>
47             <groupId>io.fabric8</groupId>
48             <artifactId>docker-maven-plugin</artifactId>
49             <version>0.28.0</version>  
50             <configuration>
51                 <skipDockerBuild>${skip.docker.build}</skipDockerBuild>
52             </configuration>
53         </plugin>
54     </plugins>
55   </build>
56
57   <modules>
58      <module>dmaap-bc</module>
59      <module>dbc-client</module>
60   </modules>
61 </project>