Bump MRI upstreams 46/96146/2
authorRobert Varga <robert.varga@pantheon.tech>
Thu, 13 May 2021 06:16:30 +0000 (08:16 +0200)
committerRobert Varga <robert.varga@pantheon.tech>
Thu, 13 May 2021 07:24:25 +0000 (09:24 +0200)
Adopt following versions:
- odlparent-8.1.2
- infrautils-1.9.8
- yangtools-6.0.6
- mdsal-7.0.7
- controller-3.0.8
- aaa-0.13.3
- netconf-1.13.2

Change-Id: Ic307939369532a884afd5d6df073b1ca1cf599e6
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
39 files changed:
commons/binding-parent/pom.xml
commons/it/pom.xml
commons/pom.xml
hwvtepsouthbound/hwvtepsouthbound-artifacts/pom.xml
hwvtepsouthbound/hwvtepsouthbound-features/features/pom.xml
hwvtepsouthbound/hwvtepsouthbound-features/odl-ovsdb-hwvtepsouthbound-api/pom.xml
hwvtepsouthbound/hwvtepsouthbound-features/odl-ovsdb-hwvtepsouthbound-rest/pom.xml
hwvtepsouthbound/hwvtepsouthbound-features/odl-ovsdb-hwvtepsouthbound-test/pom.xml
hwvtepsouthbound/hwvtepsouthbound-features/odl-ovsdb-hwvtepsouthbound-ui/pom.xml
hwvtepsouthbound/hwvtepsouthbound-features/odl-ovsdb-hwvtepsouthbound/pom.xml
hwvtepsouthbound/hwvtepsouthbound-features/pom.xml
hwvtepsouthbound/hwvtepsouthbound-impl/src/main/java/org/opendaylight/ovsdb/hwvtepsouthbound/transact/TransactUtils.java
hwvtepsouthbound/hwvtepsouthbound-karaf/pom.xml
hwvtepsouthbound/pom.xml
library/artifacts/pom.xml
library/features/features/pom.xml
library/features/odl-ovsdb-library/pom.xml
library/features/pom.xml
library/karaf/pom.xml
library/pom.xml
pom.xml
schemas/pom.xml
southbound/pom.xml
southbound/southbound-artifacts/pom.xml
southbound/southbound-features/features/pom.xml
southbound/southbound-features/odl-ovsdb-southbound-api/pom.xml
southbound/southbound-features/odl-ovsdb-southbound-impl-rest/pom.xml
southbound/southbound-features/odl-ovsdb-southbound-impl-ui/pom.xml
southbound/southbound-features/odl-ovsdb-southbound-impl/pom.xml
southbound/southbound-features/odl-ovsdb-southbound-test/pom.xml
southbound/southbound-features/pom.xml
southbound/southbound-impl/src/test/java/org/opendaylight/ovsdb/southbound/OvsdbConnectionManagerTest.java
southbound/southbound-impl/src/test/java/org/opendaylight/ovsdb/southbound/ovsdb/transact/TerminationPointUpdateCommandTest.java
southbound/southbound-impl/src/test/java/org/opendaylight/ovsdb/southbound/transactions/md/OvsdbBridgeUpdateCommandTest.java
southbound/southbound-impl/src/test/java/org/opendaylight/ovsdb/southbound/transactions/md/OvsdbControllerUpdateCommandTest.java
southbound/southbound-impl/src/test/java/org/opendaylight/ovsdb/southbound/transactions/md/OvsdbManagersUpdateCommandTest.java
southbound/southbound-karaf/pom.xml
utils/odl-ovsdb-utils/pom.xml
utils/pom.xml

index 646f0276529218a1c531d5f97429947df5ea787f..f0a5358e04aaf0e9311c005a4d50e81adf90b1aa 100644 (file)
@@ -11,7 +11,7 @@
   <parent>
     <groupId>org.opendaylight.mdsal</groupId>
     <artifactId>binding-parent</artifactId>
