Use serviceutils artifacts 77/78977/3
authorSam Hague <shague86@gmail.com>
Fri, 21 Dec 2018 22:05:50 +0000 (17:05 -0500)
committerSam Hague <shague@redhat.com>
Sat, 22 Dec 2018 23:29:36 +0000 (23:29 +0000)
Depends-on: I65406f709f45bea1a5a938932551abd99fb5ffe9
Change-Id: Iccc11bb58a6ca96ead452b0edfb44924ea0cd96f
Signed-off-by: Sam Hague <shague@redhat.com>
aclservice/impl/pom.xml
coe/impl/pom.xml
commons/binding-parent/pom.xml
dhcpservice/impl/pom.xml
elanmanager/impl/pom.xml
features/odl-netvirt-api/pom.xml
fibmanager/impl/pom.xml
natservice/impl/pom.xml
neutronvpn/impl/pom.xml
qosservice/impl/pom.xml
vpnmanager/impl/pom.xml

index d031df91c7853ed4a89c902fc0d731b9b9fc272e..83650dd212d4ea3e694eeb423f1d884a372972c5 100644 (file)
@@ -66,7 +66,6 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
         <dependency>
             <groupId>org.opendaylight.serviceutils</groupId>
             <artifactId>srm-api</artifactId>
-            <version>0.3.0-SNAPSHOT</version>
         </dependency>
         <dependency>
             <groupId>org.opendaylight.infrautils</groupId>
index 46885e7ab0c98c310f4e19a563ee207001e568ae..eb67cf09da5d157d0929a1680cab993ead3d1951 100644 (file)
@@ -62,7 +62,6 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
         <dependency>
             <groupId>org.opendaylight.serviceutils</groupId>
             <artifactId>tools-api</artifactId>
-            <version>0.3.0-SNAPSHOT</version>
         </dependency>
         <dependency>
             <groupId>org.opendaylight.genius</groupId>
index be4c4908bb70948ba75b46e989abb62b02a922aa..aadd21ebecf60578cca70abf88f4f6113328ca87 100644 (file)
@@ -30,6 +30,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
     <neutron.version>0.12.0-SNAPSHOT</neutron.version>
     <openflowplugin.version>0.8.0-SNAPSHOT</openflowplugin.version>
     <ovsdb.version>1.8.0-SNAPSHOT</ovsdb.version>
+    <serviceutils.version>0.3.0-SNAPSHOT</serviceutils.version>
   </properties>
 
   <dependencyManagement>
@@ -41,6 +42,13 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
         <type>pom</type>
         <scope>import</scope>
       </dependency>
+      <dependency>
+        <groupId>org.opendaylight.serviceutils</groupId>
+        <artifactId>serviceutils-artifacts</artifactId>
+        <version>${serviceutils.version}</version>
+        <type>pom</type>
+        <scope>import</scope>
+      </dependency>
     </dependencies>
   </dependencyManagement>
 
index 5c686100b4641a61d72ee048723e4992b10ad24c..e75b58e154be2279acba30a4a9ce31c6c6f314ff 100644 (file)
@@ -101,7 +101,6 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
         <dependency>
             <groupId>org.opendaylight.serviceutils</groupId>
             <artifactId>tools-api</artifactId>
-            <version>0.3.0-SNAPSHOT</version>
         </dependency>
     </dependencies>
 
index 2f582c3e62c700be7caeea484ae5d562932d7232..f53e5e67d6fa320163b0e819ce29d50662d4303a 100644 (file)
@@ -43,7 +43,6 @@ this distribution, and is available at http://www.eclipse.org/legal/epl-v10.html
         <dependency>
             <groupId>org.opendaylight.serviceutils</groupId>
             <artifactId>tools-api</artifactId>
-            <version>0.3.0-SNAPSHOT</version>
         </dependency>
         <dependency>
             <groupId>org.opendaylight.genius</groupId>
@@ -53,7 +52,6 @@ this distribution, and is available at http://www.eclipse.org/legal/epl-v10.html
         <dependency>
             <groupId>org.opendaylight.serviceutils</groupId>
             <artifactId>srm-api</artifactId>
-            <version>0.3.0-SNAPSHOT</version>
         </dependency>
         <dependency>
             <groupId>org.opendaylight.infrautils</groupId>
