Remove references to mdsal-model-artifacts 17/75117/2
authorRobert Varga <robert.varga@pantheon.tech>
Sat, 11 Aug 2018 07:30:16 +0000 (09:30 +0200)
committerRobert Varga <robert.varga@pantheon.tech>
Sat, 11 Aug 2018 07:46:00 +0000 (09:46 +0200)
This artifact is going away, migrate to mdsal-artifacts.

Change-Id: I50c94c324e01cbf009cda5e625a194a475b93884
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
features-aggregator/odl-openflowplugin-nsf-model/pom.xml
openflowjava/features-openflowjava-aggregator/odl-openflowjava-protocol/pom.xml

index 458373a246693d21b3e2be68095be5f71d282b88..8bdd5a5e6d7c48950b5cf90a0ca18e1b1dbe8c6c 100644 (file)
@@ -19,9 +19,9 @@
         <dependencies>
             <!-- MD-SAL models -->
             <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>
                 <scope>import</scope>
                 <type>pom</type>
             </dependency>
index 69bc4bf0ec9c5162fc9ed851698f7646ec208743..fdcbb7751efe9b3d339a84966118b4a4f9becc41 100644 (file)
@@ -31,9 +31,9 @@
 
             <!-- MD-SAL -->
             <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>
                 <scope>import</scope>
                 <type>pom</type>
             </dependency>