-    <version>7.0.6</version>
+    <version>7.0.7</version>
     <relativePath/>
   </parent>
 
@@ -25,7 +25,7 @@
       <dependency>
         <groupId>org.opendaylight.infrautils</groupId>
         <artifactId>infrautils-artifacts</artifactId>
-        <version>1.9.6</version>
+        <version>1.9.8</version>
         <type>pom</type>
         <scope>import</scope>
       </dependency>
@@ -39,7 +39,7 @@
       <dependency>
         <groupId>org.opendaylight.aaa</groupId>
         <artifactId>aaa-artifacts</artifactId>
-        <version>0.13.2</version>
+        <version>0.13.3</version>
         <type>pom</type>
         <scope>import</scope>
       </dependency>
index d25779b44accdc205594a1437da7b7f7ce4e2e32..5349831eac13f137b158186762975ca0e8225103 100644 (file)
@@ -12,7 +12,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
   <parent>
     <groupId>org.opendaylight.controller</groupId>
     <artifactId>mdsal-it-parent</artifactId>
-    <version>3.0.7</version>
+    <version>3.0.8</version>
     <relativePath/>
   </parent>
 
@@ -70,7 +70,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
       <dependency>
         <groupId>org.opendaylight.mdsal</groupId>
         <artifactId>mdsal-artifacts</artifactId>
-        <version>7.0.6</version>
+        <version>7.0.7</version>
         <type>pom</type>
         <scope>import</scope>
       </dependency>
index 4c336538db2b83737b042b249cde7b80841032ca..0d573bbef67a52c687f8c6a6dca3a696711fce01 100644 (file)
@@ -12,7 +12,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
   <parent>
     <groupId>org.opendaylight.odlparent</groupId>
     <artifactId>odlparent-lite</artifactId>
-    <version>8.1.1</version>
+    <version>8.1.2</version>
     <relativePath/>
   </parent>
 
index cd52d38502a8f4c4e2d42628328426c2b35e0b09..6b38ecc3f353da86a6a34321fc43562ac3fd1fbc 100644 (file)
@@ -13,7 +13,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
   <parent>
     <groupId>org.opendaylight.odlparent</groupId>
     <artifactId>odlparent-lite</artifactId>
-    <version>8.1.1</version>
+    <version>8.1.2</version>
     <relativePath/>
   </parent>
 
index 8e3b5106bf1913d4a182029c4d9d306cf954e766..a042df8a6360f00c47f775292d68f8c705b32219 100644 (file)
@@ -12,7 +12,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
     <parent>
         <groupId>org.opendaylight.odlparent</groupId>
         <artifactId>feature-repo-parent</artifactId>
-        <version>8.1.1</version>
+        <version>8.1.2</version>
         <relativePath/>
     </parent>
 
index c902aabc177a46671b9171f54a4db064b2decb8d..4422208c11e584a6b6ad92c61b81a7f77ee0c38b 100644 (file)
@@ -5,7 +5,7 @@
     <parent>
         <groupId>org.opendaylight.odlparent</groupId>
         <artifactId>single-feature-parent</artifactId>
-        <version>8.1.1</version>
+        <version>8.1.2</version>
         <relativePath/>
     </parent>
 
@@ -22,7 +22,7 @@
             <dependency>
                 <groupId>org.opendaylight.mdsal</groupId>
                 <artifactId>mdsal-artifacts</artifactId>
-                <version>7.0.6</version>
+                <version>7.0.7</version>
                 <type>pom</type>
                 <scope>import</scope>
             </dependency>
index c1c2e8e4aad5fec0a0ce28d9d2ab1ef3668510a0..d70c880b2bcec8f8accf06d255c18c96809b8d38 100644 (file)
@@ -12,7 +12,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
     <parent>
         <groupId>org.opendaylight.odlparent</groupId>
         <artifactId>single-feature-parent</artifactId>
