Migrate to using netconf-artifacts 14/83914/2
authorRobert Varga <robert.varga@pantheon.tech>
Thu, 22 Aug 2019 14:57:44 +0000 (16:57 +0200)
committerRobert Varga <robert.varga@pantheon.tech>
Thu, 22 Aug 2019 14:58:19 +0000 (16:58 +0200)
restconf-artifacts is going away, being integrated into
netconf-artifacts -- update the reference.

Change-Id: Ifd8e335a0ab21ef5a4a4eab87b31a5be580bff23
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
features/production/odl-neutron-northbound-api/pom.xml
northbound-api/pom.xml

index 5d3a864eecf4161e1e78b1aa57d9441e907d00be..bf0918522166d9cb3a92f7747b012d57832ea979 100644 (file)
@@ -43,8 +43,8 @@
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.netconf</groupId>
-                <artifactId>restconf-artifacts</artifactId>
-                <version>1.11.0-SNAPSHOT</version>
+                <artifactId>netconf-artifacts</artifactId>
+                <version>1.8.0-SNAPSHOT</version>
                 <type>pom</type>
                 <scope>import</scope>
             </dependency>
index 0b936251271b24c52a8528475d241c5b440535a8..a2ecf25feaf2c3ac298fc90ff327b06e313ebd1a 100644 (file)
@@ -35,8 +35,8 @@
       </dependency>
       <dependency>
         <groupId>org.opendaylight.netconf</groupId>
-        <artifactId>restconf-artifacts</artifactId>
-        <version>1.11.0-SNAPSHOT</version>
+        <artifactId>netconf-artifacts</artifactId>
+        <version>1.8.0-SNAPSHOT</version>
         <type>pom</type>
         <scope>import</scope>
       </dependency>