Bump versions by x.(y+1).z for next dev cycle
[netconf.git] / features / netconf / features-netconf / pom.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!--
3  Copyright (c) 2016 Cisco Systems, 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>3.0.2</version>
18     <relativePath/>
19   </parent>
20
21   <groupId>org.opendaylight.netconf</groupId>
22   <artifactId>features-netconf</artifactId>
23   <version>1.5.0-SNAPSHOT</version>
24   <packaging>feature</packaging>
25
26   <dependencyManagement>
27     <dependencies>
28       <dependency>
29         <groupId>${project.groupId}</groupId>
30         <artifactId>netconf-artifacts</artifactId>
31         <version>${project.version}</version>
32         <scope>import</scope>
33         <type>pom</type>
34       </dependency>
35       <dependency>
36         <groupId>org.opendaylight.aaa</groupId>
37         <artifactId>aaa-artifacts</artifactId>
38         <version>0.8.0-SNAPSHOT</version>
39         <scope>import</scope>
40         <type>pom</type>
41       </dependency>
42     </dependencies>
43   </dependencyManagement>
44
45   <dependencies>
46     <dependency>
47       <groupId>org.opendaylight.aaa</groupId>
48       <artifactId>odl-aaa-encryption-service</artifactId>
49       <!-- FIXME: version declaration should be coming from aaa-artifacts -->
50       <version>0.8.0-SNAPSHOT</version>
51       <classifier>features</classifier>
52       <type>xml</type>
53     </dependency>
54
55     <dependency>
56       <groupId>${project.groupId}</groupId>
57       <artifactId>odl-aaa-netconf-plugin</artifactId>
58       <type>xml</type>
59       <classifier>features</classifier>
60     </dependency>
61     <dependency>
62       <groupId>${project.groupId}</groupId>
63       <artifactId>odl-aaa-netconf-plugin-no-cluster</artifactId>
64       <type>xml</type>
65       <classifier>features</classifier>
66     </dependency>
67     <dependency>
68       <groupId>${project.groupId}</groupId>
69       <artifactId>odl-config-netconf-connector</artifactId>
70       <type>xml</type>
71       <classifier>features</classifier>
72     </dependency>
73     <dependency>
74       <groupId>${project.groupId}</groupId>
75       <artifactId>odl-netconf-all</artifactId>
76       <type>xml</type>
77       <classifier>features</classifier>
78     </dependency>
79     <dependency>
80       <groupId>${project.groupId}</groupId>
81       <artifactId>odl-netconf-api</artifactId>
82       <type>xml</type>
83       <classifier>features</classifier>
84     </dependency>
85     <dependency>
86       <groupId>${project.groupId}</groupId>
87       <artifactId>odl-netconf-client</artifactId>
88       <type>xml</type>
89       <classifier>features</classifier>
90     </dependency>
91     <dependency>
92       <groupId>${project.groupId}</groupId>
93       <artifactId>odl-netconf-impl</artifactId>
94       <type>xml</type>
95       <classifier>features</classifier>
96     </dependency>
97     <dependency>
98       <groupId>${project.groupId}</groupId>
99       <artifactId>odl-netconf-mapping-api</artifactId>
100       <type>xml</type>
101       <classifier>features</classifier>
102     </dependency>
103     <dependency>
104       <groupId>${project.groupId}</groupId>
105       <artifactId>odl-netconf-mdsal</artifactId>
106       <type>xml</type>
107       <classifier>features</classifier>
108     </dependency>
109     <dependency>
110       <groupId>${project.groupId}</groupId>
111       <artifactId>odl-netconf-monitoring</artifactId>
112       <type>xml</type>
113       <classifier>features</classifier>
114     </dependency>
115     <dependency>
116       <groupId>${project.groupId}</groupId>
117       <artifactId>odl-netconf-netty-util</artifactId>
118       <type>xml</type>
119       <classifier>features</classifier>
120     </dependency>
121     <dependency>
122       <groupId>${project.groupId}</groupId>
123       <artifactId>odl-netconf-notifications-api</artifactId>
124       <type>xml</type>
125       <classifier>features</classifier>
126     </dependency>
127     <dependency>
128       <groupId>${project.groupId}</groupId>
129       <artifactId>odl-netconf-notifications-impl</artifactId>
130       <type>xml</type>
131       <classifier>features</classifier>
132     </dependency>
133     <dependency>
134       <groupId>${project.groupId}</groupId>
135       <artifactId>odl-netconf-ssh</artifactId>
136       <type>xml</type>
137       <classifier>features</classifier>
138     </dependency>
139     <dependency>
140       <groupId>${project.groupId}</groupId>
141       <artifactId>odl-netconf-tcp</artifactId>
142       <type>xml</type>
143       <classifier>features</classifier>
144     </dependency>
145     <dependency>
146       <groupId>${project.groupId}</groupId>
147       <artifactId>odl-netconf-util</artifactId>
148       <type>xml</type>
149       <classifier>features</classifier>
150     </dependency>
151   </dependencies>
152 </project>