Upgrade odlparent to 8.0.0-SNAPSHOT 56/92656/2
authorRobert Varga <robert.varga@pantheon.tech>
Wed, 23 Sep 2020 23:40:50 +0000 (01:40 +0200)
committerRobert Varga <robert.varga@pantheon.tech>
Fri, 25 Sep 2020 16:30:44 +0000 (18:30 +0200)
Pick up latest ugprades.

Change-Id: Id8dc14851e3ea27b352296a02e235d3ffd453a46
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
37 files changed:
artifacts/pom.xml
benchmarks/pom.xml
bundle-parent/pom.xml
common/mockito-configuration/pom.xml
common/pom.xml
common/testutils/pom.xml
distribution-karaf/pom.xml
docs/pom.xml
features/features-yangtools-experimental/pom.xml
features/features-yangtools/pom.xml
features/odl-yangtools-codec/pom.xml
features/odl-yangtools-codec/src/main/feature/feature.xml
features/odl-yangtools-common/pom.xml
features/odl-yangtools-data-api/pom.xml
features/odl-yangtools-data/pom.xml
features/odl-yangtools-data/src/main/feature/feature.xml
features/odl-yangtools-exp-data-xpath-api/pom.xml
features/odl-yangtools-exp-data-xpath/pom.xml
features/odl-yangtools-export/pom.xml
features/odl-yangtools-netty/pom.xml
features/odl-yangtools-netty/src/main/feature/feature.xml
features/odl-yangtools-parser-api/pom.xml
features/odl-yangtools-parser/pom.xml
features/odl-yangtools-parser/src/main/feature/feature.xml
features/odl-yangtools-util/pom.xml
features/odl-yangtools-util/src/main/feature/feature.xml
features/odl-yangtools-xpath-api/pom.xml
features/odl-yangtools-xpath/pom.xml
features/odl-yangtools-xpath/src/main/feature/feature.xml
features/pom.xml
pom.xml
yang-validation-tool/pom.xml
yang/pom.xml
yang/yang-maven-plugin-it/pom.xml
yang/yang-maven-plugin-spi/pom.xml
yang/yang-maven-plugin/pom.xml
yang/yang-model-validator/pom.xml

index dd4409fda20b4f6e7aef92e65db7b952b945085d..a80a7198cd2c548e8a8601ce1a5ac6559304c617 100644 (file)
@@ -13,7 +13,7 @@
     <parent>
       <groupId>org.opendaylight.odlparent</groupId>
       <artifactId>odlparent-lite</artifactId>
-      <version>7.0.6</version>
+      <version>8.0.0-SNAPSHOT</version>
       <relativePath/>
     </parent>
 
index dcfa0a84244a33019d6d394868f1aacd41a8891f..60b19ac8d56aefdf1f241ac28554a45bfe7891ec 100644 (file)
@@ -11,7 +11,7 @@
     <parent>
         <groupId>org.opendaylight.odlparent</groupId>
         <artifactId>odlparent</artifactId>
-        <version>7.0.6</version>
+        <version>8.0.0-SNAPSHOT</version>
         <relativePath/>
     </parent>
     <modelVersion>4.0.0</modelVersion>
index d2b69d80d7616765c2be42d6b27de42cbb825d72..61df62cd23f7105dae4d9ec87e7c669696ac797c 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.odlparent</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>7.0.6</version>
+        <version>8.0.0-SNAPSHOT</version>
         <relativePath/>
     </parent>
 
index 0ee7bbcb9624f687c15ba33775334a258389f5df..bbb8853ff94f61b5f3a93ad39b2f7752dff414a4 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.odlparent</groupId>
         <artifactId>odlparent</artifactId>
-        <version>7.0.6</version>
+        <version>8.0.0-SNAPSHOT</version>
         <relativePath/>
     </parent>
 
index 40384123ca5092b4335861f8e9b7b4ce6054a083..b6c7e35f670a9165523ec949d9f97bc92aab36c4 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
       <groupId>org.opendaylight.odlparent</groupId>
       <artifactId>odlparent-lite</artifactId>
-      <version>7.0.6</version>
+      <version>8.0.0-SNAPSHOT</version>
       <relativePath/>
     </parent>
 
index e21810b959739d922a2ca5d915d265bd1080b33d..213a6468411b575e98ecd108e143b3a0c71f1e8f 100644 (file)
@@ -5,7 +5,7 @@
     <parent>
         <groupId>org.opendaylight.odlparent</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>7.0.6</version>
