Bump versions by x.y.(z+1)
[alto.git] / alto-core / standard-service-models / model-networkmap / features / pom.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!--
3 Copyright © 2015 Yale University 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 INTERNAL
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   <parent>
11     <groupId>org.opendaylight.odlparent</groupId>
12     <artifactId>features-parent</artifactId>
13     <version>1.8.3-SNAPSHOT</version>
14     <relativePath/>
15   </parent>
16   <groupId>org.opendaylight.alto.core</groupId>
17   <artifactId>alto-service-model-networkmap-features</artifactId>
18   <version>0.4.3-SNAPSHOT</version>
19   <name>ODL :: alto :: ${project.artifactId}</name>
20   <modelVersion>4.0.0</modelVersion>
21   <prerequisites>
22     <maven>3.1.1</maven>
23   </prerequisites>
24   <properties>
25     <mdsal.model.version>0.10.3-SNAPSHOT</mdsal.model.version>
26     <mdsal.version>1.5.3-SNAPSHOT</mdsal.version>
27     <restconf.version>1.5.3-SNAPSHOT</restconf.version>
28     <yangtools.version>1.1.3-SNAPSHOT</yangtools.version>
29     <dluxapps.version>0.5.3-SNAPSHOT</dluxapps.version>
30     <configfile.directory>etc/opendaylight/karaf</configfile.directory>
31   </properties>
32   <dependencyManagement>
33     <dependencies>
34       <!-- project specific dependencies -->
35       <dependency>
36         <groupId>org.opendaylight.controller</groupId>
37         <artifactId>mdsal-artifacts</artifactId>
38         <version>${mdsal.version}</version>
39         <type>pom</type>
40         <scope>import</scope>
41       </dependency>
42       <dependency>
43         <groupId>org.opendaylight.netconf</groupId>
44         <artifactId>restconf-artifacts</artifactId>
45         <version>${restconf.version}</version>
46         <type>pom</type>
47         <scope>import</scope>
48       </dependency>
49     </dependencies>
50   </dependencyManagement>
51   <dependencies>
52     <dependency>
53       <groupId>org.opendaylight.yangtools</groupId>
54       <artifactId>features-yangtools</artifactId>
55       <classifier>features</classifier>
56       <version>${yangtools.version}</version>
57       <type>xml</type>
58       <scope>runtime</scope>
59     </dependency>
60     <dependency>
61       <groupId>org.opendaylight.mdsal.model</groupId>
62       <artifactId>features-mdsal-model</artifactId>
63       <version>${mdsal.model.version}</version>
64       <classifier>features</classifier>
65       <type>xml</type>
66       <scope>runtime</scope>
67     </dependency>
68     <dependency>
69       <groupId>org.opendaylight.controller</groupId>
70       <artifactId>features-mdsal</artifactId>
71       <classifier>features</classifier>
72       <version>${mdsal.version}</version>
73       <type>xml</type>
74       <scope>runtime</scope>
75     </dependency>
76     <dependency>
77       <groupId>org.opendaylight.netconf</groupId>
78       <artifactId>features-restconf</artifactId>
79       <classifier>features</classifier>
80       <version>${restconf.version}</version>
81       <type>xml</type>
82       <scope>runtime</scope>
83     </dependency>
84     <dependency>
85       <groupId>org.opendaylight.dluxapps</groupId>
86       <artifactId>features-dluxapps</artifactId>
87       <classifier>features</classifier>
88       <version>${dluxapps.version}</version>
89       <type>xml</type>
90       <scope>runtime</scope>
91     </dependency>
92     <dependency>
93       <groupId>${project.groupId}</groupId>
94       <artifactId>alto-service-model-networkmap-impl</artifactId>
95       <version>${project.version}</version>
96     </dependency>
97     <dependency>
98       <groupId>${project.groupId}</groupId>
99       <artifactId>alto-service-model-networkmap-impl</artifactId>
100       <version>${project.version}</version>
101       <type>xml</type>
102       <classifier>config</classifier>
103     </dependency>
104     <dependency>
105       <groupId>${project.groupId}</groupId>
106       <artifactId>alto-service-model-networkmap-api</artifactId>
107       <version>${project.version}</version>
108     </dependency>
109     <dependency>
110       <groupId>${project.groupId}</groupId>
111       <artifactId>alto-service-model-base-features</artifactId>
112       <classifier>features</classifier>
113       <version>${project.version}</version>
114       <type>xml</type>
115       <scope>runtime</scope>
116     </dependency>
117     <dependency>
118       <groupId>${project.groupId}</groupId>
119       <artifactId>alto-service-model-base-api</artifactId>
120       <version>${project.version}</version>
121     </dependency>
122   </dependencies>
123 </project>