Bump versions by x.y.(z+1)
[topoprocessing.git] / features / odl-topoprocessing-framework / pom.xml
1 <?xml version="1.0" encoding="UTF-8"?>\r
2 <project xmlns="http://maven.apache.org/POM/4.0.0"\r
3          xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"\r
4          xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">\r
5     <modelVersion>4.0.0</modelVersion>\r
6 \r
7     <parent>\r
8         <groupId>org.opendaylight.odlparent</groupId>\r
9         <artifactId>single-feature-parent</artifactId>\r
10         <version>2.0.4</version>\r
11         <relativePath/>\r
12     </parent>\r
13 \r
14     <groupId>org.opendaylight.topoprocessing</groupId>\r
15     <artifactId>odl-topoprocessing-framework</artifactId>\r
16     <version>0.4.0-SNAPSHOT</version>\r
17     <packaging>feature</packaging>\r
18 \r
19     <!-- <name> formatting is used by autorelease to parse and notify projects on\r
20          build failure. Please do not modify this unless you have a good reason. -->\r
21     <name>ODL :: topoprocessing :: ${project.artifactId}</name>\r
22 \r
23     <dependencyManagement>\r
24         <dependencies>\r
25             <dependency>\r
26                 <groupId>org.opendaylight.mdsal.model</groupId>\r
27                 <artifactId>mdsal-model-artifacts</artifactId>\r
28                 <version>0.11.0-SNAPSHOT</version>\r
29                 <type>pom</type>\r
30                 <scope>import</scope>\r
31             </dependency>\r
32             <dependency>\r
33                 <groupId>org.opendaylight.controller</groupId>\r
34                 <artifactId>mdsal-artifacts</artifactId>\r
35                 <version>1.6.0-SNAPSHOT</version>\r
36                 <type>pom</type>\r
37                 <scope>import</scope>\r
38             </dependency>\r
39             <dependency>\r
40                 <groupId>org.opendaylight.yangtools</groupId>\r
41                 <artifactId>yangtools-artifacts</artifactId>\r
42                 <version>1.2.0-SNAPSHOT</version>\r
43                 <type>pom</type>\r
44                 <scope>import</scope>\r
45             </dependency>\r
46             <dependency>\r
47                 <groupId>org.opendaylight.controller.thirdparty</groupId>\r
48                 <artifactId>net.sf.jung2</artifactId>\r
49                 <version>2.0.1</version>\r
50             </dependency>\r
51         </dependencies>\r
52     </dependencyManagement>\r
53 \r
54 \r
55     <dependencies>\r
56         <dependency>\r
57             <groupId>org.opendaylight.yangtools</groupId>\r
58             <artifactId>odl-yangtools-common</artifactId>\r
59             <type>xml</type>\r
60             <classifier>features</classifier>\r
61         </dependency>\r
62         <dependency>\r
63             <groupId>org.opendaylight.mdsal.model</groupId>\r
64             <artifactId>odl-mdsal-models</artifactId>\r
65             <type>xml</type>\r
66             <classifier>features</classifier>\r
67         </dependency>\r
68         <dependency>\r
69             <groupId>org.opendaylight.controller</groupId>\r
70             <artifactId>odl-mdsal-common</artifactId>\r
71             <type>xml</type>\r
72             <classifier>features</classifier>\r
73         </dependency>\r
74         <dependency>\r
75             <groupId>org.opendaylight.controller</groupId>\r
76             <artifactId>odl-mdsal-broker</artifactId>\r
77             <type>xml</type>\r
78             <classifier>features</classifier>\r
79         </dependency>\r
80         <dependency>\r
81             <groupId>org.opendaylight.controller.thirdparty</groupId>\r
82             <artifactId>net.sf.jung2</artifactId>\r
83         </dependency>\r
84         <dependency>\r
85             <groupId>org.opendaylight.controller.model</groupId>\r
86             <artifactId>model-inventory</artifactId>\r
87         </dependency>\r
88         <dependency>\r
89             <groupId>org.opendaylight.topoprocessing</groupId>\r
90             <artifactId>topoprocessing-api</artifactId>\r
91             <version>${project.version}</version>\r
92         </dependency>\r
93         <dependency>\r
94             <groupId>org.opendaylight.topoprocessing</groupId>\r
95             <artifactId>topoprocessing-impl</artifactId>\r
96             <version>${project.version}</version>\r
97         </dependency>\r
98         <dependency>\r
99             <groupId>org.opendaylight.topoprocessing</groupId>\r
100             <artifactId>topoprocessing-spi</artifactId>\r
101             <version>${project.version}</version>\r
102         </dependency>\r
103         <dependency>\r
104             <groupId>org.opendaylight.topoprocessing</groupId>\r
105             <artifactId>topoprocessing-common</artifactId>\r
106             <version>${project.version}</version>\r
107         </dependency>\r
108     </dependencies>\r
109 \r
110 </project>\r