Update user-guide.rst
[netconf.git] / features / netconf-connector / pom.xml
index d20a3ee6db399a700851b11002663f81b05e594e..7e0b5f645c355e49e429be8bc8ea1551cc9c0eb5 100644 (file)
@@ -6,29 +6,27 @@
  terms of the Eclipse Public License v1.0 which accompanies this distribution,
  and is available at http://www.eclipse.org/legal/epl-v10.html
  -->
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-         xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
     <modelVersion>4.0.0</modelVersion>
     <parent>
         <groupId>org.opendaylight.odlparent</groupId>
         <artifactId>odlparent</artifactId>
-        <version>2.0.2</version>
+        <version>3.1.7</version>
         <relativePath/>
     </parent>
     <groupId>org.opendaylight.netconf</groupId>
     <artifactId>features-netconf-connector-aggregator</artifactId>
-    <version>1.3.0-SNAPSHOT</version>
+    <version>1.5.4-SNAPSHOT</version>
     <packaging>pom</packaging>
 
     <properties>
-      <commons.opendaylight.version>1.9.0-SNAPSHOT</commons.opendaylight.version>
-      <controller.mdsal.version>1.6.0-SNAPSHOT</controller.mdsal.version>
-      <config.version>0.7.0-SNAPSHOT</config.version>
-      <mdsal.version>2.3.0-SNAPSHOT</mdsal.version>
-      <mdsal.model.version>0.11.0-SNAPSHOT</mdsal.model.version>
-      <netconf.version>1.3.0-SNAPSHOT</netconf.version>
-      <netconf.connector.version>1.6.0-SNAPSHOT</netconf.connector.version>
-      <yangtools.version>1.2.0-SNAPSHOT</yangtools.version>
+      <commons.opendaylight.version>1.11.4-SNAPSHOT</commons.opendaylight.version>
+      <controller.mdsal.version>1.8.4-SNAPSHOT</controller.mdsal.version>
+      <config.version>0.9.4-SNAPSHOT</config.version>
+      <mdsal.version>2.5.4-SNAPSHOT</mdsal.version>
+      <mdsal.model.version>0.13.4-SNAPSHOT</mdsal.model.version>
+      <netconf.version>1.5.4-SNAPSHOT</netconf.version>
+      <netconf.connector.version>1.8.4-SNAPSHOT</netconf.connector.version>
     </properties>
 
     <modules>
       <dependency>
         <groupId>org.opendaylight.netconf</groupId>
         <artifactId>netconf-artifacts</artifactId>
-        <version>1.3.0-SNAPSHOT</version>
+        <version>1.5.4-SNAPSHOT</version>
+        <type>pom</type>
+        <scope>import</scope>
+      </dependency>
+      <dependency>
+        <groupId>org.opendaylight.yangtools</groupId>
+        <artifactId>yangtools-artifacts</artifactId>
+        <version>2.0.20</version>
         <type>pom</type>
         <scope>import</scope>
       </dependency>
@@ -59,7 +64,6 @@
     <dependency>
       <groupId>org.opendaylight.yangtools</groupId>
       <artifactId>features-yangtools</artifactId>
-      <version>${yangtools.version}</version>
       <classifier>features</classifier>
       <type>xml</type>
     </dependency>
       <groupId>${project.groupId}</groupId>
       <artifactId>callhome-protocol</artifactId>
     </dependency>
-    <dependency>
-      <groupId>${project.groupId}</groupId>
-      <artifactId>netconf-connector-config</artifactId>
-    </dependency>
     <dependency>
       <groupId>${project.groupId}</groupId>
       <artifactId>netconf-config</artifactId>