Bump odlparent dependencies to 3.0.0 80/65580/3
authorStephen Kitt <skitt@redhat.com>
Wed, 15 Nov 2017 20:31:37 +0000 (21:31 +0100)
committerRobert Varga <nite@hq.sk>
Tue, 21 Nov 2017 09:53:08 +0000 (09:53 +0000)
Change-Id: I6efb03faf8913c5f4ad21fa7783ce8b6342447af
Signed-off-by: Stephen Kitt <skitt@redhat.com>
62 files changed:
benchmarks/pom.xml
common/artifacts/pom.xml
common/checkstyle-logging/pom.xml
common/concepts/pom.xml
common/mockito-configuration/pom.xml
common/object-cache-api/pom.xml
common/object-cache-guava/pom.xml
common/object-cache-noop/pom.xml
common/pom.xml
common/testutils/pom.xml
common/util/pom.xml
features/features-yangtools-experimental/pom.xml
features/features-yangtools/pom.xml
features/odl-exp-objcache/pom.xml
features/odl-triemap/pom.xml
features/odl-yangtools-codec/pom.xml
features/odl-yangtools-common/pom.xml
features/odl-yangtools-data-api/pom.xml
features/odl-yangtools-data/pom.xml
features/odl-yangtools-export/pom.xml
features/odl-yangtools-parser-api/pom.xml
features/odl-yangtools-parser/pom.xml
features/odl-yangtools-util/pom.xml
features/odl-yangtools-xpath/pom.xml
features/pom.xml
pom.xml
third-party/pom.xml
third-party/triemap/pom.xml
yang-validation-tool/pom.xml
yang/odlext-model-api/pom.xml
yang/odlext-parser-support/pom.xml
yang/openconfig-model-api/pom.xml
yang/openconfig-parser-support/pom.xml
yang/pom.xml
yang/rfc6536-model-api/pom.xml
yang/rfc6536-parser-support/pom.xml
yang/rfc7952-model-api/pom.xml
yang/rfc7952-parser-support/pom.xml
yang/rfc8040-model-api/pom.xml
yang/rfc8040-parser-support/pom.xml
yang/yang-common/pom.xml
yang/yang-data-api/pom.xml
yang/yang-data-codec-gson/pom.xml
yang/yang-data-codec-xml/pom.xml
yang/yang-data-impl/pom.xml
yang/yang-data-jaxen/pom.xml
yang/yang-data-transform/pom.xml
yang/yang-data-util/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-api/pom.xml
yang/yang-model-export/pom.xml
yang/yang-model-immutable/pom.xml
yang/yang-model-util/pom.xml
yang/yang-model-validator/pom.xml
yang/yang-parser-api/pom.xml
yang/yang-parser-impl/pom.xml
yang/yang-parser-reactor/pom.xml
yang/yang-parser-rfc7950/pom.xml
yang/yang-parser-spi/pom.xml
yang/yang-test-util/pom.xml

index 7ee7dc372263b0c250867a17658db6e966aa4f44..9cbe84eaa0a287db5506d4e7661e4a6fb081f6fe 100644 (file)
@@ -13,7 +13,7 @@
     <parent>
         <groupId>org.opendaylight.odlparent</groupId>
         <artifactId>odlparent</artifactId>
-        <version>3.0.0-SNAPSHOT</version>
+        <version>3.0.0</version>
         <relativePath/>
     </parent>
     <modelVersion>4.0.0</modelVersion>
index a48bccd88fe6f7e77a2700da595ce7a033f83189..2e5368a96ad9fcd60c98cffae12d6ef0ae0dc3c7 100644 (file)
@@ -13,7 +13,7 @@
     <parent>
       <groupId>org.opendaylight.odlparent</groupId>
       <artifactId>odlparent-lite</artifactId>
-      <version>3.0.0-SNAPSHOT</version>
+      <version>3.0.0</version>
       <relativePath/>
     </parent>
 
index cbed1b26fd4b3c85428bddec3e054e5cc20a6757..5c47c6488d3ec82a00bd78811bc32f79329d0be9 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.odlparent</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>3.0.0-SNAPSHOT</version>
+        <version>3.0.0</version>
         <relativePath/>
     </parent>
   <groupId>org.opendaylight.yangtools</groupId>
