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