+        <version>8.0.0-SNAPSHOT</version>
         <relativePath/>
     </parent>
 
index aa82d7d0ff896c53771d32fe63fef4e677b2180a..4e1526f1e93b27576cf9a75fca0b85c1f44bb99a 100644 (file)
@@ -9,7 +9,7 @@
     <parent>
         <groupId>org.opendaylight.odlparent</groupId>
         <artifactId>karaf4-parent</artifactId>
-        <version>7.0.6</version>
+        <version>8.0.0-SNAPSHOT</version>
         <relativePath/>
     </parent>
 
index 90a45e8833014239309ab6e55c0f99acec406c2e..ff9e49d3cbcd6b9e3927ac7a6c9808a97352bde7 100644 (file)
                         <link>https://commons.apache.org/proper/commons-lang/javadocs/api-3.10/</link>
                         <link>https://commons.apache.org/proper/commons-codec/apidocs/</link>
 
-                        <link>https://www.javadoc.io/doc/org.opendaylight.odlparent/odlparent-docs/7.0.6/</link>
+                        <link>https://www.javadoc.io/doc/org.opendaylight.odlparent/odlparent-docs/8.0.0-SNAPSHOT/</link>
                     </links>
                     <groups>
                         <group>
index 1a0114d662e9b8354b58523a9a93615b225fc230..34b71326a203309126dd3590cb7e17458ef90810 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.odlparent</groupId>
         <artifactId>feature-repo-parent</artifactId>
-        <version>7.0.6</version>
+        <version>8.0.0-SNAPSHOT</version>
         <relativePath/>
     </parent>
 
index 70290e9c2804646cbc5d5c03a7e98dde8144a7fe..afbd77cf7f3c71a2918449d43fc540fcea827f98 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.odlparent</groupId>
         <artifactId>feature-repo-parent</artifactId>
-        <version>7.0.6</version>
+        <version>8.0.0-SNAPSHOT</version>
         <relativePath/>
     </parent>
 
index b185affeecc3ed71199ef6d7120faa6095319b0f..129c4ef4836d89e07e492f5cf77333f3f96efe85 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.odlparent</groupId>
         <artifactId>single-feature-parent</artifactId>
-        <version>7.0.6</version>
+        <version>8.0.0-SNAPSHOT</version>
         <relativePath/>
     </parent>
 
index 819f091dd5725a56bbf7b73c077c5767ec7d0953..09b821ee540d59fbe16bc0a7d72a380a8198fe64 100644 (file)
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="UTF-8" standalone="yes"?>
 <features xmlns="http://karaf.apache.org/xmlns/features/v1.4.0" name="odl-yangtools-codec">
     <feature name="odl-yangtools-codec">
-        <feature version="[7,8)">odl-gson</feature>
-        <feature version="[7,8)">odl-stax2-api</feature>
+        <feature version="[8,9)">odl-gson</feature>
+        <feature version="[8,9)">odl-stax2-api</feature>
     </feature>
 </features>
index 1ecad6f156310bbea536b83a008f7289c808ae5e..1c8445a6b94dae6d1c2c19774896078f4f3a6f7c 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.odlparent</groupId>
         <artifactId>single-feature-parent</artifactId>
-        <version>7.0.6</version>
+        <version>8.0.0-SNAPSHOT</version>
         <relativePath/>
     </parent>
 
index 12d129c5c6f6064a013420f39bc95dfe51f571f9..d9d9cfb592069fa43560caa2991e0a6548e7a8e6 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.odlparent</groupId>
         <artifactId>single-feature-parent</artifactId>
-        <version>7.0.6</version>
+        <version>8.0.0-SNAPSHOT</version>
         <relativePath/>
     </parent>
 
index d9d64ef71e95d21c96c300eda9aa62a58b544536..572e557848ae9db7266652202a0439c474ad3693 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.odlparent</groupId>
         <artifactId>single-feature-parent</artifactId>
-        <version>7.0.6</version>
+        <version>8.0.0-SNAPSHOT</version>
         <relativePath/>
     </parent>
 
index 8f08da2102dc9be121c54823e446c6e71c3463d7..2f8ea54a05ce50b2c7fdd232c3d7c35f8d4ad38e 100644 (file)
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8" standalone="yes"?>
 <features xmlns="http://karaf.apache.org/xmlns/features/v1.4.0" name="odl-yangtools-data">
     <feature name="odl-yangtools-data">
