Bump versions by x.(y+1).z for next dev cycle
[openflowplugin.git] / test-provider / pom.xml
1 <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">
2     <modelVersion>4.0.0</modelVersion>
3     <parent>
4         <groupId>org.opendaylight.openflowplugin</groupId>
5         <artifactId>openflowplugin-parent</artifactId>
6         <version>0.8.0-SNAPSHOT</version>
7         <relativePath>../parent</relativePath>
8     </parent>
9     <artifactId>test-provider</artifactId>
10     <packaging>bundle</packaging>
11     <scm>
12         <connection>scm:git:ssh://git.opendaylight.org:29418/controller.git</connection>
13         <developerConnection>scm:git:ssh://git.opendaylight.org:29418/openflowplugin.git</developerConnection>
14     </scm>
15     <dependencies>
16         <dependency>
17             <groupId>com.google.guava</groupId>
18             <artifactId>guava</artifactId>
19         </dependency>
20         <dependency>
21             <groupId>org.opendaylight.controller</groupId>
22             <artifactId>sal-binding-api</artifactId>
23         </dependency>
24         <dependency>
25             <groupId>org.opendaylight.openflowplugin.model</groupId>
26             <artifactId>model-flow-service</artifactId>
27         </dependency>
28         <dependency>
29             <groupId>org.opendaylight.openflowplugin.model</groupId>
30             <artifactId>model-flow-base</artifactId>
31         </dependency>
32         <dependency>
33             <groupId>org.opendaylight.controller.model</groupId>
34             <artifactId>model-inventory</artifactId>
35         </dependency>
36         <dependency>
37             <groupId>org.opendaylight.openflowplugin.model</groupId>
38             <artifactId>model-flow-statistics</artifactId>
39         </dependency>
40         <dependency>
41             <groupId>org.eclipse.tycho</groupId>
42             <artifactId>org.eclipse.osgi</artifactId>
43             <version>3.10.101.v20150820-1432</version>
44         </dependency>
45         <dependency>
46             <groupId>commons-lang</groupId>
47             <artifactId>commons-lang</artifactId>
48           </dependency>
49     </dependencies>
50
51     <build>
52         <plugins>
53             <plugin>
54                 <groupId>org.apache.felix</groupId>
55                 <artifactId>maven-bundle-plugin</artifactId>
56                 <extensions>true</extensions>
57             </plugin>
58         </plugins>
59     </build>
60 </project>