Remove references to mdsal-model-artifacts 26/75126/1
authorRobert Varga <robert.varga@pantheon.tech>
Sat, 11 Aug 2018 07:51:29 +0000 (09:51 +0200)
committerRobert Varga <robert.varga@pantheon.tech>
Sat, 11 Aug 2018 07:51:29 +0000 (09:51 +0200)
This artifact is going away, migrate to mdsal-artifacts.

Change-Id: Iad90d1107f4b407dfd947761d96e97311496b759
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
hwvtepsouthbound/hwvtepsouthbound-features/odl-ovsdb-hwvtepsouthbound-api/pom.xml
southbound/southbound-features/odl-ovsdb-southbound-api/pom.xml

index 1bef5bbdd92bf66cde7334eb8e0c3546cb892472..4057cb99627c4a8883567dab9d31f9ddedde7975 100644 (file)
@@ -20,9 +20,9 @@
     <dependencyManagement>
         <dependencies>
             <dependency>
-                <groupId>org.opendaylight.mdsal.model</groupId>
-                <artifactId>mdsal-model-artifacts</artifactId>
-                <version>0.14.0-SNAPSHOT</version>
+                <groupId>org.opendaylight.mdsal</groupId>
+                <artifactId>mdsal-artifacts</artifactId>
+                <version>2.6.0-SNAPSHOT</version>
                 <type>pom</type>
                 <scope>import</scope>
             </dependency>
index 78de7d26c2d72f94669bbc907fed5d6d5c18bc59..2444e42a42cfba492bb560fd8ef86d1fd0bedd43 100644 (file)
@@ -27,9 +27,9 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
     <dependencyManagement>
         <dependencies>
             <dependency>
-                <groupId>org.opendaylight.mdsal.model</groupId>
-                <artifactId>mdsal-model-artifacts</artifactId>
-                <version>0.14.0-SNAPSHOT</version>
+                <groupId>org.opendaylight.mdsal</groupId>
+                <artifactId>mdsal-artifacts</artifactId>
+                <version>2.6.0-SNAPSHOT</version>
                 <type>pom</type>
                 <scope>import</scope>
             </dependency>