-        <feature version="[7,8)">odl-antlr4</feature>
+        <feature version="[8,9)">odl-antlr4</feature>
     </feature>
 </features>
index 96ddc88b9a5c17a40a4c7896c36ac3df3cf90bd2..41c2dd698e6bce19d3b70f28d8e7afac8b68920d 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.odlparent</groupId>
         <artifactId>single-feature-parent</artifactId>
-        <version>7.0.6</version>
+        <version>8.0.0-SNAPSHOT</version>
         <relativePath/>
     </parent>
 
index 243e6110d55ec36077d63bfe6a3c213f3e5889c8..c9f65449b52df627c6253b3ed0680d7c167afa25 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.odlparent</groupId>
         <artifactId>single-feature-parent</artifactId>
-        <version>7.0.6</version>
+        <version>8.0.0-SNAPSHOT</version>
         <relativePath/>
     </parent>
 
index 06c6f18f1287b0f566f34425c186fc1ad491ba5f..07369b35ce0dc4d31d0a4be13c4ea0365c12b46d 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.odlparent</groupId>
         <artifactId>single-feature-parent</artifactId>
-        <version>7.0.6</version>
+        <version>8.0.0-SNAPSHOT</version>
         <relativePath/>
     </parent>
 
index 9157cd5a8bfaad55f69b4ad0f2005e0a78f47c99..1bce0ba04489f790238d573d444e44b4a23ac4b7 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.odlparent</groupId>
         <artifactId>single-feature-parent</artifactId>
-        <version>7.0.6</version>
+        <version>8.0.0-SNAPSHOT</version>
         <relativePath/>
     </parent>
 
index a90e839fdfe26d87879845befc9cc24387596652..3c15df9781c9ceb3e6ed20d0f3bf23892c5f0aeb 100644 (file)
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8" standalone="yes"?>
 <features xmlns="http://karaf.apache.org/xmlns/features/v1.4.0" name="odl-yangtools-netty">
     <feature name="odl-yangtools-netty">
-        <feature version="[7,8)">odl-netty-4</feature>
+        <feature version="[8,9)">odl-netty-4</feature>
     </feature>
 </features>
index 8dabcb3826e12f9cde99041013b7bca58c6c65c0..234e1b9ce7f330725417ab168730c3f99583bc16 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.odlparent</groupId>
         <artifactId>single-feature-parent</artifactId>
-        <version>7.0.6</version>
+        <version>8.0.0-SNAPSHOT</version>
         <relativePath/>
     </parent>
 
index acbef0b59cbf383b6e5ad9509e1d4e46dbcffe08..e453e6d2c4263f3d7bcb21b65298505c13ea6503 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.odlparent</groupId>
         <artifactId>single-feature-parent</artifactId>
-        <version>7.0.6</version>
+        <version>8.0.0-SNAPSHOT</version>
         <relativePath/>
     </parent>
 
index 967294960d6e80c3c478b5325362ce8db5c70486..abf14fd72acf2039d92fef4ee9705f5f706707a7 100644 (file)
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8" standalone="yes"?>
 <features xmlns="http://karaf.apache.org/xmlns/features/v1.4.0" name="odl-yangtools-parser">
     <feature name="odl-yangtools-parser">
-        <feature version="[7,8)">odl-antlr4</feature>
+        <feature version="[8,9)">odl-antlr4</feature>
     </feature>
 </features>
index 656456a50c4adc61e01547d0161fe6b540578d99..a47e576bb6e43ddb77d927aec7ca4f9663565b14 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.odlparent</groupId>
         <artifactId>single-feature-parent</artifactId>
-        <version>7.0.6</version>
+        <version>8.0.0-SNAPSHOT</version>
         <relativePath/>
     </parent>
 
index 1866a6fcc1ff9d9d8fb83a03e8c0a2ce99723e46..f0bca2ac144fe93fb57abb054bc4cfcb39da18c1 100644 (file)
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="UTF-8" standalone="yes"?>
 <features xmlns="http://karaf.apache.org/xmlns/features/v1.4.0" name="odl-yangtools-util">
     <feature name="odl-yangtools-util">
-        <feature version="[7,8)">odl-guava</feature>
+        <feature version="[8,9)">odl-guava</feature>
         <feature version="[1,2)">pt-triemap</feature>
     </feature>
 </features>
