Bump versions by x.y.(z+1)
[alto.git] / alto-extensions / rsade / impl / pom.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!-- vi: set et smarttab sw=4 tabstop=4: -->
3 <!--
4 Copyright © 2017 Yale University and others. All rights reserved.
5
6 This program and the accompanying materials are made available under the
7 terms of the Eclipse Public License v1.0 which accompanies this distribution,
8 and is available at http://www.eclipse.org/legal/epl-v10.html
9 -->
10 <project xmlns="http://maven.apache.org/POM/4.0.0" 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
13   <modelVersion>4.0.0</modelVersion>
14
15   <parent>
16     <groupId>org.opendaylight.controller</groupId>
17     <artifactId>config-parent</artifactId>
18     <version>0.6.3-SNAPSHOT</version>
19     <relativePath/>
20   </parent>
21
22   <groupId>org.opendaylight.alto</groupId>
23   <artifactId>rsade-impl</artifactId>
24   <version>0.4.3-SNAPSHOT</version>
25   <!-- <name> formatting is used by autorelease to parse and notify projects on
26        build failure. Please do not modify this unless you have a good reason. -->
27   <name>ODL :: org.opendaylight.alto :: ${project.artifactId}</name>
28   <packaging>bundle</packaging>
29
30   <dependencies>
31     <dependency>
32       <groupId>${project.groupId}</groupId>
33       <artifactId>rsade-api</artifactId>
34       <version>${project.version}</version>
35     </dependency>
36
37     <!-- Testing Dependencies -->
38     <dependency>
39       <groupId>junit</groupId>
40       <artifactId>junit</artifactId>
41       <scope>test</scope>
42     </dependency>
43
44     <dependency>
45       <groupId>org.mockito</groupId>
46       <artifactId>mockito-core</artifactId>
47       <scope>test</scope>
48     </dependency>
49   </dependencies>
50 </project>