index 1044f5dff2fc49377e4c3775a1fd4b1f23b00e38..aa3ddbf60f701d8e099062367b5e05d9973df2a5 100644 (file)
     <dependencyManagement>
         <dependencies>
             <dependency>
-                <groupId>org.opendaylight.mdsal</groupId>
+                <groupId>org.opendaylight.controller</groupId>
                 <artifactId>mdsal-artifacts</artifactId>
-                <version>3.0.2</version>
+                <version>1.9.0-SNAPSHOT</version>
                 <scope>import</scope>
                 <type>pom</type>
             </dependency>
             <dependency>
-                <groupId>org.opendaylight.controller</groupId>
+                <groupId>org.opendaylight.mdsal</groupId>
                 <artifactId>mdsal-artifacts</artifactId>
-                <version>1.9.0-SNAPSHOT</version>
+                <version>3.0.2</version>
                 <scope>import</scope>
                 <type>pom</type>
             </dependency>
+            <dependency>
+                <groupId>org.opendaylight.serviceutils</groupId>
+                <artifactId>serviceutils-artifacts</artifactId>
+                <version>0.3.0-SNAPSHOT</version>
+                <type>pom</type>
+                <scope>import</scope>
+            </dependency>
         </dependencies>
     </dependencyManagement>
 
         <dependency>
             <groupId>org.opendaylight.serviceutils</groupId>
             <artifactId>odl-serviceutils-srm</artifactId>
-            <version>0.3.0-SNAPSHOT</version>
             <type>xml</type>
             <classifier>features</classifier>
         </dependency>
         <dependency>
             <groupId>org.opendaylight.serviceutils</groupId>
             <artifactId>odl-serviceutils-tools</artifactId>
-            <version>0.3.0-SNAPSHOT</version>
             <type>xml</type>
             <classifier>features</classifier>
         </dependency>
index 9a8cc117b43206b102a13000a3bcc81962a60dd8..7fdab842a50b9700f2b303a1c2f5e0fa131b5438 100644 (file)
@@ -83,7 +83,6 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
         <dependency>
             <groupId>org.opendaylight.serviceutils</groupId>
             <artifactId>upgrade</artifactId>
-            <version>0.3.0-SNAPSHOT</version>
         </dependency>
     </dependencies>
 
index 9138d3a014f27d1bd1728898ed2176aec61ff3a7..fdd075adb64fae18c4d618b758c07a9491f9a253 100644 (file)
@@ -46,12 +46,10 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
         <dependency>
             <groupId>org.opendaylight.serviceutils</groupId>
             <artifactId>tools-api</artifactId>
-            <version>0.3.0-SNAPSHOT</version>
         </dependency>
         <dependency>
             <groupId>org.opendaylight.serviceutils</groupId>
             <artifactId>upgrade</artifactId>
-            <version>0.3.0-SNAPSHOT</version>
         </dependency>
         <dependency>
             <groupId>org.opendaylight.genius</groupId>
index 733cca6e44aea3ac4d2f805aaf3f7cc6d1b9f661..2ff6504c53b0b57a7c89e1a658a0d8a53b971f2b 100644 (file)
@@ -57,7 +57,6 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
         <dependency>
             <groupId>org.opendaylight.serviceutils</groupId>
             <artifactId>tools-api</artifactId>
-            <version>0.3.0-SNAPSHOT</version>
         </dependency>
         <dependency>
             <groupId>org.opendaylight.genius</groupId>
index 5418025cc79335bf07d8e803857eb3f8466ad833..5a65c882d1e7efd7fbac4ff95884a92473e91747 100644 (file)
@@ -50,7 +50,6 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
         <dependency>
             <groupId>org.opendaylight.serviceutils</groupId>
             <artifactId>srm-api</artifactId>
-            <version>0.3.0-SNAPSHOT</version>
         </dependency>
         <dependency>
             <groupId>org.opendaylight.infrautils</groupId>
index 59a0dc9cfe671ed731a5ef5af08f085e5647d203..0ab6dc196fdfd5b8d71d8d1839cd667a77ed6f80 100644 (file)
@@ -104,7 +104,6 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
         <dependency>
             <groupId>org.opendaylight.serviceutils</groupId>
             <artifactId>upgrade</artifactId>
-            <version>0.3.0-SNAPSHOT</version>
         </dependency>
 
         <!-- Testing dependencies -->