index 989ef586e72ff5e9e7331b19bef2257327b1df27..0292249bdc08983426abe0b63c48469522ddef82 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.odlparent</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>3.0.0-SNAPSHOT</version>
+        <version>3.0.0</version>
         <relativePath/>
     </parent>
 
index c232e76d504aaefc8141915bc9174c99aea717b1..065794d3c78c1e183d6fa42d2bffecb39a96f564 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.odlparent</groupId>
         <artifactId>odlparent</artifactId>
-        <version>3.0.0-SNAPSHOT</version>
+        <version>3.0.0</version>
         <relativePath/>
     </parent>
 
index 92061236170f452b771c23cf8265ba23ecb61224..db8eadae249c861898c023cadaa78a7be2a8336c 100644 (file)
@@ -13,7 +13,7 @@
     <parent>
         <groupId>org.opendaylight.odlparent</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>3.0.0-SNAPSHOT</version>
+        <version>3.0.0</version>
         <relativePath/>
     </parent>
     <packaging>bundle</packaging>
index 007429c068dfedafae3d5971ae5a7522bb451c63..3d7d7978a78633189e2cc44302d75a0677e24e5f 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.odlparent</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>3.0.0-SNAPSHOT</version>
+        <version>3.0.0</version>
         <relativePath/>
     </parent>
 
index 911c3ad9afcca84271e9a30df4e7ed2b327274c0..1cef960d31ddf5e54d95170176fec98f336451f3 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.odlparent</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>3.0.0-SNAPSHOT</version>
+        <version>3.0.0</version>
         <relativePath/>
     </parent>
     <packaging>bundle</packaging>
index 8443aef278dc36d945c61e32a6a008c51425d0cc..14375b1ec30763fe0fa63f41f6d86a62a485e6c7 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
       <groupId>org.opendaylight.odlparent</groupId>
       <artifactId>odlparent-lite</artifactId>
-      <version>3.0.0-SNAPSHOT</version>
+      <version>3.0.0</version>
       <relativePath/>
     </parent>
 
index cf5bde7dd0a24e56aaf13c035d5e4efce09dcd3e..9dc136c7a13b7004b5abb3e6b2b371bcccdf9f0a 100644 (file)
@@ -5,7 +5,7 @@
     <parent>
         <groupId>org.opendaylight.odlparent</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>3.0.0-SNAPSHOT</version>
+        <version>3.0.0</version>
         <relativePath/>
     </parent>
 
index b871d1ad38a5f7c9016b1bc76691dd4ade1aae65..a373d5bc3549e49e2253da764de0ca08d7a4d0df 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.odlparent</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>3.0.0-SNAPSHOT</version>
+        <version>3.0.0</version>
         <relativePath/>
     </parent>
     <packaging>bundle</packaging>
index 4cbbeff208b15e9c4149e0e88409da0b28695254..4a4e826b216e4c141a861b7db0d583220f8802bc 100644 (file)
@@ -14,7 +14,7 @@
     <parent>
         <groupId>org.opendaylight.odlparent</groupId>
         <artifactId>feature-repo-parent</artifactId>
-        <version>3.0.0-SNAPSHOT</version>
+        <version>3.0.0</version>
         <relativePath/>
     </parent>
 
index af82a41277b12a09511a55bf2a17f9190aa9823a..86c0ddfee9827c14bde7bd0e90e253a9cb4d2943 100644 (file)
@@ -14,7 +14,7 @@
     <parent>
         <groupId>org.opendaylight.odlparent</groupId>
         <artifactId>feature-repo-parent</artifactId>
-        <version>3.0.0-SNAPSHOT</version>
+        <version>3.0.0</version>
         <relativePath/>
     </parent>
 
index aac77a2dbbf74667ac16a0cb47136b6d7532d189..ac040415ddf14549ad3b56be04bc64d447f41e81 100644 (file)
@@ -14,7 +14,7 @@
     <parent>
         <groupId>org.opendaylight.odlparent</groupId>
         <artifactId>single-feature-parent</artifactId>
-        <version>3.0.0-SNAPSHOT</version>
+        <version>3.0.0</version>
         <relativePath/>
     </parent>
 
index 26afdd4ba139c6944900fdc06869003295121e82..59d58f806770c2e4149275f55ad7174bfc3b44c5 100644 (file)
@@ -14,7 +14,7 @@
     <parent>
         <groupId>org.opendaylight.odlparent</groupId>
         <artifactId>single-feature-parent</artifactId>
