Bump versions by x.y.(z+1)
[alto.git] / alto-basic / simple-ecs / hostnodetracker / pom.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <project xmlns="http://maven.apache.org/POM/4.0.0"
3          xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
4          xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
5     <parent>
6         <groupId>org.opendaylight.controller</groupId>
7         <artifactId>config-parent</artifactId>
8         <version>0.6.3-SNAPSHOT</version>
9         <relativePath/>
10     </parent>
11
12     <modelVersion>4.0.0</modelVersion>
13
14     <groupId>org.opendaylight.alto.basic</groupId>
15     <artifactId>hostnodetracker</artifactId>
16     <version>0.4.3-SNAPSHOT</version>
17     <name>ODL :: alto :: ${project.artifactId}</name>
18
19     <build>
20         <plugins>
21             <plugin>
22                 <groupId>org.apache.maven.plugins</groupId>
23                 <artifactId>maven-compiler-plugin</artifactId>
24                 <configuration>
25                     <source>1.6</source>
26                     <target>1.6</target>
27                 </configuration>
28             </plugin>
29         </plugins>
30     </build>
31     <packaging>bundle</packaging>
32
33     <dependencies>
34         <dependency>
35             <groupId>org.opendaylight.l2switch.hosttracker</groupId>
36             <artifactId>hosttracker-model</artifactId>
37             <version>0.6.3-SNAPSHOT</version>
38         </dependency>
39
40         <dependency>
41             <groupId>org.opendaylight.l2switch.addresstracker</groupId>
42             <artifactId>addresstracker-model</artifactId>
43             <version>0.6.3-SNAPSHOT</version>
44         </dependency>
45
46         <dependency>
47             <groupId>org.opendaylight.alto.core</groupId>
48             <artifactId>alto-service-model-base-api</artifactId>
49             <version>0.4.3-SNAPSHOT</version>
50         </dependency>
51         <dependency>
52             <groupId>org.opendaylight.alto.core</groupId>
53             <artifactId>alto-service-model-endpointcost-api</artifactId>
54             <version>0.4.3-SNAPSHOT</version>
55         </dependency>
56
57         <dependency>
58             <groupId>org.opendaylight.controller</groupId>
59             <artifactId>sal-binding-api</artifactId>
60             <version>1.6.3-SNAPSHOT</version>
61         </dependency>
62     </dependencies>
63
64 </project>