Release mdsal
[mdsal.git] / binding / mdsal-binding-util-tests / pom.xml
index 2078a2b0b63fbf9c2e99f472d7cc3bd0464cbb16..adf48acd85fb4b26c232976b1e6e767ae90a2972 100644 (file)
          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>bundle-parent</artifactId>
-        <version>4.0.2</version>
+        <groupId>org.opendaylight.mdsal</groupId>
+        <artifactId>dom-parent</artifactId>
+        <version>5.0.1</version>
+        <relativePath>../../dom/dom-parent</relativePath>
     </parent>
 
-    <groupId>org.opendaylight.mdsal</groupId>
     <artifactId>mdsal-binding-util-tests</artifactId>
-    <version>1.0.1-SNAPSHOT</version>
-
-    <dependencyManagement>
-        <dependencies>
-            <dependency>
-                <groupId>org.opendaylight.mdsal</groupId>
-                <artifactId>mdsal-artifacts</artifactId>
-                <version>3.0.1-SNAPSHOT</version>
-                <type>pom</type>
-                <scope>import</scope>
-            </dependency>
-        </dependencies>
-    </dependencyManagement>
+    <version>3.0.1</version>
 
     <dependencies>
         <dependency>
@@ -57,4 +44,4 @@
             <type>test-jar</type>
         </dependency>
     </dependencies>
-</project>
\ No newline at end of file
+</project>