BUG-3963 Remove netconf-usermanager
[controller.git] / opendaylight / netconf / netconf-artifacts / pom.xml
index 12489339154075ae01545c2083c531cfd6e2f3e2..1d9e23edea41f8711b8ebcc57120ed61c9dedc65 100644 (file)
@@ -12,7 +12,7 @@
     <modelVersion>4.0.0</modelVersion>
     <groupId>org.opendaylight.controller</groupId>
     <artifactId>netconf-artifacts</artifactId>
-    <version>0.3.0-SNAPSHOT</version>
+    <version>0.4.0-SNAPSHOT</version>
     <packaging>pom</packaging>
 
     <dependencyManagement>
             </dependency>
             <dependency>
                 <groupId>${project.groupId}</groupId>
-                <artifactId>netconf-netty-util</artifactId>
+                <artifactId>mdsal-netconf-monitoring</artifactId>
                 <version>${project.version}</version>
             </dependency>
             <dependency>
                 <groupId>${project.groupId}</groupId>
-                <artifactId>netconf-ssh</artifactId>
+                <artifactId>netconf-netty-util</artifactId>
                 <version>${project.version}</version>
             </dependency>
             <dependency>
                 <groupId>${project.groupId}</groupId>
-                <artifactId>netconf-tcp</artifactId>
+                <artifactId>netconf-ssh</artifactId>
                 <version>${project.version}</version>
             </dependency>
             <dependency>
                 <groupId>${project.groupId}</groupId>
-                <artifactId>netconf-testtool</artifactId>
+                <artifactId>netconf-tcp</artifactId>
                 <version>${project.version}</version>
             </dependency>
             <dependency>
                 <groupId>${project.groupId}</groupId>
-                <artifactId>netconf-usermanager</artifactId>
+                <artifactId>netconf-testtool</artifactId>
                 <version>${project.version}</version>
             </dependency>
             <dependency>