Fix binding-parent mdsal reference 47/97347/1
authorRobert Varga <robert.varga@pantheon.tech>
Fri, 27 Aug 2021 10:11:45 +0000 (12:11 +0200)
committerRobert Varga <robert.varga@pantheon.tech>
Fri, 27 Aug 2021 10:11:45 +0000 (12:11 +0200)
We are pointing to 8.0.2, which elicits a rather stern warning. Fix the
declaration to point to 8.0.4.

Change-Id: I3760225d1c4d0d43863f838ce9fec9586d48a4bd
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
parent/pom.xml

index 1fc70dbe8517f89c43f7c88666326ca83f69f711..6e6ee94e6efe820106911608a5442819d9a76bef 100644 (file)
@@ -11,7 +11,7 @@
   <parent>
     <groupId>org.opendaylight.mdsal</groupId>
     <artifactId>binding-parent</artifactId>
-    <version>8.0.2</version>
+    <version>8.0.4</version>
     <relativePath/>
   </parent>