Bump version to 2.1.5-SNAPSHOT
[yangtools.git] / third-party / triemap / pom.xml
index bf1cc2a454978c3f0d02e21fa64576ab72605db3..1c86d91aeae214994c45b24d71067baf5fb91918 100644 (file)
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>2.1.4-SNAPSHOT</version>
+        <version>2.1.5-SNAPSHOT</version>
         <relativePath>../../bundle-parent</relativePath>
     </parent>
 
     <artifactId>triemap</artifactId>
-    <version>1.1.4-SNAPSHOT</version>
+    <version>1.1.5-SNAPSHOT</version>
     <packaging>bundle</packaging>
 
     <description>Java implementation of a concurrent trie hash map from Scala collections library</description>