Release mdsal
[mdsal.git] / binding / mdsal-binding-test-model / pom.xml
index dfe3b56ced5bc95f09b04d28a29636c33a501517..2822a47867a8433e183ae0cadcc561e8154d8295 100644 (file)
     <parent>
         <groupId>org.opendaylight.mdsal</groupId>
         <artifactId>binding-parent</artifactId>
-        <version>5.0.1-SNAPSHOT</version>
+        <version>9.0.3</version>
         <relativePath>../binding-parent</relativePath>
     </parent>
 
     <modelVersion>4.0.0</modelVersion>
     <artifactId>mdsal-binding-test-model</artifactId>
-    <version>3.0.1-SNAPSHOT</version>
+    <version>9.0.3</version>
     <packaging>bundle</packaging>
     <name>${project.artifactId}</name>
     <description>${project.artifactId}</description>
 
+    <properties>
+        <!-- generated code, let's not bother with these -->
+        <pmd.skip>true</pmd.skip>
+        <cpd.skip>true</cpd.skip>
+    </properties>
+
     <dependencies>
         <dependency>
             <groupId>org.opendaylight.mdsal.model</groupId>