Bump to odlparent 3.1.4 and yangtools 2.0.12 49/76849/5
authorStephen Kitt <skitt@redhat.com>
Thu, 11 Oct 2018 09:47:01 +0000 (11:47 +0200)
committerRobert Varga <robert.varga@pantheon.tech>
Tue, 23 Oct 2018 08:31:25 +0000 (10:31 +0200)
Also add jaxb-api to dependencies, as we are using DataTypeConverter
from this package.

Change-Id: Id1007af6d0052f65d1105514a14d08bf1398ab3d
Signed-off-by: Stephen Kitt <skitt@redhat.com>
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
37 files changed:
artifacts/pom.xml
bgp/bgp-artifacts/pom.xml
bgp/config-example/pom.xml
bgp/extensions/mvpn/pom.xml
bgp/pom.xml
binding-parent/pom.xml
bmp/bmp-artifacts/pom.xml
bmp/bmp-config-example/pom.xml
bmp/pom.xml
config-loader/config-loader-artifacts/pom.xml
config-loader/pom.xml
distribution-karaf/pom.xml
feature-repo-parent/pom.xml
features/bgp/pom.xml
features/bgpcep-extras/pom.xml
features/bmp/pom.xml
features/concepts/pom.xml
features/config-loader/pom.xml
features/pcep/pom.xml
features/pom.xml
features/rsvp/pom.xml
features/topology/pom.xml
parent/pom.xml
pcep/config-example/pom.xml
pcep/pcep-artifacts/pom.xml
pcep/pom.xml
pcep/topology/pom.xml
pcep/tunnel/pom.xml
pom.xml
programming/pom.xml
programming/programming-artifacts/pom.xml
rsvp/pom.xml
rsvp/rsvp-artifacts/pom.xml
single-feature-parent/pom.xml
testtool-parent/pom.xml
topology/pom.xml
topology/topology-artifacts/pom.xml

index 83f05a13a7451b5ef0d265bbff01c096c86bb2c0..780722c9d75070f0a00c71eda72e152338ae0a36 100644 (file)
@@ -14,7 +14,7 @@
     <parent>
       <groupId>org.opendaylight.odlparent</groupId>
       <artifactId>odlparent-lite</artifactId>
-      <version>3.1.3</version>
+      <version>3.1.4</version>
       <relativePath/>
     </parent>
 
index 438c8174e0836bb53352165fd2ece3312a170ff1..60a382df36cbaa08e4466ebc07b17dac6bbb20a5 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.odlparent</groupId>
         <artifactId>odlparent-lite</artifactId>
-        <version>3.1.3</version>
+        <version>3.1.4</version>
         <relativePath/>
     </parent>
 
index a4efe4038369f39c29b2996c45c19d387b5d4bee..8d1d03c2ac36e688cf043d1054e7a4aa024b4fe7 100644 (file)
@@ -15,7 +15,7 @@
     <parent>
         <groupId>org.opendaylight.odlparent</groupId>
         <artifactId>odlparent</artifactId>
-        <version>3.1.3</version>
+        <version>3.1.4</version>
         <relativePath/>
     </parent>
 
index 4cbf6c91cc4fd592592cb2ed6d820a4f028c8501..c52e9bf882a7323005a257a959a98f9ecfad1df7 100644 (file)
             <groupId>org.opendaylight.mdsal</groupId>
             <artifactId>mdsal-binding-spec-util</artifactId>
         </dependency>
+        <dependency>
+            <groupId>javax.xml.bind</groupId>
+            <artifactId>jaxb-api</artifactId>
+        </dependency>
 
         <!-- test scope dependencies -->
         <dependency>
index 8f955e2ac10932b4eec391014316f2cac1358132..74efe3e2077d8c7449de2f16278b8388ed576399 100644 (file)
@@ -19,7 +19,7 @@
     <parent>
         <groupId>org.opendaylight.odlparent</groupId>
         <artifactId>odlparent-lite</artifactId>
-        <version>3.1.3</version>
+        <version>3.1.4</version>
         <relativePath/>
     </parent>
 
index c874df1cb075f5f5ff7863a4cfd43c96d227d6cc..63b118a0354a9d6a539606cf57d1b09c9e3ca745 100644 (file)
@@ -7,9 +7,7 @@
  terms of the Eclipse Public License v1.0 which accompanies this distribution,
  and is available at http://www.eclipse.org/legal/epl-v10.html
 -->
