Bump versions by x.(y+1).z for next dev cycle
[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>odlparent-lite</artifactId>
7     <version>2.0.4</version>
8     <relativePath/>
9   </parent>
10
11   <groupId>org.opendaylight.neutron</groupId>
12   <artifactId>features-test-aggregator</artifactId>
13   <version>0.10.0-SNAPSHOT</version>
14   <packaging>pom</packaging>
15
16   <modules>
17     <module>features-neutron-test</module>
18     <module>odl-neutron-logger-test</module>
19   </modules>
20
21   <scm>
22     <connection>scm:git:ssh://git.opendaylight.org:29418/neutron.git</connection>
23     <developerConnection>scm:git:ssh://git.opendaylight.org:29418/neutron.git</developerConnection>
24     <tag>HEAD</tag>
25     <url>https://wiki.opendaylight.org/view/NeutronNorthBound:Main</url>
26   </scm>
27 </project>