Bump odlparent to 3.1.8
[yangtools.git] / third-party / triemap / pom.xml
index aa29b2132ff22d338adbc8e0e40ac1d2a1e95b24..a6b550979b4f8e5dd88c1f204c83c033c274477e 100644 (file)
     <parent>
         <groupId>org.opendaylight.odlparent</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>3.1.4</version>
+        <version>3.1.8</version>
         <relativePath/>
     </parent>
 
     <modelVersion>4.0.0</modelVersion>
     <groupId>org.opendaylight.yangtools</groupId>
     <artifactId>triemap</artifactId>
-    <version>1.0.15-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>