[maven-release-plugin] prepare for next development iteration
[lispflowmapping.git] / commons / code-parent / 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.lispflowmapping</groupId>
6                 <artifactId>lispflowmapping-commons</artifactId>
7                 <version>1.1.3-SNAPSHOT</version>
8                 <relativePath>../parent</relativePath>
9         </parent>
10         <artifactId>lispflowmapping-code-commons</artifactId>
11         <packaging>pom</packaging>
12         <scm>
13                 <connection>scm:git:https://git.opendaylight.org/gerrit/p/lispflowmapping.git</connection>
14                 <developerConnection>scm:git:ssh://git.opendaylight.org:29418/lispflowmapping.git</developerConnection>
15                 <url>https://wiki.opendaylight.org/view/OpenDaylight_Lisp_Flow_Mapping:Main</url>
16                 <tag>HEAD</tag>
17         </scm>
18         <dependencies>
19                 <dependency>
20                         <groupId>org.opendaylight.lispflowmapping</groupId>
21                         <artifactId>common.unittest.tools</artifactId>
22                         <scope>test</scope>
23                 </dependency>
24                 <dependency>
25                         <groupId>junit</groupId>
26                         <artifactId>junit</artifactId>
27                 </dependency>
28                 <dependency>
29                         <groupId>org.hamcrest</groupId>
30                         <artifactId>hamcrest-core</artifactId>
31                         <scope>test</scope>
32                 </dependency>
33                 <dependency>
34                         <groupId>org.jmock</groupId>
35                         <artifactId>jmock-junit4</artifactId>
36                         <scope>test</scope>
37                 </dependency>
38                 <dependency>
39                         <groupId>org.jmock</groupId>
40                         <artifactId>jmock-legacy</artifactId>
41                         <scope>test</scope>
42                 </dependency>
43                 <dependency>
44                         <groupId>junit-addons</groupId>
45                         <artifactId>junit-addons</artifactId>
46                         <scope>test</scope>
47                 </dependency>
48         </dependencies>
49 </project>