Bump versions by x.(y+1).z for next dev cycle
[netconf.git] / netconf / netconf-topology-config / pom.xml
index 3d6991765f75e53b84198dc36cc250f8877e66bb..e046e80cd9cee8099f4065ee20398a5e03175097 100644 (file)
     <parent>
         <groupId>org.opendaylight.odlparent</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>1.9.0</version>
+        <version>2.0.4</version>
         <relativePath/>
     </parent>
 
     <groupId>org.opendaylight.netconf</groupId>
     <artifactId>netconf-topology-config</artifactId>
-    <version>1.3.0-SNAPSHOT</version>
+    <version>1.4.0-SNAPSHOT</version>
     <description>Configuration files for netconf topology</description>
     <packaging>bundle</packaging>
 
@@ -28,7 +28,7 @@
         <dependencies>
             <dependency>
                 <groupId>org.opendaylight.netconf</groupId>
-                <artifactId>netconf-subsystem</artifactId>
+                <artifactId>netconf-artifacts</artifactId>
                 <version>${project.version}</version>
                 <type>pom</type>
                 <scope>import</scope>