Bump versions for next version
[yangtools.git] / third-party / triemap / pom.xml
index c94b92b8578d1636f5cd910ed17cb8dca2ca76a7..6061b4622fc43265a3f1741b986ef90fe5c4c868 100644 (file)
     <parent>
         <groupId>org.opendaylight.odlparent</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>3.0.2</version>
+        <version>3.1.3</version>
         <relativePath/>
     </parent>
 
     <modelVersion>4.0.0</modelVersion>
     <groupId>org.opendaylight.yangtools</groupId>
     <artifactId>triemap</artifactId>
-    <version>1.0.1-SNAPSHOT</version>
+    <version>1.0.6.2-SNAPSHOT</version>
     <packaging>bundle</packaging>
 
     <description>Java implementation of a concurrent trie hash map from Scala collections library</description>