Bump versions by x.(y+1).z
[lispflowmapping.git] / commons / unittest_tools / pom.xml
index d671f68739db55b66928db659d7d02a3f88514af..9db54ea4f69f8e873fad17d9c5a00027b0f58037 100644 (file)
@@ -5,7 +5,7 @@
   <parent>
     <groupId>org.opendaylight.lispflowmapping</groupId>
     <artifactId>lispflowmapping-commons</artifactId>
-    <version>1.7.0-SNAPSHOT</version>
+    <version>1.14.0-SNAPSHOT</version>
     <relativePath>../parent</relativePath>
   </parent>
 
        build failure. Please do not modify this unless you have a good reason. -->
   <name>ODL :: lispflowmapping :: ${project.artifactId}</name>
 
+  <properties>
+    <odlparent.checkstyle.enforce>false</odlparent.checkstyle.enforce>
+    <odlparent.spotbugs.enforce>false</odlparent.spotbugs.enforce>
+  </properties>
+
   <dependencies>
     <dependency>
       <groupId>junit</groupId>
@@ -23,6 +28,7 @@
     <dependency>
       <groupId>org.hamcrest</groupId>
       <artifactId>hamcrest-core</artifactId>
+      <version>1.3</version>
       <scope>compile</scope>
     </dependency>
     <dependency>