Bump odlparent to 6.0.0-SNAPSHOT
[yangtools.git] / features / odl-yangtools-util / pom.xml
index 8bdf49bd07f30cd15e3513a489749d539177e80d..0a2c4157919f61705d167b52b6ebc4e8ba30b934 100644 (file)
     <parent>
         <groupId>org.opendaylight.odlparent</groupId>
         <artifactId>single-feature-parent</artifactId>
-        <version>4.0.5</version>
+        <version>6.0.0-SNAPSHOT</version>
         <relativePath/>
     </parent>
 
     <groupId>org.opendaylight.yangtools</groupId>
     <artifactId>odl-yangtools-util</artifactId>
-    <version>2.1.6-SNAPSHOT</version>
+    <version>4.0.0-SNAPSHOT</version>
     <packaging>feature</packaging>
     <name>OpenDaylight :: Yangtools :: Utilities</name>
     <description>YANG Tools common concepts and utilities</description>
@@ -37,8 +37,8 @@
 
     <dependencies>
         <dependency>
-            <groupId>org.opendaylight.yangtools</groupId>
-            <artifactId>odl-triemap</artifactId>
+            <groupId>tech.pantheon.triemap</groupId>
+            <artifactId>pt-triemap</artifactId>
             <type>xml</type>
             <classifier>features</classifier>
         </dependency>