-
-<project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://maven.apache.org/POM/4.0.0"
-         xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+<project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://maven.apache.org/POM/4.0.0" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
     <modelVersion>4.0.0</modelVersion>
     <parent>
         <groupId>org.opendaylight.mdsal</groupId>
@@ -48,7 +46,7 @@
                     <dependency>
                         <groupId>org.opendaylight.yangtools</groupId>
                         <artifactId>checkstyle-logging</artifactId>
-                        <version>2.0.11</version>
+                        <version>2.0.12</version>
                     </dependency>
                 </dependencies>
             </plugin>
index 1c3c66f4e862988a03dc5172f5c018a158acecbf..035fb19ea269d0a485587cb3a79549d4ba03185e 100644 (file)
@@ -13,7 +13,7 @@
     <parent>
         <groupId>org.opendaylight.odlparent</groupId>
         <artifactId>odlparent-lite</artifactId>
-        <version>3.1.3</version>
+        <version>3.1.4</version>
         <relativePath/>
     </parent>
 
index 2a510a885b617673eba7c1ec7ab82bec5da51afe..7987adbc56f9f12dd9bb3f20f9a3188e4208352e 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.odlparent</groupId>
         <artifactId>odlparent</artifactId>
-        <version>3.1.3</version>
+        <version>3.1.4</version>
         <relativePath/>
     </parent>
 
index fdb91f8ed690b5ce4e99d58c9098f403bea6bab2..6c5843b6bb2cab3f16b6f6ad6271c32e1241c026 100644 (file)
@@ -16,7 +16,7 @@
     <parent>
         <groupId>org.opendaylight.odlparent</groupId>
         <artifactId>odlparent-lite</artifactId>
-        <version>3.1.3</version>
+        <version>3.1.4</version>
         <relativePath/>
     </parent>
 
index 69b768dafe31b34edb5da1ab6314a88d9e1f9ac8..0c0341b7cfc530451519068b4f2c57b0482c9943 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.odlparent</groupId>
         <artifactId>odlparent-lite</artifactId>
-        <version>3.1.3</version>
+        <version>3.1.4</version>
         <relativePath/>
     </parent>
 
index 16ea7b82c4e541b4be4e9c7e7591f1c129466828..c35e52e9876f3129d046bee73ea79cde83eb69b5 100644 (file)
@@ -18,7 +18,7 @@
     <parent>
         <groupId>org.opendaylight.odlparent</groupId>
         <artifactId>odlparent-lite</artifactId>
-        <version>3.1.3</version>
+        <version>3.1.4</version>
         <relativePath/>
     </parent>
 
index 75b77a8bb9f588d8b01200358e989c05ab7d4110..a3ffd17582c00332c428edc6af94b5afee3abc0a 100644 (file)
@@ -9,7 +9,7 @@
   <parent>
     <groupId>org.opendaylight.odlparent</groupId>
     <artifactId>karaf4-parent</artifactId>
-    <version>3.1.3</version>
+    <version>3.1.4</version>
     <relativePath/>
   </parent>
 
index e6a6c07eb7c65fc0ceec7fcf85208a23a9572628..4bc26cec1e17b16b6435359a668fed04762af42f 100644 (file)
@@ -11,7 +11,7 @@
     <parent>
         <groupId>org.opendaylight.odlparent</groupId>
         <artifactId>feature-repo-parent</artifactId>
-        <version>3.1.3</version>
+        <version>3.1.4</version>
         <relativePath/>
     </parent>
 
index 3c19662917ae88b8a7a591b85c236565c7b42e49..e2e43729d4ee1b56c848432b0157fdda8243d634 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.odlparent</groupId>
         <artifactId>odlparent-lite</artifactId>
-        <version>3.1.3</version>
+        <version>3.1.4</version>
         <relativePath/>
     </parent>
 
index 93588aa82ff7062bfeb4d7a8f2afd60c1e39e08b..0fd9eac7d9f37f985ec93d0966d96fe356033eff 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.odlparent</groupId>
         <artifactId>odlparent-lite</artifactId>
-        <version>3.1.3</version>
+        <version>3.1.4</version>
         <relativePath/>
     </parent>
 
index 0aab0093915d6ac18652312375bb0863734dadbf..150b20aa641fb173662b7c6320fe07ea0b538de5 100644 (file)
@@ -11,7 +11,7 @@
     <parent>
         <groupId>org.opendaylight.odlparent</groupId>
         <artifactId>odlparent-lite</artifactId>
-        <version>3.1.3</version>
+        <version>3.1.4</version>
         <relativePath/>
     </parent>
 
