Bump versions to 4.0.15-SNAPSHOT
[mdsal.git] / model / ietf / ietf-restconf / pom.xml
index 97f8ef0a025bcd591101d62d06991cb483c12fd0..2137cd5c30162289335853137378fa140395012f 100644 (file)
     <parent>
         <groupId>org.opendaylight.mdsal</groupId>
         <artifactId>binding-parent</artifactId>
-        <version>0.15.0-SNAPSHOT</version>
+        <version>4.0.15-SNAPSHOT</version>
         <relativePath>../../../binding/binding-parent</relativePath>
     </parent>
 
     <modelVersion>4.0.0</modelVersion>
     <groupId>org.opendaylight.mdsal.model</groupId>
     <artifactId>ietf-restconf</artifactId>
-    <version>2013.10.19.15.0-SNAPSHOT</version>
+    <version>2013.10.19.16.15-SNAPSHOT</version>
     <name>${project.artifactId}</name>
     <description>${project.artifactId}</description>
     <packaging>bundle</packaging>
 
     <dependencies>
         <dependency>
-            <groupId>org.opendaylight.mdsal.model</groupId>
-            <artifactId>ietf-inet-types-2013-07-15</artifactId>
-        </dependency>
-        <!--  TODO: We need a better way to handle versioning... -->
-        <dependency>
-            <groupId>org.opendaylight.mdsal.model</groupId>
-            <artifactId>ietf-yang-types-20130715</artifactId>
-        </dependency>
-
-        <dependency>
-            <groupId>junit</groupId>
-            <artifactId>junit</artifactId>
+            <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
+            <artifactId>rfc6991</artifactId>
         </dependency>
     </dependencies>
 </project>