Bump to odlparent 3.1.3
[controller.git] / opendaylight / md-sal / sal-common-testutil / pom.xml
index d5b802a2de6dc62c79c5bf167007d69e6a01a4a0..5d375f208d7f74e387ed542bc3dc0c94861b7fa4 100644 (file)
@@ -1,17 +1,17 @@
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-  xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+<?xml version="1.0"?>
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
   <modelVersion>4.0.0</modelVersion>
 
   <parent>
     <groupId>org.opendaylight.odlparent</groupId>
     <artifactId>odlparent</artifactId>
-    <version>2.0.5</version>
-    <relativePath />
+    <version>3.1.3</version>
+    <relativePath/>
   </parent>
 
   <groupId>org.opendaylight.controller</groupId>
   <artifactId>sal-common-testutil</artifactId>
-  <version>1.7.0-SNAPSHOT</version>
+  <version>1.7.3-SNAPSHOT</version>
 
   <dependencies>
     <dependency>
@@ -27,7 +27,7 @@
     <dependency>
       <groupId>org.opendaylight.yangtools</groupId>
       <artifactId>testutils</artifactId>
-      <version>2.0.0-SNAPSHOT</version>
+      <version>2.0.5</version>
     </dependency>
   </dependencies>
 </project>