Bug 3067: Improved error reporting in Binding Data Codec
[mdsal.git] / model / ietf / ietf-inet-types / pom.xml
index 2f5acd2556ace96e0f1d8e58fac482a9e9999cf1..cad85086202a35ccbdfc659a814879c0f45f4970 100644 (file)
     <parent>
         <artifactId>model-ietf</artifactId>
         <groupId>org.opendaylight.yangtools.model</groupId>
-        <version>0.6.0</version>
+        <version>0.8.0-SNAPSHOT</version>
     </parent>
 
     <modelVersion>4.0.0</modelVersion>
     <artifactId>ietf-inet-types</artifactId>
-    <version>2010.09.24.2</version>
+    <version>2010.09.24.8-SNAPSHOT</version>
     <name>${project.artifactId}</name>
     <description>${project.artifactId}</description>
 
+    <dependencies>
+        <dependency>
+            <groupId>junit</groupId>
+            <artifactId>junit</artifactId>
+            <scope>test</scope>
+        </dependency>
+    </dependencies>
+
     <build>
         <plugins>
             <plugin>
@@ -36,6 +44,7 @@
                     </instructions>
                 </configuration>
             </plugin>
+
         </plugins>
     </build>