Bump odlparent to 3.1.8-SNAPSHOT
[yangtools.git] / third-party / triemap / pom.xml
index 8a95c86d34337633190ebfbf3f9decae83e6e6ca..6d6d5b78f68577f3979430171cf7d73d9f35a73b 100644 (file)
     <parent>
         <groupId>org.opendaylight.odlparent</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>3.1.0</version>
+        <version>3.1.8-SNAPSHOT</version>
         <relativePath/>
     </parent>
 
     <modelVersion>4.0.0</modelVersion>
     <groupId>org.opendaylight.yangtools</groupId>
     <artifactId>triemap</artifactId>
-    <version>1.0.4-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>