index fcd2ba7508668e885638cf3ca4a6c0b8f87a731a..b8f95c2ab7b81173a6b513806be0c0d151d8f2fb 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.odlparent</groupId>
         <artifactId>single-feature-parent</artifactId>
-        <version>7.0.6</version>
+        <version>8.0.0-SNAPSHOT</version>
         <relativePath/>
     </parent>
 
index d31629756bc5b8ccf01d9010acbe16d8e7ed93dc..6f7ceca2ec480067428d252436057284d1befbcf 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.odlparent</groupId>
         <artifactId>single-feature-parent</artifactId>
-        <version>7.0.6</version>
+        <version>8.0.0-SNAPSHOT</version>
         <relativePath/>
     </parent>
 
index eb0d74c7e1bbd8635f6d7b780ee0d7f7417b7325..5f849d3f56b438ed3f775e2b060d040017acd926 100644 (file)
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8" standalone="yes"?>
 <features xmlns="http://karaf.apache.org/xmlns/features/v1.4.0" name="odl-yangtools-xpath">
     <feature name="odl-yangtools-xpath">
-        <feature version="[7,8)">odl-antlr4</feature>
+        <feature version="[8,9)">odl-antlr4</feature>
     </feature>
 </features>
index 3610e097f87f6b12e8b96fcedc213fadbec40eab..f6b96d182748d4ca4a1700f002d7f480a99cb1dc 100644 (file)
@@ -13,7 +13,7 @@
     <parent>
         <groupId>org.opendaylight.odlparent</groupId>
         <artifactId>odlparent-lite</artifactId>
-        <version>7.0.6</version>
+        <version>8.0.0-SNAPSHOT</version>
         <relativePath/>
     </parent>
 
diff --git a/pom.xml b/pom.xml
index 3120a479f40602e7a25ab6ef96fa44a289244924..a901298d7ad73edfcbddc80e1d3cec1ccfe7776b 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -12,7 +12,7 @@
     <parent>
       <groupId>org.opendaylight.odlparent</groupId>
       <artifactId>odlparent-lite</artifactId>
-      <version>7.0.6</version>
+      <version>8.0.0-SNAPSHOT</version>
       <relativePath/>
     </parent>
 
index 22700949c1d488ed23c53be2c6a0fd6d1db3c0ea..5af8ab74d4cdc3c4c93b0eaff8907e12a4bdb4f1 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.odlparent</groupId>
         <artifactId>odlparent</artifactId>
-        <version>7.0.6</version>
+        <version>8.0.0-SNAPSHOT</version>
         <relativePath/>
     </parent>
 
index 6e86eb48401b2770060a91488e6056ee238a556c..8e8ad31dda7b24ba838a69d26be8add79696f8b9 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.odlparent</groupId>
         <artifactId>odlparent-lite</artifactId>
-        <version>7.0.6</version>
+        <version>8.0.0-SNAPSHOT</version>
         <relativePath/>
     </parent>
 
index 071d7645bfae9012068a3d7db98ebcd2455a1fb6..20474f49f44d18ed6c6afda913f2bd11e9590fbb 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.odlparent</groupId>
         <artifactId>odlparent</artifactId>
-        <version>7.0.6</version>
+        <version>8.0.0-SNAPSHOT</version>
         <relativePath/>
     </parent>
 
index cfcf2921970a881cda9bcceba137ae731397096e..a7ff36f143eea21a2a0727a863277686ecf429e5 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.odlparent</groupId>
         <artifactId>odlparent</artifactId>
-        <version>7.0.6</version>
+        <version>8.0.0-SNAPSHOT</version>
         <relativePath/>
     </parent>
 
index 6e323c32f95f86627cf5f5a39a5348fce8570173..28a3d9a765e0651b4e9cb6d4be5cc7570f679191 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.odlparent</groupId>
         <artifactId>odlparent</artifactId>
-        <version>7.0.6</version>
+        <version>8.0.0-SNAPSHOT</version>
         <relativePath/>
     </parent>
 
index 2c1e388c2b425e9a4324ad9f019b535a02e70c8c..51d65a0ae62f8c56fcde9c371452bdf33e1af21a 100644 (file)
@@ -4,7 +4,7 @@
     <parent>
         <groupId>org.opendaylight.odlparent</groupId>
         <artifactId>odlparent</artifactId>
-        <version>7.0.6</version>
+        <version>8.0.0-SNAPSHOT</version>
         <relativePath/>
     </parent>