index 3bea883b2c2db4dba7e89c068d0a9887de3b2b94..48cd84168cdca873325bfc1c797056d5cd114ec2 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.odlparent</groupId>
         <artifactId>odlparent-lite</artifactId>
-        <version>3.1.3</version>
+        <version>3.1.4</version>
         <relativePath/>
     </parent>
 
index 0ca72434bc0587b8fbfba4b7710d95d31112ae40..c03baee5efb684a98f7fce73ae71e41177d6b5a3 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.odlparent</groupId>
         <artifactId>odlparent-lite</artifactId>
-        <version>3.1.3</version>
+        <version>3.1.4</version>
         <relativePath/>
     </parent>
 
index 7d674e5152e2a1dfcef4cc117fc669bb21362cc7..b653400a2e50feadba1d107172697e575be6f527 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.odlparent</groupId>
         <artifactId>odlparent-lite</artifactId>
-        <version>3.1.3</version>
+        <version>3.1.4</version>
         <relativePath/>
     </parent>
 
index a8fbbc8002112233da2d9ec8b4766ca5babc6758..a7e5315b76757e68e6ffcd1068ac45bbfb0da150 100644 (file)
@@ -11,7 +11,7 @@
     <parent>
         <groupId>org.opendaylight.odlparent</groupId>
         <artifactId>odlparent-lite</artifactId>
-        <version>3.1.3</version>
+        <version>3.1.4</version>
         <relativePath/>
     </parent>
 
index f19026d2f559900c267a1896374adbb57bc30e2d..4669959187eb8c9457005c7c766add578d5a72ef 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.odlparent</groupId>
         <artifactId>odlparent-lite</artifactId>
-        <version>3.1.3</version>
+        <version>3.1.4</version>
         <relativePath/>
     </parent>
 
index b537b82b5fb2d504dce7be75b62b2bae210c39aa..ca63ce06001fecfdca85c4fb95b602e11e47206f 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.odlparent</groupId>
         <artifactId>odlparent-lite</artifactId>
-        <version>3.1.3</version>
+        <version>3.1.4</version>
         <relativePath/>
     </parent>
 
index 79904324808204ef2924bc53d76dcb3c2e65e1c0..7a30bce42846f445aa535f0ced85e1bcc6a81395 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.odlparent</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>3.1.3</version>
+        <version>3.1.4</version>
         <relativePath/>
     </parent>
 
@@ -51,7 +51,7 @@
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>yangtools-artifacts</artifactId>
-                <version>2.0.11</version>
+                <version>2.0.12</version>
                 <scope>import</scope>
                 <type>pom</type>
             </dependency>
                     <dependency>
                         <groupId>org.opendaylight.yangtools</groupId>
                         <artifactId>checkstyle-logging</artifactId>
-                        <version>2.0.11</version>
+                        <version>2.0.12</version>
                     </dependency>
                 </dependencies>
                 <configuration>
index 6eaf26633192eb98807500cbc24fb500c2a4e3d4..00536e7f31c3ef66cbf131b09782690fbdb8708d 100644 (file)
@@ -11,7 +11,7 @@
     <parent>
         <groupId>org.opendaylight.odlparent</groupId>
         <artifactId>odlparent</artifactId>
-        <version>3.1.3</version>
+        <version>3.1.4</version>
         <relativePath/>
     </parent>
 
index bfe2f66baeda744ea0bed9998f0fdc93a6999605..4c22f96c393526d6dfd39b5971ba81be6931feb7 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.odlparent</groupId>
         <artifactId>odlparent-lite</artifactId>
-        <version>3.1.3</version>
+        <version>3.1.4</version>
         <relativePath/>
     </parent>
 
index 5fe4504c33da5824752705ed2b1981a9bc53ee4c..09b949058ad2e178b29ddeaeb3f0a96faf39d921 100644 (file)
@@ -19,7 +19,7 @@
     <parent>
         <groupId>org.opendaylight.odlparent</groupId>
         <artifactId>odlparent-lite</artifactId>
-        <version>3.1.3</version>
+        <version>3.1.4</version>
         <relativePath/>
     </parent>
 
index 3ae8768d20159cb506763890033fd864cfb4f285..ee3b62eb2a1b8d263c48bb190b683b64c46e3e46 100644 (file)
@@ -11,7 +11,7 @@
     <parent>
         <groupId>org.opendaylight.odlparent</groupId>
         <artifactId>odlparent-lite</artifactId>
-        <version>3.1.3</version>
+        <version>3.1.4</version>
         <relativePath/>
     </parent>
 
