Remove superfluouse @NonNull
[mdsal.git] / bundle-parent / pom.xml
index 5035d11215547f9194b700c96d48c4b2007648a1..d06d9c476dd065e7e10b5f9b6e7cb10bb5a01d45 100644 (file)
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>13.0.0</version>
+        <version>13.0.1</version>
         <relativePath/>
     </parent>
 
     <modelVersion>4.0.0</modelVersion>
     <groupId>org.opendaylight.mdsal</groupId>
     <artifactId>bundle-parent</artifactId>
-    <version>13.0.0-SNAPSHOT</version>
+    <version>13.0.1-SNAPSHOT</version>
     <packaging>pom</packaging>
     <name>${project.artifactId}</name>
     <description>Bundle parent (felix-based)</description>
@@ -29,7 +29,7 @@
             <dependency>
                 <groupId>org.opendaylight.mdsal</groupId>
                 <artifactId>bnd-parent</artifactId>
-                <version>13.0.0-SNAPSHOT</version>
+                <version>13.0.1-SNAPSHOT</version>
                 <type>pom</type>
                 <scope>import</scope>
             </dependency>