-        <version>8.1.1</version>
+        <version>8.1.2</version>
         <relativePath/>
     </parent>
 
@@ -36,7 +36,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
         <dependency>
             <groupId>org.opendaylight.netconf</groupId>
             <artifactId>odl-restconf</artifactId>
-            <version>1.13.1</version>
+            <version>1.13.2</version>
             <type>xml</type>
             <classifier>features</classifier>
         </dependency>
index 804a90144993923fb5dadf91cbe8af359ddff4fc..5241362e14caffae031296cf5eaf9e5030fad09a 100644 (file)
@@ -12,7 +12,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
     <parent>
         <groupId>org.opendaylight.odlparent</groupId>
         <artifactId>single-feature-parent</artifactId>
-        <version>8.1.1</version>
+        <version>8.1.2</version>
         <relativePath/>
     </parent>
 
index 0693707c630d92f0d3a977b88662a31c28823a6b..444bc5c19b3c7d7e6296342d9c9fac9a5c6f3fd5 100644 (file)
@@ -12,7 +12,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
     <parent>
         <groupId>org.opendaylight.odlparent</groupId>
         <artifactId>single-feature-parent</artifactId>
-        <version>8.1.1</version>
+        <version>8.1.2</version>
         <relativePath/>
     </parent>
 
@@ -36,7 +36,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
         <dependency>
             <groupId>org.opendaylight.netconf</groupId>
             <artifactId>odl-mdsal-apidocs</artifactId>
-            <version>1.13.1</version>
+            <version>1.13.2</version>
             <type>xml</type>
             <classifier>features</classifier>
         </dependency>
index e74cbde0c00a7598f39dde91bbc7efbd29294373..aab9ea2013b54640a429d4a98019e799fe36e1a7 100644 (file)
@@ -12,7 +12,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
     <parent>
         <groupId>org.opendaylight.odlparent</groupId>
         <artifactId>single-feature-parent</artifactId>
-        <version>8.1.1</version>
+        <version>8.1.2</version>
         <relativePath/>
     </parent>
 
index 40b765ca4f5e1d0129a6b2cf9457b9d2eeca9827..48b09aa21aa9e7c197d6df8ce6c5ac0bb2394ac0 100644 (file)
@@ -11,7 +11,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html INTERNAL
   <parent>
     <groupId>org.opendaylight.odlparent</groupId>
     <artifactId>odlparent-lite</artifactId>
-    <version>8.1.1</version>
+    <version>8.1.2</version>
     <relativePath/>
   </parent>
   <groupId>org.opendaylight.ovsdb</groupId>
