Bump versions to 2.0.16-SNAPSHOT
[yangtools.git] / third-party / triemap / pom.xml
index 6b69583a3657cb4c665ca43b6fc3d4bcf1538a5d..aa29b2132ff22d338adbc8e0e40ac1d2a1e95b24 100644 (file)
     <parent>
         <groupId>org.opendaylight.odlparent</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>3.1.0</version>
+        <version>3.1.4</version>
         <relativePath/>
     </parent>
 
     <modelVersion>4.0.0</modelVersion>
     <groupId>org.opendaylight.yangtools</groupId>
     <artifactId>triemap</artifactId>
-    <version>1.0.3-SNAPSHOT</version>
+    <version>1.0.15-SNAPSHOT</version>
     <packaging>bundle</packaging>
 
     <description>Java implementation of a concurrent trie hash map from Scala collections library</description>