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