-        <version>3.0.0-SNAPSHOT</version>
+        <version>3.0.0</version>
         <relativePath/>
     </parent>
 
@@ -41,7 +41,7 @@
         <dependency>
             <groupId>org.opendaylight.odlparent</groupId>
             <artifactId>odl-guava-23</artifactId>
-            <version>3.0.0-SNAPSHOT</version>
+            <version>3.0.0</version>
             <type>xml</type>
             <classifier>features</classifier>
         </dependency>
index af52fdd4d30f459fac3632b15e06473a7a190d33..7973ee900111928216d4e5fe5a70026a19c53055 100644 (file)
@@ -14,7 +14,7 @@
     <parent>
         <groupId>org.opendaylight.odlparent</groupId>
         <artifactId>single-feature-parent</artifactId>
-        <version>3.0.0-SNAPSHOT</version>
+        <version>3.0.0</version>
         <relativePath/>
     </parent>
 
index ea020db78af2c06c6953e8d70de0e1036dff1ea2..29aa3a865bea0b65072c0f173ee46cd737f8b1af 100644 (file)
@@ -14,7 +14,7 @@
     <parent>
         <groupId>org.opendaylight.odlparent</groupId>
         <artifactId>single-feature-parent</artifactId>
-        <version>3.0.0-SNAPSHOT</version>
+        <version>3.0.0</version>
         <relativePath/>
     </parent>
 
index 26ef2ed21c7b1e55d4c61317ba1dcc96e7b2ea41..ff187e421e42bc5e5797529aaaf9fa83c46bea69 100644 (file)
@@ -14,7 +14,7 @@
     <parent>
         <groupId>org.opendaylight.odlparent</groupId>
         <artifactId>single-feature-parent</artifactId>
-        <version>3.0.0-SNAPSHOT</version>
+        <version>3.0.0</version>
         <relativePath/>
     </parent>
 
index f5a2578302491f3002f7cd453de3e764bd0f9890..0d508fb62de55d963691f87f3efcf3c934ad79e9 100644 (file)
@@ -14,7 +14,7 @@
     <parent>
         <groupId>org.opendaylight.odlparent</groupId>
         <artifactId>single-feature-parent</artifactId>
-        <version>3.0.0-SNAPSHOT</version>
+        <version>3.0.0</version>
         <relativePath/>
     </parent>
 
index 3574f6b092b8976ec7cfa408dde0932d87832ed0..479050dfc212b4d240050119a4062c34877be669 100644 (file)
@@ -14,7 +14,7 @@
     <parent>
         <groupId>org.opendaylight.odlparent</groupId>
         <artifactId>single-feature-parent</artifactId>
-        <version>3.0.0-SNAPSHOT</version>
+        <version>3.0.0</version>
         <relativePath/>
     </parent>
 
index 41ce74bab8caf459c046f8428fc8251369c36df0..0e0122ef8d738a2916c77d7950363bc205897225 100644 (file)
@@ -14,7 +14,7 @@
     <parent>
         <groupId>org.opendaylight.odlparent</groupId>
         <artifactId>single-feature-parent</artifactId>
-        <version>3.0.0-SNAPSHOT</version>
+        <version>3.0.0</version>
         <relativePath/>
     </parent>
 
index b87ed34a1072398be3f5a703ebee12068c687a70..25af3e2e60301d494fdb6df72da6ded7f843dfb7 100644 (file)
@@ -14,7 +14,7 @@
     <parent>
         <groupId>org.opendaylight.odlparent</groupId>
         <artifactId>single-feature-parent</artifactId>
-        <version>3.0.0-SNAPSHOT</version>
+        <version>3.0.0</version>
         <relativePath/>
     </parent>
 
index 8a3ab83f4b7775711f8622d8d6d00083102b406c..8040880682bf717b437fa29b19731a65de860782 100644 (file)
@@ -14,7 +14,7 @@
     <parent>
         <groupId>org.opendaylight.odlparent</groupId>
         <artifactId>single-feature-parent</artifactId>
-        <version>3.0.0-SNAPSHOT</version>
+        <version>3.0.0</version>
         <relativePath/>
     </parent>
 
