Bump versions by x.y.(z+1)
[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" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
10   <modelVersion>4.0.0</modelVersion>
11
12   <parent>
13     <groupId>org.opendaylight.odlparent</groupId>
14     <artifactId>feature-repo-parent</artifactId>
15     <version>3.1.7</version>
16     <relativePath/>
17   </parent>
18
19   <groupId>org.opendaylight.netconf</groupId>
20   <artifactId>features-netconf</artifactId>
21   <version>1.5.4-SNAPSHOT</version>
22   <packaging>feature</packaging>
23
24   <dependencyManagement>
25     <dependencies>
26       <dependency>
27         <groupId>${project.groupId}</groupId>
28         <artifactId>netconf-artifacts</artifactId>
29         <version>${project.version}</version>
30         <scope>import</scope>
31         <type>pom</type>
32       </dependency>
33       <dependency>
34         <groupId>org.opendaylight.aaa</groupId>
35         <artifactId>aaa-artifacts</artifactId>
36         <version>0.8.4-SNAPSHOT</version>
37         <scope>import</scope>
38         <type>pom</type>
39       </dependency>
40     </dependencies>
41   </dependencyManagement>
42
43   <dependencies>
44     <dependency>
45       <groupId>org.opendaylight.aaa</groupId>
46       <artifactId>odl-aaa-encryption-service</artifactId>
47       <!-- FIXME: version declaration should be coming from aaa-artifacts -->
48       <version>0.8.4-SNAPSHOT</version>
49       <classifier>features</classifier>
50       <type>xml</type>
51     </dependency>
52
53     <dependency>
54       <groupId>${project.groupId}</groupId>
55       <artifactId>odl-aaa-netconf-plugin</artifactId>
56       <type>xml</type>
57       <classifier>features</classifier>
58     </dependency>
59     <dependency>
60       <groupId>${project.groupId}</groupId>
61       <artifactId>odl-aaa-netconf-plugin-no-cluster</artifactId>
62       <type>xml</type>
63       <classifier>features</classifier>
64     </dependency>
65     <dependency>
66       <groupId>${project.groupId}</groupId>
67       <artifactId>odl-netconf-all</artifactId>
68       <type>xml</type>
69       <classifier>features</classifier>
70     </dependency>
71     <dependency>
72       <groupId>${project.groupId}</groupId>
73       <artifactId>odl-netconf-api</artifactId>
74       <type>xml</type>
75       <classifier>features</classifier>
76     </dependency>
77     <dependency>
78       <groupId>${project.groupId}</groupId>
79       <artifactId>odl-netconf-client</artifactId>
80       <type>xml</type>
81       <classifier>features</classifier>
82     </dependency>
83     <dependency>
84       <groupId>${project.groupId}</groupId>
85       <artifactId>odl-netconf-impl</artifactId>
86       <type>xml</type>
87       <classifier>features</classifier>
88     </dependency>
89     <dependency>
90       <groupId>${project.groupId}</groupId>
91       <artifactId>odl-netconf-mapping-api</artifactId>
92       <type>xml</type>
93       <classifier>features</classifier>
94     </dependency>
95     <dependency>
96       <groupId>${project.groupId}</groupId>
97       <artifactId>odl-netconf-mdsal</artifactId>
98       <type>xml</type>
99       <classifier>features</classifier>
100     </dependency>
101     <dependency>
102       <groupId>${project.groupId}</groupId>
103       <artifactId>odl-netconf-monitoring</artifactId>
104       <type>xml</type>
105       <classifier>features</classifier>
106     </dependency>
107     <dependency>
108       <groupId>${project.groupId}</groupId>
109       <artifactId>odl-netconf-netty-util</artifactId>
110       <type>xml</type>
111       <classifier>features</classifier>
112     </dependency>
113     <dependency>
114       <groupId>${project.groupId}</groupId>
115       <artifactId>odl-netconf-notifications-api</artifactId>
116       <type>xml</type>
117       <classifier>features</classifier>
118     </dependency>
119     <dependency>
120       <groupId>${project.groupId}</groupId>
121       <artifactId>odl-netconf-notifications-impl</artifactId>
122       <type>xml</type>
123       <classifier>features</classifier>
124     </dependency>
125     <dependency>
126       <groupId>${project.groupId}</groupId>
127       <artifactId>odl-netconf-ssh</artifactId>
128       <type>xml</type>
129       <classifier>features</classifier>
130     </dependency>
131     <dependency>
132       <groupId>${project.groupId}</groupId>
133       <artifactId>odl-netconf-tcp</artifactId>
134       <type>xml</type>
135       <classifier>features</classifier>
136     </dependency>
137     <dependency>
138       <groupId>${project.groupId}</groupId>
139       <artifactId>odl-netconf-util</artifactId>
140       <type>xml</type>
141       <classifier>features</classifier>
142     </dependency>
143   </dependencies>
144 </project>