Bump versions by x.y.(z+1)
[neutron.git] / features / test / pom.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <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">
3   <modelVersion>4.0.0</modelVersion>
4   <parent>
5     <groupId>org.opendaylight.odlparent</groupId>
6     <artifactId>features-parent</artifactId>
7     <version>1.7.5-SNAPSHOT</version>
8     <relativePath/>
9   </parent>
10   <groupId>org.opendaylight.neutron</groupId>
11   <artifactId>features-neutron-test</artifactId>
12   <version>0.7.5-SNAPSHOT</version>
13   <packaging>jar</packaging>
14
15   <dependencies>
16     <dependency>
17       <groupId>org.opendaylight.neutron</groupId>
18       <artifactId>features-neutron</artifactId>
19       <version>${project.version}</version>
20       <classifier>features</classifier>
21       <type>xml</type>
22     </dependency>
23     <dependency>
24       <groupId>${project.groupId}</groupId>
25       <artifactId>neutron-logger</artifactId>
26       <version>${project.version}</version>
27     </dependency>
28   </dependencies>
29   <scm>
30     <connection>scm:git:ssh://git.opendaylight.org:29418/neutron.git</connection>
31     <developerConnection>scm:git:ssh://git.opendaylight.org:29418/neutron.git</developerConnection>
32     <tag>HEAD</tag>
33     <url>https://wiki.opendaylight.org/view/NeutronNorthBound:Main</url>
34   </scm>
35 </project>