Bump versions by x.y.(z+1)
[odlparent.git] / features4 / pom.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!--
3  Copyright © 2016, 2017 Red Hat, Inc. and others.  All rights reserved.
4
5  This program and the accompanying materials are made available under the
6  terms of the Eclipse Public License v1.0 which accompanies this distribution,
7  and is available at http://www.eclipse.org/legal/epl-v10.html
8  -->
9 <project xmlns="http://maven.apache.org/POM/4.0.0"
10          xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
11          xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
12     <modelVersion>4.0.0</modelVersion>
13
14     <parent>
15         <groupId>org.opendaylight.odlparent</groupId>
16         <artifactId>odlparent-lite</artifactId>
17         <version>1.8.3-SNAPSHOT</version>
18         <relativePath>../odlparent-lite</relativePath>
19     </parent>
20
21     <groupId>org.opendaylight.odlparent</groupId>
22     <artifactId>features4-aggregator</artifactId>
23     <version>1.8.3-SNAPSHOT</version>
24     <packaging>pom</packaging>
25     <name>ODL :: odlparent :: ${project.artifactId}</name>
26
27     <modules>
28         <!-- Akka features -->
29         <module>features4-akka</module>
30         <module>odl-akka-all</module>
31         <module>odl-akka-clustering-2.4</module>
32         <module>odl-akka-leveldb-0.7</module>
33         <module>odl-akka-persistence-2.4</module>
34         <module>odl-akka-scala-2.11</module>
35         <module>odl-akka-system-2.4</module>
36
37         <!-- Proxy features for Karaf-provided features -->
38         <module>odl-karaf-feat-feature</module>
39         <module>odl-karaf-feat-jdbc</module>
40         <module>odl-karaf-feat-jetty</module>
41         <module>odl-karaf-feat-war</module>
42
43         <!-- General features -->
44         <module>features4-odlparent</module>
45         <module>odl-guava-18</module>
46         <module>odl-guava-21</module>
47         <module>odl-lmax-3</module>
48         <module>odl-netty-4</module>
49         <module>odl-triemap-0.2</module>
50
51         <!-- Test features -->
52     </modules>
53
54     <build>
55         <plugins>
56             <plugin>
57                 <artifactId>maven-deploy-plugin</artifactId>
58                 <configuration>
59                     <skip>true</skip>
60                 </configuration>
61             </plugin>
62             <plugin>
63                 <artifactId>maven-install-plugin</artifactId>
64                 <configuration>
65                     <skip>true</skip>
66                 </configuration>
67             </plugin>
68         </plugins>
69     </build>
70 </project>