index a6e007bf8e224c83db86b629df0ac3b0061542d5..92b2100b968892bd0fb01cdc65e245bc57b84389 100644 (file)
@@ -14,7 +14,7 @@
     <parent>
         <groupId>org.opendaylight.odlparent</groupId>
         <artifactId>single-feature-parent</artifactId>
-        <version>3.0.0-SNAPSHOT</version>
+        <version>3.0.0</version>
         <relativePath/>
     </parent>
 
index 2ec77c9d75cc6ad037c2d214d29b7a1b57dd487e..955b868bfc5ac5a2cb77fcad1314c5b226457d81 100644 (file)
@@ -14,7 +14,7 @@
     <parent>
         <groupId>org.opendaylight.odlparent</groupId>
         <artifactId>odlparent-lite</artifactId>
-        <version>3.0.0-SNAPSHOT</version>
+        <version>3.0.0</version>
         <relativePath/>
     </parent>
 
diff --git a/pom.xml b/pom.xml
index eb839e325c4e0e727696e69f7ec22eccb8648988..87d42c8d9d5f6a24aa7ea8b2245a9c9b3abe2de8 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -13,7 +13,7 @@
     <parent>
       <groupId>org.opendaylight.odlparent</groupId>
       <artifactId>odlparent-lite</artifactId>
-      <version>3.0.0-SNAPSHOT</version>
+      <version>3.0.0</version>
       <relativePath/>
     </parent>
 
index 372ffb6439d4c257141002ae290dce677fdf7d08..b3f3931bc61e1d498c31da8fcd1c9e77c45e0d1c 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.odlparent</groupId>
         <artifactId>odlparent-lite</artifactId>
-        <version>3.0.0-SNAPSHOT</version>
+        <version>3.0.0</version>
         <relativePath/>
     </parent>
 
index 3c6b966f6143bce3f84fefd0fb3de5c63096d225..931a9dd7bdf4547e30f87d00e44bd1ad5e248bcf 100644 (file)
@@ -20,7 +20,7 @@
     <parent>
         <groupId>org.opendaylight.odlparent</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>3.0.0-SNAPSHOT</version>
+        <version>3.0.0</version>
         <relativePath/>
     </parent>
 
index f95b8236fbfed7cd546503b7425e13a37bcbbd5f..53a81354f5c89e91634a6952cbeaa3f7c4bf8ee5 100644 (file)
@@ -13,7 +13,7 @@
     <parent>
         <groupId>org.opendaylight.odlparent</groupId>
         <artifactId>odlparent</artifactId>
-        <version>3.0.0-SNAPSHOT</version>
+        <version>3.0.0</version>
         <relativePath/>
     </parent>
 
index cedf94fecc53e63c97c0bd0af4f4686ff60f078b..03518edc3cc6241520a86cd339c3e643c3fd5675 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.odlparent</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>3.0.0-SNAPSHOT</version>
+        <version>3.0.0</version>
         <relativePath/>
     </parent>
 
index 801c695ef25e8118b137b7e11d514b3b692e8757..a873b6b1af639fc352c7d01c3c365e22498d9d15 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.odlparent</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>3.0.0-SNAPSHOT</version>
+        <version>3.0.0</version>
         <relativePath/>
     </parent>
 
index 81bd201bb685fda45a3b91b91741e63472deb28d..14eb94a747b4699da0483d892585a57e439d1817 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.odlparent</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>3.0.0-SNAPSHOT</version>
+        <version>3.0.0</version>
         <relativePath/>
     </parent>
 
index 119a6c77dddcb3299f05819ff1f813b7068cc21d..3cb1f3ce27b167c0bb855448c33e619b022aae2d 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.odlparent</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>3.0.0-SNAPSHOT</version>
+        <version>3.0.0</version>
         <relativePath/>
     </parent>
 
index beac57fa3f931cae1f9cac54d383ab01afb0b652..7bdc0a7aec3a8ac04abae533f8de81d002a86afb 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.odlparent</groupId>
         <artifactId>odlparent-lite</artifactId>
-        <version>3.0.0-SNAPSHOT</version>
+        <version>3.0.0</version>
         <relativePath/>
     </parent>
 
index 89017edfa50296b3cb0d12390bf1cc2793771a31..fdf162dbb6a0c756b344495ae8bf18197a3578f4 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.odlparent</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>3.0.0-SNAPSHOT</version>
+        <version>3.0.0</version>
         <relativePath/>
     </parent>
 
