Release mdsal
[mdsal.git] / binding2 / mdsal-binding2-test-model / pom.xml
index 1bac77cd3e67d87413e84e0445af67f72e9e3bec..1814789dee3410cbfd8b0b1166ecc1667fcd00e9 100644 (file)
     <parent>
         <groupId>org.opendaylight.mdsal</groupId>
         <artifactId>mdsal-model-binding2-parent</artifactId>
-        <version>0.11.0-SNAPSHOT</version>
+        <version>3.0.7</version>
         <relativePath>../mdsal-model-binding2-parent</relativePath>
     </parent>
 
     <modelVersion>4.0.0</modelVersion>
     <artifactId>mdsal-binding2-test-model</artifactId>
+    <version>0.15.7</version>
     <packaging>bundle</packaging>
+    <name>${project.artifactId}</name>
+    <description>${project.artifactId}</description>
 
     <dependencies>
         <dependency>
@@ -27,7 +30,7 @@
             <artifactId>mdsal-binding2-spec</artifactId>
         </dependency>
         <dependency>
-            <groupId>org.opendaylight.mdsal.model</groupId>
+            <groupId>org.opendaylight.mdsal.model.binding2</groupId>
             <artifactId>yang-ext</artifactId>
             <exclusions>
                 <exclusion>
@@ -38,4 +41,4 @@
         </dependency>
     </dependencies>
 
-</project>
\ No newline at end of file
+</project>