Use yangtools release instead of snapshots
[mdsal.git] / features / feature-parent / pom.xml
index 4ab8a2b3f5ceda1589a23c65e8e2753e98ed9cc1..5dc2d97b0c322f011c0bf4f8a84e5e0ad4dccf14 100644 (file)
@@ -11,7 +11,7 @@
     <parent>
         <groupId>org.opendaylight.odlparent</groupId>
         <artifactId>single-feature-parent</artifactId>
-        <version>10.0.0</version>
+        <version>11.0.0</version>
         <relativePath/>
     </parent>
 
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>yangtools-artifacts</artifactId>
-                <version>8.0.3</version>
+                <version>9.0.0</version>
                 <type>pom</type>
                 <scope>import</scope>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.mdsal</groupId>
-                <artifactId>mdsal-artifacts</artifactId>
+                <artifactId>dom-parent</artifactId>
                 <version>10.0.0-SNAPSHOT</version>
                 <type>pom</type>
                 <scope>import</scope>