index e192d13ea5edd80338987c8e8e2b0c6de793b8ee..3789a30a8bc46290ca5505b3f729547bf36ddf4f 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.odlparent</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>3.0.0-SNAPSHOT</version>
+        <version>3.0.0</version>
         <relativePath/>
     </parent>
 
index 49cb0db2e044574bd861ecdb5798f670d987c5d0..cb7a46989ae6fff07447a75a69da58d325e9326f 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.odlparent</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>3.0.0-SNAPSHOT</version>
+        <version>3.0.0</version>
         <relativePath/>
     </parent>
 
index 5dd3937a16ea530e4e41140dcfb943894335d9af..31334f19b2c98f67ec88a1bf2a360b1a3e7d9ebe 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.odlparent</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>3.0.0-SNAPSHOT</version>
+        <version>3.0.0</version>
         <relativePath/>
     </parent>
 
index 6f1e0b6a2ff1d116bf908bf357063846c1b0db8b..7be8c2f15e4584a0a682bf385beb24746652daff 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.odlparent</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>3.0.0-SNAPSHOT</version>
+        <version>3.0.0</version>
         <relativePath/>
     </parent>
 
index 5462ecf72020e3547a56b4aa961387a49418155b..98ded9217f54ff1ca01e02cdb4664dfef56fa3d7 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.odlparent</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>3.0.0-SNAPSHOT</version>
+        <version>3.0.0</version>
         <relativePath/>
     </parent>
 
index 0a2e7d1c339a8de5b72196b1ae36ed2290f59686..02ca20df114638fdbf1f26ca8df34d9e498ecd8c 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.odlparent</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>3.0.0-SNAPSHOT</version>
+        <version>3.0.0</version>
         <relativePath/>
     </parent>
 
index c4e6fde8063f1fb24c8e19942d58d6e6f74f7db9..2e46dc07c8c8b3ce3910ababc2e945992ecfa978 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.odlparent</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>3.0.0-SNAPSHOT</version>
+        <version>3.0.0</version>
         <relativePath/>
     </parent>
 
index 9f07508e3162f78951da53c7b7c3deeeb0215808..1c889e1c275870ddf358ebd8b6cb227a8860ee75 100644 (file)
@@ -11,7 +11,7 @@
     <parent>
         <groupId>org.opendaylight.odlparent</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>3.0.0-SNAPSHOT</version>
+        <version>3.0.0</version>
         <relativePath/>
     </parent>
 
index 307c1b8f00bfb696c6b0695344b14e2fe3ec77c5..fa2c5448218d3a9aa837d09e4da4c648315304ae 100644 (file)
@@ -11,7 +11,7 @@
     <parent>
         <groupId>org.opendaylight.odlparent</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>3.0.0-SNAPSHOT</version>
+        <version>3.0.0</version>
         <relativePath/>
     </parent>
 
index f5fbeade5b0b6a8a09ff76afe8d7d9ba53536d88..157d3e012c4fb4ca7d873014f55ca84ff6e29a87 100644 (file)
@@ -10,7 +10,7 @@
     <parent>
         <groupId>org.opendaylight.odlparent</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>3.0.0-SNAPSHOT</version>
+        <version>3.0.0</version>
         <relativePath/>
     </parent>
 
index 30860077a92e8322a3ee599cb059ab5267b8ef40..f95250d9f4a7e36c89ef7262fbdcf9da4fd1c576 100644 (file)
@@ -13,7 +13,7 @@
     <parent>
         <groupId>org.opendaylight.odlparent</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>3.0.0-SNAPSHOT</version>
+        <version>3.0.0</version>
         <relativePath/>
     </parent>
 
index 80e8503c7f725626515997c1d0c5595bee531871..0815d59eecc0f6be8ea27d0e6a1192c2a0a0c048 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.odlparent</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>3.0.0-SNAPSHOT</version>
+        <version>3.0.0</version>
         <relativePath/>
     </parent>
 
index 9100c9bf0a4a511eaf4b713aa874cb3a5f21511c..dd58fe524bf60a00e38c4899753c385d68013558 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.odlparent</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>3.0.0-SNAPSHOT</version>
+        <version>3.0.0</version>
         <relativePath/>
     </parent>
 
