Prepare use of Lighty core dev SNAPSHOTs
[transportpce.git] / nbinotifications / pom.xml
index e49c0f15d8b5cf529ebc3324158e8a8ce9b4c43f..8611587d311469530cb6ad7828936e2ac218bbf5 100644 (file)
     <parent>
         <groupId>org.opendaylight.mdsal</groupId>
         <artifactId>binding-parent</artifactId>
-        <version>7.0.5</version>
+        <version>7.0.6</version>
         <relativePath />
     </parent>
 
     <groupId>org.opendaylight.transportpce</groupId>
     <artifactId>transportpce-nbinotifications</artifactId>
-    <version>3.0.0-SNAPSHOT</version>
+    <version>4.0.0-SNAPSHOT</version>
     <packaging>bundle</packaging>
 
     <properties>
         <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
         <kafka.version>2.6.0</kafka.version>
     </properties>
-
     <dependencies>
         <dependency>
             <groupId>${project.groupId}</groupId>
@@ -67,5 +66,4 @@
             <scope>test</scope>
         </dependency>
     </dependencies>
-
 </project>