index 22bb3999ee04b8d60bd2243dc0459df3ab6c4434..bf462d17dc6a40a3601dedacda8c2ef4745d15f7 100644 (file)
@@ -11,7 +11,7 @@
     <parent>
         <groupId>org.opendaylight.odlparent</groupId>
         <artifactId>odlparent-lite</artifactId>
-        <version>3.1.3</version>
+        <version>3.1.4</version>
         <relativePath/>
     </parent>
 
diff --git a/pom.xml b/pom.xml
index 4799edd80df7bf58d4f7495c7917ac920f8bbeab..6cd60ee5bd7efa79c2d3f81b40b53279aaac4a87 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -19,7 +19,7 @@
     <parent>
         <groupId>org.opendaylight.odlparent</groupId>
         <artifactId>odlparent-lite</artifactId>
-        <version>3.1.3</version>
+        <version>3.1.4</version>
         <relativePath/>
     </parent>
 
index afb4ba77d8f9f9b294f3a9cb0498557ed0827c8f..563a08bf67c9e156da0ba41c362f03cd07896123 100644 (file)
@@ -20,7 +20,7 @@
     <parent>
         <groupId>org.opendaylight.odlparent</groupId>
         <artifactId>odlparent-lite</artifactId>
-        <version>3.1.3</version>
+        <version>3.1.4</version>
         <relativePath/>
     </parent>
 
index ad1ac87367a787e1eae9ad126b33635c63dfa9b2..13484509a22c80bbfd3858044e0508545500e5d0 100644 (file)
@@ -14,7 +14,7 @@
     <parent>
         <groupId>org.opendaylight.odlparent</groupId>
         <artifactId>odlparent-lite</artifactId>
-        <version>3.1.3</version>
+        <version>3.1.4</version>
         <relativePath/>
     </parent>
 
index 71c2e2d82d43923636d1e46b12aeb5f283f4b22b..bab0a55271889b642f728def916fc8bca0b42769 100644 (file)
@@ -20,7 +20,7 @@
     <parent>
         <groupId>org.opendaylight.odlparent</groupId>
         <artifactId>odlparent-lite</artifactId>
-        <version>3.1.3</version>
+        <version>3.1.4</version>
         <relativePath/>
     </parent>
 
index 510ee18cbc1f26bbf1758ce612bc35d170ed8bff..3cbd260dae4959e7cb45e6f99bc463f5d3a933be 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.odlparent</groupId>
         <artifactId>odlparent-lite</artifactId>
-        <version>3.1.3</version>
+        <version>3.1.4</version>
         <relativePath/>
     </parent>
 
index 448c14e4fdbba35781f5577148d7efdb14997a83..a68f46342819e8fc5b801d7863bca9fbf25e91ef 100644 (file)
@@ -11,7 +11,7 @@
     <parent>
         <groupId>org.opendaylight.odlparent</groupId>
         <artifactId>single-feature-parent</artifactId>
-        <version>3.1.3</version>
+        <version>3.1.4</version>
         <relativePath/>
     </parent>
 
index 3668729c129d5529ec306e3831de7d94e124a789..69a89d7794c28ec0f71312116c31d3e3008abeb1 100644 (file)
@@ -11,7 +11,7 @@
     <parent>
         <groupId>org.opendaylight.odlparent</groupId>
         <artifactId>odlparent</artifactId>
-        <version>3.1.3</version>
+        <version>3.1.4</version>
         <relativePath/>
     </parent>
 
@@ -52,7 +52,7 @@
                     <dependency>
                         <groupId>org.opendaylight.yangtools</groupId>
                         <artifactId>checkstyle-logging</artifactId>
-                        <version>2.0.11</version>
+                        <version>2.0.12</version>
                     </dependency>
                 </dependencies>
             </plugin>
index 4dafb0c01a90e46534561192817177b96f280e03..7fcbc5af9a1b27e74c2982cfddf69ec681c77f2b 100644 (file)
@@ -19,7 +19,7 @@
     <parent>
         <groupId>org.opendaylight.odlparent</groupId>
         <artifactId>odlparent-lite</artifactId>
-        <version>3.1.3</version>
+        <version>3.1.4</version>
         <relativePath/>
     </parent>
 
index 8f28dbb9e7b2b5ef7fbccb2cc149762fe300ba28..47a3ffbdd4f3721db87a2dc02f3187b9f791acda 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.odlparent</groupId>
         <artifactId>odlparent-lite</artifactId>
-        <version>3.1.3</version>
+        <version>3.1.4</version>
         <relativePath/>
     </parent>