index 520430adf8c059b1d598501b07add14b88000928..5015a8a18377e93ae976474b6f66927bb9227612 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.odlparent</groupId>
         <artifactId>odlparent</artifactId>
-        <version>3.0.0-SNAPSHOT</version>
+        <version>3.0.0</version>
         <relativePath/>
     </parent>
 
index d1a283279ae2b97f61efeb4b8c88fafe8749e098..04ca0246e4a9b2d79f40fa6422b16c68d44296c2 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.odlparent</groupId>
         <artifactId>odlparent</artifactId>
-        <version>3.0.0-SNAPSHOT</version>
+        <version>3.0.0</version>
         <relativePath/>
     </parent>
 
index acd6d081d30a6f8116a9cbcc643d0baae942b26a..902cea423dea1546c3616a139d7f60818ede17ad 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.odlparent</groupId>
         <artifactId>odlparent</artifactId>
-        <version>3.0.0-SNAPSHOT</version>
+        <version>3.0.0</version>
         <relativePath/>
     </parent>
 
index e0ce3f3497ce1f4238f1e8a69efa2d3dde2f10d1..334888a76974a17f73aea2e077419378d52f4730 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.odlparent</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>3.0.0-SNAPSHOT</version>
+        <version>3.0.0</version>
         <relativePath/>
     </parent>
 
index d0192730376b4d7b47bacafe8b238b5b0a5d1214..8899c8904a5fc82ddcdfa968d1856cce37a1014f 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.odlparent</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>3.0.0-SNAPSHOT</version>
+        <version>3.0.0</version>
         <relativePath/>
     </parent>
 
index edc2b596d9dc9d7bd6fba53401821e5f112cd879..a0e36c6bba7b5a91cb4fd4b8bcc144e8c5d14666 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.odlparent</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>3.0.0-SNAPSHOT</version>
+        <version>3.0.0</version>
         <relativePath/>
     </parent>
 
index 6b4e1e72ebc75253c6c288e292e26d2a5b48961a..3e920fc56faea81e95f497f77b1701ef60355f2c 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.odlparent</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>3.0.0-SNAPSHOT</version>
+        <version>3.0.0</version>
         <relativePath/>
     </parent>
 
index 20f84ece0eb2c9c66f7be03b014488b9c175d2f4..87cb831e90244155e2bc7317d2ebc373b4cf6d97 100644 (file)
@@ -4,7 +4,7 @@
     <parent>
         <groupId>org.opendaylight.odlparent</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>3.0.0-SNAPSHOT</version>
+        <version>3.0.0</version>
         <relativePath />
     </parent>
 
index 88643cfd453e8fe679151fab3d76a1fd67a76d4e..b1dffacf666c315ffe4306f2a8254b303cd3da90 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.odlparent</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>3.0.0-SNAPSHOT</version>
+        <version>3.0.0</version>
         <relativePath/>
     </parent>
 
index 73dd50c0a560fc211a980d68787110f895f70b12..369ed6965441121544b508afbb39bbc7462d7832 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.odlparent</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>3.0.0-SNAPSHOT</version>
+        <version>3.0.0</version>
         <relativePath/>
     </parent>
 
index 494ea3357bf7cc2e828b5b48f175dae72c014d71..33e13732f916c6839d893df454198dfce25cbc24 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.odlparent</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>3.0.0-SNAPSHOT</version>
+        <version>3.0.0</version>
         <relativePath/>
     </parent>
 
index c5535e44cb3752eb9e7f647ae53e4e2d2bf1a150..d4bcd053e9acd1835d982aab4b35d5957b115a35 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.odlparent</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>3.0.0-SNAPSHOT</version>
+        <version>3.0.0</version>
         <relativePath/>
     </parent>
 
index 0e3f3ab83e46b807b4ee8732259b02893106fde6..c578d333b0e89b6fc7c8567687236fa58c406c33 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.odlparent</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>3.0.0-SNAPSHOT</version>
+        <version>3.0.0</version>
         <relativePath/>
     </parent>
 
index c90b0224440e937e92d6d7166320c3e83d6381b7..e2cfa9a634ba77019074af217cf51dfd4d306917 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.odlparent</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>3.0.0-SNAPSHOT</version>
+        <version>3.0.0</version>
         <relativePath/>
     </parent>