Release mdsal
[mdsal.git] / binding / binding-parent / pom.xml
index 5460d66804de09bde78b83f2d1d1f17d6b08d076..15ab32defd4346d1f556b78db9a52dcf52a6c7db 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.mdsal</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>13.0.0-SNAPSHOT</version>
+        <version>13.0.1</version>
         <relativePath>../../bundle-parent</relativePath>
     </parent>
 
@@ -21,7 +21,7 @@
     <packaging>pom</packaging>
 
     <properties>
-        <spotbugs.onlyAnalyze>!org.opendaylight.yang.gen.-</spotbugs.onlyAnalyze>
+        <spotbugs.onlyAnalyze>!org.opendaylight.yang.gen.-,!org.opendaylight.yang.svc.-</spotbugs.onlyAnalyze>
         <!-- FIXME: fix these up and set maven.javadoc.failOnWarnings=true -->
         <doclint>all,-missing</doclint>
     </properties>
                         <plugin>
                             <groupId>org.opendaylight.yangtools</groupId>
                             <artifactId>yang-maven-plugin</artifactId>
-                            <version>13.0.1</version>
+                            <version>13.0.2</version>
                             <dependencies>
                                 <dependency>
                                     <groupId>org.opendaylight.mdsal</groupId>
                                     <artifactId>mdsal-binding-java-api-generator</artifactId>
-                                    <version>13.0.0-SNAPSHOT</version>
+                                    <version>13.0.1</version>
                                 </dependency>
                             </dependencies>
                             <executions>