[maven-release-plugin] prepare release lispflowmapping-all-1.1.4
[lispflowmapping.git] / commons / unittest_tools / pom.xml
index b8e6780cfbed48cff5f18b65718255f63254ef3a..7697252d535104886a44f68303d5f66a0d7a245d 100644 (file)
@@ -1,30 +1,34 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<project
-       xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"
-       xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+<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">
        <modelVersion>4.0.0</modelVersion>
        <parent>
-                <groupId>org.opendaylight.lispflowmapping</groupId>
-                <artifactId>lispflowmapping-commons</artifactId>
-                <version>0.1.0-SNAPSHOT</version>
-                <relativePath>../parent</relativePath>
+               <groupId>org.opendaylight.lispflowmapping</groupId>
+               <artifactId>lispflowmapping-commons</artifactId>
+               <version>1.1.4</version>
+               <relativePath>../parent</relativePath>
        </parent>
        <artifactId>common.unittest.tools</artifactId>
-       <version>0.1.0-SNAPSHOT</version>
        <packaging>jar</packaging>
+       <scm>
+               <connection>scm:git:https://git.opendaylight.org/gerrit/p/lispflowmapping.git</connection>
+               <developerConnection>scm:git:ssh://git.opendaylight.org:29418/lispflowmapping.git</developerConnection>
+               <url>https://wiki.opendaylight.org/view/OpenDaylight_Lisp_Flow_Mapping:Main</url>
+               <tag>lispflowmapping-all-1.1.4</tag>
+       </scm>
        <dependencies>
-                           <dependency>
-                               <groupId>equinoxSDK381</groupId>
-                               <artifactId>org.eclipse.osgi</artifactId>
-                           </dependency>
                <dependency>
-                       <groupId>junit</groupId>
-                       <artifactId>junit</artifactId>
+                       <groupId>equinoxSDK381</groupId>
+                       <artifactId>org.eclipse.osgi</artifactId>
                </dependency>
                <dependency>
                        <groupId>org.hamcrest</groupId>
                        <artifactId>hamcrest-core</artifactId>
                </dependency>
+               <dependency>
+                       <groupId>junit</groupId>
+                       <artifactId>junit</artifactId>
+               </dependency>
+
                <dependency>
                        <groupId>org.jmock</groupId>
                        <artifactId>jmock-junit4</artifactId>
                        <groupId>junit-addons</groupId>
                        <artifactId>junit-addons</artifactId>
                </dependency>
+               <dependency>
+<groupId>org.slf4j</groupId>
+<artifactId>slf4j-api</artifactId>
+<version>${slf4j.version}</version>
+</dependency>
+               
        </dependencies>
 </project>