Bump versions to .16-SNAPSHOT
[yangtools.git] / third-party / triemap / pom.xml
index 3558e554cef7670effe50fc4ec98d8028ad39a3b..8519b22760d341f7cffef8bd5d468b1bdba73592 100644 (file)
     <parent>
         <groupId>org.opendaylight.odlparent</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>3.1.3</version>
+        <version>3.1.5</version>
         <relativePath/>
     </parent>
 
     <modelVersion>4.0.0</modelVersion>
     <groupId>org.opendaylight.yangtools</groupId>
     <artifactId>triemap</artifactId>
-    <version>1.0.11-SNAPSHOT</version>
+    <version>1.0.16-SNAPSHOT</version>
     <packaging>bundle</packaging>
 
     <description>Java implementation of a concurrent trie hash map from Scala collections library</description>