Bump odlparent to 3.1.8
[yangtools.git] / benchmarks / pom.xml
index e0a318b24c78e7da226f44dc39cc4feabb16d6d6..65cf30128a8ffa79fca5aee83161902f6ddc3c91 100644 (file)
     <parent>
         <groupId>org.opendaylight.odlparent</groupId>
         <artifactId>odlparent</artifactId>
-        <version>3.1.5</version>
+        <version>3.1.8</version>
         <relativePath/>
     </parent>
     <modelVersion>4.0.0</modelVersion>
 
     <groupId>org.opendaylight.yangtools</groupId>
     <artifactId>benchmarks</artifactId>
-    <version>2.0.16-SNAPSHOT</version>
+    <version>2.0.21-SNAPSHOT</version>
 
     <dependencies>
         <dependency>
             <groupId>${project.groupId}</groupId>
             <artifactId>yang-data-impl</artifactId>
-            <version>2.0.16-SNAPSHOT</version>
+            <version>2.0.21-SNAPSHOT</version>
         </dependency>
         <dependency>
             <groupId>${project.groupId}</groupId>
             <artifactId>yang-test-util</artifactId>
-            <version>2.0.16-SNAPSHOT</version>
+            <version>2.0.21-SNAPSHOT</version>
             <scope>compile</scope>
         </dependency>
         <dependency>