Bump mdsal to 3.0.4 35/79435/2
authorRobert Varga <robert.varga@pantheon.tech>
Thu, 10 Jan 2019 15:49:45 +0000 (16:49 +0100)
committerRobert Varga <robert.varga@pantheon.tech>
Thu, 10 Jan 2019 16:40:12 +0000 (17:40 +0100)
This realigns odlparent/yangtools/mdsal and brings in the latest
improvements. Also remove unneeded version declarations.

Change-Id: I166861805b5a70ca83753a2b36067d1f4d427adc
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
features/parent/pom.xml
neutron-hostconfig/ovs/pom.xml
neutron-logger/pom.xml
northbound-api/pom.xml
parent/pom.xml
transcriber/pom.xml

index 9ba95c89358c84ac1ea82e6c2bf8f23a92300fe0..ed58e1fefcca719d78f52a1ab5b33c1feec5f809 100644 (file)
@@ -30,7 +30,7 @@
             <dependency>
                 <groupId>org.opendaylight.mdsal</groupId>
                 <artifactId>mdsal-artifacts</artifactId>
-                <version>3.0.3</version>
+                <version>3.0.4</version>
                 <type>pom</type>
                 <scope>import</scope>
             </dependency>
index 7217399b3373d11c7b3057b21e4fc57f782e11eb..31cecf34cd8fc46042f374f32957f3b6c552c6b4 100644 (file)
@@ -62,8 +62,6 @@
       <groupId>javax.annotation</groupId>
       <artifactId>javax.annotation-api</artifactId>
       <optional>true</optional>
-      <!-- FIXME: remove version with odlparent-4.0.8 -->
-      <version>1.2</version>
     </dependency>
   </dependencies>
   <build>
index 8289636df3a13c0478ad19262cdc0d1a68037a06..703c6625d9b53ddb77c0bffe910edbd25cc22172 100644 (file)
@@ -45,8 +45,6 @@
       <groupId>javax.annotation</groupId>
       <artifactId>javax.annotation-api</artifactId>
       <optional>true</optional>
-      <!-- FIXME: remove version with odlparent-4.0.8 -->
-      <version>1.2</version>
     </dependency>
   </dependencies>
   <build>
index 2b8da07496a341802dd1deb05ab9ed9d49c59127..e00dccc5de195b3b78cd7dd238ca98d20bd8a747 100644 (file)
@@ -70,8 +70,6 @@
       <groupId>javax.annotation</groupId>
       <artifactId>javax.annotation-api</artifactId>
       <optional>true</optional>
-      <!-- FIXME: remove version with odlparent-4.0.8 -->
-      <version>1.2</version>
     </dependency>
 
     <dependency>
index 2e119673a61d1d671b0f74b71b36bf67a62a0ac4..83a6890d960e9ac6ee89bfab42ff072d083f322f 100644 (file)
@@ -12,7 +12,7 @@
   <parent>
     <groupId>org.opendaylight.mdsal</groupId>
     <artifactId>binding-parent</artifactId>
-    <version>3.0.3</version>
+    <version>3.0.4</version>
     <relativePath/>
   </parent>
 
index 260dacf113f17af327afef91fb2472390f778710..92fac70c459b1cedc4857ec331e768c7957dc19f 100644 (file)
@@ -83,8 +83,6 @@
       <groupId>javax.annotation</groupId>
       <artifactId>javax.annotation-api</artifactId>
       <optional>true</optional>
-      <!-- FIXME: remove version with odlparent-4.0.8 -->
-      <version>1.2</version>
     </dependency>
   </dependencies>
   <scm>