Bump versions by x.y.(z+1)
[odlparent.git] / features4 / features4-akka / pom.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!--
3  Copyright © 2016 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>feature-repo-parent</artifactId>
17         <version>1.8.3-SNAPSHOT</version>
18         <relativePath>../../feature-repo-parent</relativePath>
19     </parent>
20
21     <artifactId>features4-akka</artifactId>
22     <packaging>feature</packaging>
23     <name>ODL :: odlparent :: ${project.artifactId}</name>
24
25     <dependencies>
26         <dependency>
27             <groupId>${project.groupId}</groupId>
28             <artifactId>odl4-akka-all</artifactId>
29             <version>${project.version}</version>
30             <classifier>features</classifier>
31             <type>xml</type>
32         </dependency>
33         <dependency>
34             <groupId>${project.groupId}</groupId>
35             <artifactId>odl4-akka-scala-${scala.version}</artifactId>
36             <version>${project.version}</version>
37             <classifier>features</classifier>
38             <type>xml</type>
39         </dependency>
40         <dependency>
41             <groupId>${project.groupId}</groupId>
42             <artifactId>odl4-akka-system-2.4</artifactId>
43             <version>${project.version}</version>
44             <classifier>features</classifier>
45             <type>xml</type>
46         </dependency>
47         <dependency>
48             <groupId>${project.groupId}</groupId>
49             <artifactId>odl4-akka-clustering-2.4</artifactId>
50             <version>${project.version}</version>
51             <classifier>features</classifier>
52             <type>xml</type>
53         </dependency>
54         <dependency>
55             <groupId>${project.groupId}</groupId>
56             <artifactId>odl4-akka-leveldb-0.7</artifactId>
57             <version>${project.version}</version>
58             <classifier>features</classifier>
59             <type>xml</type>
60         </dependency>
61         <dependency>
62             <groupId>${project.groupId}</groupId>
63             <artifactId>odl4-akka-persistence-2.4</artifactId>
64             <version>${project.version}</version>
65             <classifier>features</classifier>
66             <type>xml</type>
67         </dependency>
68     </dependencies>
69
70     <!--
71         Maven Site Configuration
72
73         The following configuration is necessary for maven-site-plugin to
74         correctly identify the correct deployment path for OpenDaylight Maven
75         sites.
76     -->
77     <url>${odl.site.url}/${project.groupId}/${stream}/${project.artifactId}/</url>
78
79     <distributionManagement>
80         <site>
81             <id>opendaylight-site</id>
82             <url>${nexus.site.url}/${project.artifactId}/</url>
83         </site>
84     </distributionManagement>
85
86 </project>