index f63da658dcff1351730ba1f17df3e22d44e9d56b..61356bc03026f0bbc73f16a490c9e7d0ecb8e615 100644 (file)
@@ -48,7 +48,8 @@ import org.slf4j.LoggerFactory;
 public final class TransactUtils {
     private static final Logger LOG = LoggerFactory.getLogger(TransactUtils.class);
 
-    private TransactUtils(){
+    private TransactUtils() {
+        // Hidden on purpose
     }
 
     public static Node getCreated(final DataObjectModification<Node> mod) {
index 69181c3f79952d6bfe68c5602412dd30ccff044e..0a98b517fa05dc75fb410d36134189c963ac1651 100644 (file)
@@ -9,7 +9,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html INTERNAL
   <parent>
     <groupId>org.opendaylight.odlparent</groupId>
     <artifactId>karaf4-parent</artifactId>
-    <version>8.1.1</version>
+    <version>8.1.2</version>
     <relativePath/>
   </parent>
   <modelVersion>4.0.0</modelVersion>
index f2bde92d492def001d6d94cbf970c93a7bd8181c..c2a9c8fcd7575286013e6faea718238984a052a0 100644 (file)
@@ -11,7 +11,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html INTERNAL
   <parent>
     <groupId>org.opendaylight.odlparent</groupId>
     <artifactId>odlparent-lite</artifactId>
-    <version>8.1.1</version>
+    <version>8.1.2</version>
     <relativePath/>
   </parent>
 
index 6d5bcf866e0fd9159e8d900b2b220bd607e384a3..e08a45c5a2852a3b3e416337c3a1e4d29c12e57e 100644 (file)
@@ -13,7 +13,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
   <parent>
     <groupId>org.opendaylight.odlparent</groupId>
     <artifactId>odlparent-lite</artifactId>
-    <version>8.1.1</version>
+    <version>8.1.2</version>
     <relativePath/>
   </parent>
 
index 2f16c16b5368c0d72a309bc8e59bc5935f2432f6..0479ba49ba1b74c5390c5347be3a2c56db79d2c1 100644 (file)
@@ -12,7 +12,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
     <parent>
         <groupId>org.opendaylight.odlparent</groupId>
         <artifactId>feature-repo-parent</artifactId>
-        <version>8.1.1</version>
+        <version>8.1.2</version>
         <relativePath/>
     </parent>
 
index 97906c3c9853edd3b25900ef030eaa3bf001ee80..7347f22a17a06b26b94a811585e2bae8fa70bd37 100644 (file)
@@ -12,7 +12,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
     <parent>
         <groupId>org.opendaylight.odlparent</groupId>
         <artifactId>single-feature-parent</artifactId>
-        <version>8.1.1</version>
+        <version>8.1.2</version>
         <relativePath/>
     </parent>
 
@@ -41,7 +41,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
         <dependency>
             <groupId>org.opendaylight.aaa</groupId>
             <artifactId>odl-aaa-cert</artifactId>
-            <version>0.13.2</version>
+            <version>0.13.3</version>
             <type>xml</type>
             <classifier>features</classifier>
         </dependency>
index 70a276b26092c67b70670842cd5c81d942a55cb6..85d2a01552910f10a422f00fc90ae3e40e702a23 100644 (file)
@@ -11,7 +11,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html INTERNAL
   <parent>
     <groupId>org.opendaylight.odlparent</groupId>
     <artifactId>odlparent-lite</artifactId>
-    <version>8.1.1</version>
+    <version>8.1.2</version>
     <relativePath/>
   </parent>
   <groupId>org.opendaylight.ovsdb</groupId>
index 323af5168132524ae26f98b159ef7d94ee19c3d2..8151a91358403fef04bbf4f42b4bbc3e7f028ce2 100644 (file)
@@ -9,7 +9,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html INTERNAL
   <parent>
     <groupId>org.opendaylight.odlparent</groupId>
     <artifactId>karaf4-parent</artifactId>
-    <version>8.1.1</version>
+    <version>8.1.2</version>
     <relativePath/>
   </parent>
   <modelVersion>4.0.0</modelVersion>
index 6037ffd008c52d5380b2328455a823781dd51e7c..1e5e006a9c113d671cf89ee1a879ba85b52ea930 100644 (file)
@@ -11,7 +11,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
   <parent>
     <groupId>org.opendaylight.odlparent</groupId>
     <artifactId>odlparent-lite</artifactId>
-    <version>8.1.1</version>
+    <version>8.1.2</version>
     <relativePath/>
   </parent>
 
diff --git a/pom.xml b/pom.xml
index 2aeb333ec04e78938c17caf5137bb1fa77390bc9..0c2be37901ef7dd82f6904736f756ddf2b6b3ce6 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -12,7 +12,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
   <parent>
     <groupId>org.opendaylight.odlparent</groupId>
     <artifactId>odlparent-lite</artifactId>
-    <version>8.1.1</version>
+    <version>8.1.2</version>
     <relativePath/>
   </parent>
 
index 08bfa41538fa2d364b6d61e0edc3f163e64b6c3b..406bdbc0a3bf6a494d75ac25e64bcd715face26d 100644 (file)
@@ -12,7 +12,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
   <parent>
     <groupId>org.opendaylight.odlparent</groupId>
     <artifactId>odlparent-lite</artifactId>
-    <version>8.1.1</version>
+    <version>8.1.2</version>
     <relativePath/>
   </parent>
 
index 8d1d07898892283d51d3232bcb3a91acefcaed0f..83eee8434eb41acb9a16d1bc9ca8e9a0a677e003 100644 (file)
@@ -10,7 +10,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html INTERNAL
   <parent>
     <groupId>org.opendaylight.odlparent</groupId>
     <artifactId>odlparent-lite</artifactId>
-    <version>8.1.1</version>
+    <version>8.1.2</version>
     <relativePath/>
   </parent>
 
index 33032529aa13241b94eba3979aff9089704e37bf..298c3f65976829ac01927ede0e1189e6bd4e9ebf 100644 (file)
@@ -13,7 +13,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
   <parent>
     <groupId>org.opendaylight.odlparent</groupId>
     <artifactId>odlparent-lite</artifactId>
-    <version>8.1.1</version>
+    <version>8.1.2</version>
     <relativePath/>
   </parent>
 
index f0c585752854a59326d747f5b9f514530f9b7ff9..7177940d07fbb3e04a80578b13dd0ee5f7d29131 100644 (file)
@@ -12,7 +12,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
     <parent>
         <groupId>org.opendaylight.odlparent</groupId>
         <artifactId>feature-repo-parent</artifactId>
-        <version>8.1.1</version>
+        <version>8.1.2</version>
         <relativePath/>
     </parent>
 
index 40e981dfe74986d9f58b3e414f9ff76c85c72398..94cd6d215fef796e3df63e5dbd3b50fe4d63bbab 100644 (file)
@@ -12,7 +12,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
     <parent>
         <groupId>org.opendaylight.odlparent</groupId>
         <artifactId>single-feature-parent</artifactId>
-        <version>8.1.1</version>
+        <version>8.1.2</version>
         <relativePath/>
     </parent>
 
@@ -29,7 +29,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
             <dependency>
                 <groupId>org.opendaylight.mdsal</groupId>
                 <artifactId>mdsal-artifacts</artifactId>
-                <version>7.0.6</version>
+                <version>7.0.7</version>
                 <type>pom</type>
                 <scope>import</scope>
             </dependency>
index c76c53eea3f238051417c7e3c76daa39f5f891c4..5af5b0cf4c3ac0ca25bd5cf99de60a7e3c036231 100644 (file)
@@ -12,7 +12,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
     <parent>
         <groupId>org.opendaylight.odlparent</groupId>
         <artifactId>single-feature-parent</artifactId>
-        <version>8.1.1</version>
+        <version>8.1.2</version>
         <relativePath/>
     </parent>
 
@@ -36,7 +36,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
         <dependency>
             <groupId>org.opendaylight.netconf</groupId>
             <artifactId>odl-restconf</artifactId>
-            <version>1.13.1</version>
+            <version>1.13.2</version>
             <type>xml</type>
             <classifier>features</classifier>
         </dependency>
index d378c47589317822f65f0a4fa2c9e16ab73cdc98..98834875ad3af7649f02a8a351deb1b7a8ba03f1 100644 (file)
@@ -12,7 +12,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
     <parent>
         <groupId>org.opendaylight.odlparent</groupId>
         <artifactId>single-feature-parent</artifactId>
-        <version>8.1.1</version>
+        <version>8.1.2</version>
         <relativePath/>
     </parent>
 
@@ -36,7 +36,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
         <dependency>
             <groupId>org.opendaylight.netconf</groupId>
             <artifactId>odl-mdsal-apidocs</artifactId>
-            <version>1.13.1</version>
+            <version>1.13.2</version>
             <type>xml</type>
             <classifier>features</classifier>
         </dependency>
index 2c88fe0dddc1dbd6d9ef80329ec4431b70659cf4..e94d97734cee66a79840552193499e590cc6ccc2 100644 (file)
@@ -12,7 +12,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
     <parent>
         <groupId>org.opendaylight.odlparent</groupId>
         <artifactId>single-feature-parent</artifactId>
-        <version>8.1.1</version>
+        <version>8.1.2</version>
         <relativePath/>
     </parent>
 
@@ -30,7 +30,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
             <dependency>
                 <groupId>org.opendaylight.infrautils</groupId>
                 <artifactId>infrautils-artifacts</artifactId>
-                <version>1.9.6</version>
+                <version>1.9.8</version>
                 <type>pom</type>
                 <scope>import</scope>
             </dependency>
index 580fc969167573fdbe1edb57e2cf75f53a4ec045..fd91b2456616231ea5f6879161436929b66521bb 100644 (file)
@@ -12,7 +12,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
     <parent>
         <groupId>org.opendaylight.odlparent</groupId>
         <artifactId>single-feature-parent</artifactId>
-        <version>8.1.1</version>
+        <version>8.1.2</version>
         <relativePath/>
     </parent>
 
index ce17b0e21b6790b87cfdc31044864bc4098be576..cecd344c67df6e6ff3699f921a68131070706f95 100644 (file)
@@ -12,7 +12,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
     <parent>
         <groupId>org.opendaylight.odlparent</groupId>
         <artifactId>odlparent-lite</artifactId>
-        <version>8.1.1</version>
+        <version>8.1.2</version>
         <relativePath/>
     </parent>
 
index 385c5ae856eb42627aea32abd1ffa63ef5db241b..9148127f8335d52c5b577a4c9de53e3ddae7aaa3 100644 (file)
@@ -63,8 +63,10 @@ import org.powermock.modules.junit4.PowerMockRunner;
 import org.powermock.reflect.Whitebox;
 
 @RunWith(PowerMockRunner.class)
-@PrepareForTest({ SouthboundMapper.class, OvsdbConnectionManager.class, OvsdbConnectionService.class,
-        InstanceIdentifier.class, SouthboundUtil.class, Optional.class })
+@PrepareForTest({
+    SouthboundMapper.class, OvsdbConnectionManager.class, OvsdbConnectionService.class, InstanceIdentifier.class,
+    SouthboundUtil.class, Optional.class
+})
 public class OvsdbConnectionManagerTest {
 
     @Mock private OvsdbConnectionManager ovsdbConnManager;
index 1d4243103a6880be36001778f97aeb389c7aef06..90f27f5dbed5081bbb7cd068434569bf995be397 100644 (file)
@@ -47,8 +47,10 @@ import org.powermock.core.classloader.annotations.PrepareForTest;
 import org.powermock.modules.junit4.PowerMockRunner;
 
 @RunWith(PowerMockRunner.class)
-@PrepareForTest({ TerminationPointUpdateCommand.class, TransactUtils.class, VlanMode.class,
-        TerminationPointCreateCommand.class, InstanceIdentifier.class, Operations.class })
+@PrepareForTest({
+    TerminationPointUpdateCommand.class, TransactUtils.class, VlanMode.class, TerminationPointCreateCommand.class,
+    InstanceIdentifier.class, Operations.class
+})
 public class TerminationPointUpdateCommandTest {
 
     private static final String TERMINATION_POINT_NAME = "termination point name";
index 544bf77cf5975e558a9857811ef99361f07fed3c..3fc9d91090a42529983dc30f4624dc46390e3171 100644 (file)
@@ -81,8 +81,10 @@ import org.powermock.modules.junit4.PowerMockRunner;
 import org.powermock.reflect.Whitebox;
 
 @RunWith(PowerMockRunner.class)
-@PrepareForTest({ TyperUtils.class, OvsdbBridgeUpdateCommand.class, SouthboundUtil.class, InstanceIdentifier.class,
-        SouthboundMapper.class, NetworkInterface.class })
+@PrepareForTest({
+    TyperUtils.class, OvsdbBridgeUpdateCommand.class, SouthboundUtil.class, InstanceIdentifier.class,
+    SouthboundMapper.class, NetworkInterface.class
+})
 public class OvsdbBridgeUpdateCommandTest {
     private final Map<UUID,Bridge> updatedBridgeRows = new HashMap<>();
     private final Map<UUID, Bridge> oldBridgeRows = new HashMap<>();
index da2cd9dc75598b26da9a04444d16728259a303c6..ff5446985192f907878cadd9f32cceaae7743a2c 100644 (file)
@@ -58,8 +58,9 @@ import org.powermock.modules.junit4.PowerMockRunner;
 import org.powermock.reflect.Whitebox;
 
 @RunWith(PowerMockRunner.class)
-@PrepareForTest({ OvsdbControllerUpdateCommand.class, SouthboundMapper.class, SouthboundUtil.class,
-        InstanceIdentifier.class })
+@PrepareForTest({
+    OvsdbControllerUpdateCommand.class, SouthboundMapper.class, SouthboundUtil.class, InstanceIdentifier.class
+})
 public class OvsdbControllerUpdateCommandTest {
     private static final String BRIDGE_NAME = "br-int";
     private static final String NODE_ID = "OF|00:00:00:0c:29:70:45:9b";
index a132833c4aa3847166f93dd33bf4769c53e598ba..98de97b6d964d174e3a56db8787030702bcf34b6 100644 (file)
@@ -51,8 +51,9 @@ import org.powermock.modules.junit4.PowerMockRunner;
 import org.powermock.reflect.Whitebox;
 
 @RunWith(PowerMockRunner.class)
-@PrepareForTest({ OvsdbManagersUpdateCommand.class, SouthboundMapper.class, SouthboundUtil.class,
-        InstanceIdentifier.class })
+@PrepareForTest({
+    OvsdbManagersUpdateCommand.class, SouthboundMapper.class, SouthboundUtil.class, InstanceIdentifier.class
+})
 public class OvsdbManagersUpdateCommandTest {
 
     private static final String TARGET_COLUMN_DATA = "Manager Column";
index eea3d4e22a214a2e9d8bb1b0581672c86fe0c65e..c5cf4081621dcf33f357fd90d8baf5053d3eaea0 100644 (file)
@@ -9,7 +9,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html INTERNAL
   <parent>
     <groupId>org.opendaylight.odlparent</groupId>
     <artifactId>karaf4-parent</artifactId>
-    <version>8.1.1</version>
+    <version>8.1.2</version>
     <relativePath/>
   </parent>
   <modelVersion>4.0.0</modelVersion>
index 62e0fa6e9b36377d379ebec91da326e3c4bdb562..03da0795bcb58a628197bd7dcfcf43049cd56b0c 100644 (file)
@@ -12,7 +12,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
     <parent>
         <groupId>org.opendaylight.odlparent</groupId>
         <artifactId>single-feature-parent</artifactId>
-        <version>8.1.1</version>
+        <version>8.1.2</version>
         <relativePath/>
     </parent>
 
@@ -29,7 +29,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
             <dependency>
                 <groupId>org.opendaylight.controller</groupId>
                 <artifactId>controller-artifacts</artifactId>
-                <version>3.0.7</version>
+                <version>3.0.8</version>
                 <type>pom</type>
                 <scope>import</scope>
             </dependency>
index 31bafc27a9b464d7a81aaf4f5da85629b70d83e8..f819219560ed3cfe8322c61535ca7d839f8faeb5 100644 (file)
@@ -12,7 +12,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
   <parent>
     <groupId>org.opendaylight.odlparent</groupId>
     <artifactId>odlparent-lite</artifactId>
-    <version>8.1.1</version>
+    <version>8.1.2</version>
     <relativePath/>
   </parent>