Bump odlparent to 3.1.9
[yangtools.git] / third-party / triemap / pom.xml
index 7afab6a15acc2b55a3cfc9650c50f1da1ec53473..05859c69e89bfc942c2e5e85fffd0767795a41a7 100644 (file)
     <parent>
         <groupId>org.opendaylight.odlparent</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>3.1.2</version>
+        <version>3.1.9</version>
         <relativePath/>
     </parent>
 
     <modelVersion>4.0.0</modelVersion>
     <groupId>org.opendaylight.yangtools</groupId>
     <artifactId>triemap</artifactId>
-    <version>1.0.7-SNAPSHOT</version>
+    <version>1.0.21-SNAPSHOT</version>
     <packaging>bundle</packaging>
 
     <description>Java implementation of a concurrent trie hash map from Scala collections library</description>