From eb92a7a04e05eb962592eaf01cac3499666400bd Mon Sep 17 00:00:00 2001 From: Stephen Kitt Date: Fri, 7 Jul 2017 17:50:31 +0200 Subject: [PATCH 1/1] Upgrade to odlparent 2.0.2 Change-Id: I9660748964bf09f3db84481c62e7cce7843ef7bd Signed-off-by: Stephen Kitt --- features/netconf-connector/features-netconf-connector/pom.xml | 2 +- features/netconf-connector/odl-message-bus/pom.xml | 2 +- features/netconf-connector/odl-netconf-callhome-ssh/pom.xml | 2 +- .../netconf-connector/odl-netconf-clustered-topology/pom.xml | 2 +- features/netconf-connector/odl-netconf-connector-all/pom.xml | 2 +- features/netconf-connector/odl-netconf-connector-ssh/pom.xml | 2 +- features/netconf-connector/odl-netconf-connector/pom.xml | 2 +- features/netconf-connector/odl-netconf-console/pom.xml | 2 +- features/netconf-connector/odl-netconf-topology/pom.xml | 2 +- features/netconf-connector/pom.xml | 2 +- features/netconf/features-netconf/pom.xml | 2 +- features/netconf/odl-aaa-netconf-plugin-no-cluster/pom.xml | 2 +- features/netconf/odl-aaa-netconf-plugin/pom.xml | 2 +- features/netconf/odl-config-netconf-connector/pom.xml | 2 +- features/netconf/odl-netconf-api/pom.xml | 2 +- features/netconf/odl-netconf-client/pom.xml | 2 +- features/netconf/odl-netconf-impl/pom.xml | 2 +- features/netconf/odl-netconf-mapping-api/pom.xml | 2 +- features/netconf/odl-netconf-mdsal/pom.xml | 2 +- features/netconf/odl-netconf-monitoring/pom.xml | 2 +- features/netconf/odl-netconf-netty-util/pom.xml | 2 +- features/netconf/odl-netconf-notifications-api/pom.xml | 2 +- features/netconf/odl-netconf-notifications-impl/pom.xml | 2 +- features/netconf/odl-netconf-ssh/pom.xml | 2 +- features/netconf/odl-netconf-tcp/pom.xml | 2 +- features/netconf/odl-netconf-util/pom.xml | 2 +- features/netconf/pom.xml | 2 +- features/restconf/features-restconf/pom.xml | 2 +- features/restconf/odl-mdsal-apidocs/pom.xml | 2 +- features/restconf/odl-restconf-all/pom.xml | 2 +- features/restconf/odl-restconf-noauth/pom.xml | 2 +- features/restconf/odl-restconf/pom.xml | 2 +- features/restconf/pom.xml | 2 +- features/yanglib/features-yanglib/pom.xml | 2 +- features/yanglib/odl-yanglib/pom.xml | 2 +- features/yanglib/pom.xml | 2 +- karaf/pom.xml | 2 +- netconf/aaa-authn-odl-plugin/pom.xml | 2 +- netconf/config-netconf-connector/pom.xml | 2 +- netconf/mdsal-netconf-connector/pom.xml | 2 +- netconf/mdsal-netconf-impl/pom.xml | 2 +- netconf/mdsal-netconf-monitoring/pom.xml | 2 +- netconf/mdsal-netconf-notification/pom.xml | 2 +- netconf/mdsal-netconf-ssh/pom.xml | 2 +- netconf/mdsal-netconf-tcp/pom.xml | 2 +- netconf/mdsal-netconf-yang-library/pom.xml | 2 +- netconf/messagebus-netconf/pom.xml | 2 +- netconf/netconf-api/pom.xml | 2 +- netconf/netconf-artifacts/pom.xml | 2 +- netconf/netconf-auth/pom.xml | 2 +- netconf/netconf-config/pom.xml | 2 +- netconf/netconf-connector-config/pom.xml | 2 +- netconf/netconf-console/pom.xml | 2 +- netconf/netconf-impl/pom.xml | 2 +- netconf/netconf-mapping-api/pom.xml | 2 +- netconf/netconf-monitoring/pom.xml | 2 +- netconf/netconf-netty-util/pom.xml | 2 +- netconf/netconf-notifications-api/pom.xml | 2 +- netconf/netconf-notifications-impl/pom.xml | 2 +- netconf/netconf-ssh/pom.xml | 2 +- netconf/netconf-tcp/pom.xml | 2 +- netconf/netconf-topology-config/pom.xml | 2 +- netconf/netconf-topology/pom.xml | 2 +- netconf/netconf-util/pom.xml | 2 +- netconf/pom.xml | 2 +- netconf/tools/netconf-cli/pom.xml | 2 +- netconf/tools/netconf-testtool/pom.xml | 2 +- pom.xml | 2 +- restconf/pom.xml | 2 +- restconf/restconf-artifacts/pom.xml | 2 +- restconf/sal-rest-connector-config/pom.xml | 2 +- restconf/sal-rest-docgen-maven/pom.xml | 2 +- restconf/sal-rest-docgen/pom.xml | 2 +- 73 files changed, 73 insertions(+), 73 deletions(-) diff --git a/features/netconf-connector/features-netconf-connector/pom.xml b/features/netconf-connector/features-netconf-connector/pom.xml index 005ab120c6..d742b00101 100644 --- a/features/netconf-connector/features-netconf-connector/pom.xml +++ b/features/netconf-connector/features-netconf-connector/pom.xml @@ -14,7 +14,7 @@ org.opendaylight.odlparent feature-repo-parent - 2.0.0 + 2.0.2 diff --git a/features/netconf-connector/odl-message-bus/pom.xml b/features/netconf-connector/odl-message-bus/pom.xml index 691d8dc1df..5941d6492b 100644 --- a/features/netconf-connector/odl-message-bus/pom.xml +++ b/features/netconf-connector/odl-message-bus/pom.xml @@ -14,7 +14,7 @@ org.opendaylight.odlparent single-feature-parent - 2.0.0 + 2.0.2 diff --git a/features/netconf-connector/odl-netconf-callhome-ssh/pom.xml b/features/netconf-connector/odl-netconf-callhome-ssh/pom.xml index 61ebe21f15..56d5ee7332 100644 --- a/features/netconf-connector/odl-netconf-callhome-ssh/pom.xml +++ b/features/netconf-connector/odl-netconf-callhome-ssh/pom.xml @@ -14,7 +14,7 @@ org.opendaylight.odlparent single-feature-parent - 2.0.0 + 2.0.2 diff --git a/features/netconf-connector/odl-netconf-clustered-topology/pom.xml b/features/netconf-connector/odl-netconf-clustered-topology/pom.xml index a3c3769244..c718b6fed4 100644 --- a/features/netconf-connector/odl-netconf-clustered-topology/pom.xml +++ b/features/netconf-connector/odl-netconf-clustered-topology/pom.xml @@ -14,7 +14,7 @@ org.opendaylight.odlparent single-feature-parent - 2.0.0 + 2.0.2 diff --git a/features/netconf-connector/odl-netconf-connector-all/pom.xml b/features/netconf-connector/odl-netconf-connector-all/pom.xml index 1a9c77da39..0cadb4990c 100644 --- a/features/netconf-connector/odl-netconf-connector-all/pom.xml +++ b/features/netconf-connector/odl-netconf-connector-all/pom.xml @@ -14,7 +14,7 @@ org.opendaylight.odlparent single-feature-parent - 2.0.0 + 2.0.2 diff --git a/features/netconf-connector/odl-netconf-connector-ssh/pom.xml b/features/netconf-connector/odl-netconf-connector-ssh/pom.xml index f8c941483f..919bbba37e 100644 --- a/features/netconf-connector/odl-netconf-connector-ssh/pom.xml +++ b/features/netconf-connector/odl-netconf-connector-ssh/pom.xml @@ -14,7 +14,7 @@ org.opendaylight.odlparent single-feature-parent - 2.0.0 + 2.0.2 diff --git a/features/netconf-connector/odl-netconf-connector/pom.xml b/features/netconf-connector/odl-netconf-connector/pom.xml index dfaa6a7eee..0ebcd45c00 100644 --- a/features/netconf-connector/odl-netconf-connector/pom.xml +++ b/features/netconf-connector/odl-netconf-connector/pom.xml @@ -14,7 +14,7 @@ org.opendaylight.odlparent single-feature-parent - 2.0.0 + 2.0.2 diff --git a/features/netconf-connector/odl-netconf-console/pom.xml b/features/netconf-connector/odl-netconf-console/pom.xml index 239b74aad5..7c6ee7d248 100644 --- a/features/netconf-connector/odl-netconf-console/pom.xml +++ b/features/netconf-connector/odl-netconf-console/pom.xml @@ -14,7 +14,7 @@ org.opendaylight.odlparent single-feature-parent - 2.0.0 + 2.0.2 diff --git a/features/netconf-connector/odl-netconf-topology/pom.xml b/features/netconf-connector/odl-netconf-topology/pom.xml index 7604d9056a..3ed7cb4209 100644 --- a/features/netconf-connector/odl-netconf-topology/pom.xml +++ b/features/netconf-connector/odl-netconf-topology/pom.xml @@ -14,7 +14,7 @@ org.opendaylight.odlparent single-feature-parent - 2.0.0 + 2.0.2 diff --git a/features/netconf-connector/pom.xml b/features/netconf-connector/pom.xml index ae013f4bfe..aed5088a67 100644 --- a/features/netconf-connector/pom.xml +++ b/features/netconf-connector/pom.xml @@ -12,7 +12,7 @@ org.opendaylight.odlparent odlparent - 2.0.0 + 2.0.2 org.opendaylight.netconf diff --git a/features/netconf/features-netconf/pom.xml b/features/netconf/features-netconf/pom.xml index 9b88553261..75f4ee7cd4 100644 --- a/features/netconf/features-netconf/pom.xml +++ b/features/netconf/features-netconf/pom.xml @@ -14,7 +14,7 @@ org.opendaylight.odlparent feature-repo-parent - 2.0.0 + 2.0.2 diff --git a/features/netconf/odl-aaa-netconf-plugin-no-cluster/pom.xml b/features/netconf/odl-aaa-netconf-plugin-no-cluster/pom.xml index 8e340cf96c..977d68d7fd 100644 --- a/features/netconf/odl-aaa-netconf-plugin-no-cluster/pom.xml +++ b/features/netconf/odl-aaa-netconf-plugin-no-cluster/pom.xml @@ -14,7 +14,7 @@ org.opendaylight.odlparent single-feature-parent - 2.0.0 + 2.0.2 diff --git a/features/netconf/odl-aaa-netconf-plugin/pom.xml b/features/netconf/odl-aaa-netconf-plugin/pom.xml index 2ac85dbf25..287d3b2425 100644 --- a/features/netconf/odl-aaa-netconf-plugin/pom.xml +++ b/features/netconf/odl-aaa-netconf-plugin/pom.xml @@ -14,7 +14,7 @@ org.opendaylight.odlparent single-feature-parent - 2.0.0 + 2.0.2 diff --git a/features/netconf/odl-config-netconf-connector/pom.xml b/features/netconf/odl-config-netconf-connector/pom.xml index 5004d1fbb9..afac26734f 100644 --- a/features/netconf/odl-config-netconf-connector/pom.xml +++ b/features/netconf/odl-config-netconf-connector/pom.xml @@ -14,7 +14,7 @@ org.opendaylight.odlparent single-feature-parent - 2.0.0 + 2.0.2 diff --git a/features/netconf/odl-netconf-api/pom.xml b/features/netconf/odl-netconf-api/pom.xml index a28c774a0b..ef902cff50 100644 --- a/features/netconf/odl-netconf-api/pom.xml +++ b/features/netconf/odl-netconf-api/pom.xml @@ -14,7 +14,7 @@ org.opendaylight.odlparent single-feature-parent - 2.0.0 + 2.0.2 diff --git a/features/netconf/odl-netconf-client/pom.xml b/features/netconf/odl-netconf-client/pom.xml index 8cc760ca80..810acef73e 100644 --- a/features/netconf/odl-netconf-client/pom.xml +++ b/features/netconf/odl-netconf-client/pom.xml @@ -14,7 +14,7 @@ org.opendaylight.odlparent single-feature-parent - 2.0.0 + 2.0.2 diff --git a/features/netconf/odl-netconf-impl/pom.xml b/features/netconf/odl-netconf-impl/pom.xml index a8993a228b..daccf536e0 100644 --- a/features/netconf/odl-netconf-impl/pom.xml +++ b/features/netconf/odl-netconf-impl/pom.xml @@ -14,7 +14,7 @@ org.opendaylight.odlparent single-feature-parent - 2.0.0 + 2.0.2 diff --git a/features/netconf/odl-netconf-mapping-api/pom.xml b/features/netconf/odl-netconf-mapping-api/pom.xml index 7968291481..cf437df0b0 100644 --- a/features/netconf/odl-netconf-mapping-api/pom.xml +++ b/features/netconf/odl-netconf-mapping-api/pom.xml @@ -14,7 +14,7 @@ org.opendaylight.odlparent single-feature-parent - 2.0.0 + 2.0.2 diff --git a/features/netconf/odl-netconf-mdsal/pom.xml b/features/netconf/odl-netconf-mdsal/pom.xml index 02760b27aa..01215b583f 100644 --- a/features/netconf/odl-netconf-mdsal/pom.xml +++ b/features/netconf/odl-netconf-mdsal/pom.xml @@ -14,7 +14,7 @@ org.opendaylight.odlparent single-feature-parent - 2.0.0 + 2.0.2 diff --git a/features/netconf/odl-netconf-monitoring/pom.xml b/features/netconf/odl-netconf-monitoring/pom.xml index 543020d59c..fdfd6dfcf7 100644 --- a/features/netconf/odl-netconf-monitoring/pom.xml +++ b/features/netconf/odl-netconf-monitoring/pom.xml @@ -14,7 +14,7 @@ org.opendaylight.odlparent single-feature-parent - 2.0.0 + 2.0.2 diff --git a/features/netconf/odl-netconf-netty-util/pom.xml b/features/netconf/odl-netconf-netty-util/pom.xml index 9d537c73b7..3c0b29735d 100644 --- a/features/netconf/odl-netconf-netty-util/pom.xml +++ b/features/netconf/odl-netconf-netty-util/pom.xml @@ -14,7 +14,7 @@ org.opendaylight.odlparent single-feature-parent - 2.0.0 + 2.0.2 diff --git a/features/netconf/odl-netconf-notifications-api/pom.xml b/features/netconf/odl-netconf-notifications-api/pom.xml index 395f7f51d0..5320a3c77d 100644 --- a/features/netconf/odl-netconf-notifications-api/pom.xml +++ b/features/netconf/odl-netconf-notifications-api/pom.xml @@ -14,7 +14,7 @@ org.opendaylight.odlparent single-feature-parent - 2.0.0 + 2.0.2 diff --git a/features/netconf/odl-netconf-notifications-impl/pom.xml b/features/netconf/odl-netconf-notifications-impl/pom.xml index c7914beece..43df81aeed 100644 --- a/features/netconf/odl-netconf-notifications-impl/pom.xml +++ b/features/netconf/odl-netconf-notifications-impl/pom.xml @@ -14,7 +14,7 @@ org.opendaylight.odlparent single-feature-parent - 2.0.0 + 2.0.2 diff --git a/features/netconf/odl-netconf-ssh/pom.xml b/features/netconf/odl-netconf-ssh/pom.xml index 341dafcfd7..7eb688a9a1 100644 --- a/features/netconf/odl-netconf-ssh/pom.xml +++ b/features/netconf/odl-netconf-ssh/pom.xml @@ -14,7 +14,7 @@ org.opendaylight.odlparent single-feature-parent - 2.0.0 + 2.0.2 diff --git a/features/netconf/odl-netconf-tcp/pom.xml b/features/netconf/odl-netconf-tcp/pom.xml index 495e2e9c75..63b13139ef 100644 --- a/features/netconf/odl-netconf-tcp/pom.xml +++ b/features/netconf/odl-netconf-tcp/pom.xml @@ -14,7 +14,7 @@ org.opendaylight.odlparent single-feature-parent - 2.0.0 + 2.0.2 diff --git a/features/netconf/odl-netconf-util/pom.xml b/features/netconf/odl-netconf-util/pom.xml index 0b9dc2db61..6ec9dfc870 100644 --- a/features/netconf/odl-netconf-util/pom.xml +++ b/features/netconf/odl-netconf-util/pom.xml @@ -14,7 +14,7 @@ org.opendaylight.odlparent single-feature-parent - 2.0.0 + 2.0.2 diff --git a/features/netconf/pom.xml b/features/netconf/pom.xml index 4289d0775d..49b9c55185 100644 --- a/features/netconf/pom.xml +++ b/features/netconf/pom.xml @@ -11,7 +11,7 @@ org.opendaylight.odlparent odlparent-lite - 2.0.0 + 2.0.2 diff --git a/features/restconf/features-restconf/pom.xml b/features/restconf/features-restconf/pom.xml index b7381b2b79..6713d6097b 100644 --- a/features/restconf/features-restconf/pom.xml +++ b/features/restconf/features-restconf/pom.xml @@ -14,7 +14,7 @@ org.opendaylight.odlparent feature-repo-parent - 2.0.0 + 2.0.2 diff --git a/features/restconf/odl-mdsal-apidocs/pom.xml b/features/restconf/odl-mdsal-apidocs/pom.xml index 2d72841c16..aa616f9be4 100644 --- a/features/restconf/odl-mdsal-apidocs/pom.xml +++ b/features/restconf/odl-mdsal-apidocs/pom.xml @@ -14,7 +14,7 @@ org.opendaylight.odlparent single-feature-parent - 2.0.0 + 2.0.2 diff --git a/features/restconf/odl-restconf-all/pom.xml b/features/restconf/odl-restconf-all/pom.xml index 8471a5cac1..a27347498b 100644 --- a/features/restconf/odl-restconf-all/pom.xml +++ b/features/restconf/odl-restconf-all/pom.xml @@ -14,7 +14,7 @@ org.opendaylight.odlparent single-feature-parent - 2.0.0 + 2.0.2 diff --git a/features/restconf/odl-restconf-noauth/pom.xml b/features/restconf/odl-restconf-noauth/pom.xml index 248e0fdb7e..85ba13968d 100644 --- a/features/restconf/odl-restconf-noauth/pom.xml +++ b/features/restconf/odl-restconf-noauth/pom.xml @@ -14,7 +14,7 @@ org.opendaylight.odlparent single-feature-parent - 2.0.0 + 2.0.2 diff --git a/features/restconf/odl-restconf/pom.xml b/features/restconf/odl-restconf/pom.xml index a3bc14aa6b..75918176ad 100644 --- a/features/restconf/odl-restconf/pom.xml +++ b/features/restconf/odl-restconf/pom.xml @@ -14,7 +14,7 @@ org.opendaylight.odlparent single-feature-parent - 2.0.0 + 2.0.2 diff --git a/features/restconf/pom.xml b/features/restconf/pom.xml index 347f522bc4..bbfe50adcc 100644 --- a/features/restconf/pom.xml +++ b/features/restconf/pom.xml @@ -12,7 +12,7 @@ org.opendaylight.odlparent odlparent-lite - 2.0.0 + 2.0.2 features-restconf-aggregator diff --git a/features/yanglib/features-yanglib/pom.xml b/features/yanglib/features-yanglib/pom.xml index 2f15bc41c0..a1ad5d16bd 100644 --- a/features/yanglib/features-yanglib/pom.xml +++ b/features/yanglib/features-yanglib/pom.xml @@ -15,7 +15,7 @@ org.opendaylight.odlparent feature-repo-parent - 2.0.0 + 2.0.2 diff --git a/features/yanglib/odl-yanglib/pom.xml b/features/yanglib/odl-yanglib/pom.xml index 33458363a4..8827e6879f 100644 --- a/features/yanglib/odl-yanglib/pom.xml +++ b/features/yanglib/odl-yanglib/pom.xml @@ -14,7 +14,7 @@ org.opendaylight.odlparent single-feature-parent - 2.0.0 + 2.0.2 diff --git a/features/yanglib/pom.xml b/features/yanglib/pom.xml index 3adc3d450c..05c6f0e4b9 100644 --- a/features/yanglib/pom.xml +++ b/features/yanglib/pom.xml @@ -11,7 +11,7 @@ org.opendaylight.odlparent odlparent-lite - 2.0.0 + 2.0.2 diff --git a/karaf/pom.xml b/karaf/pom.xml index c835bf1f86..fc61081e12 100644 --- a/karaf/pom.xml +++ b/karaf/pom.xml @@ -11,7 +11,7 @@ org.opendaylight.odlparent karaf4-parent - 2.0.0 + 2.0.2 org.opendaylight.netconf diff --git a/netconf/aaa-authn-odl-plugin/pom.xml b/netconf/aaa-authn-odl-plugin/pom.xml index 474fdc2a2b..265a124027 100644 --- a/netconf/aaa-authn-odl-plugin/pom.xml +++ b/netconf/aaa-authn-odl-plugin/pom.xml @@ -12,7 +12,7 @@ org.opendaylight.odlparent bundle-parent - 2.0.0 + 2.0.2 diff --git a/netconf/config-netconf-connector/pom.xml b/netconf/config-netconf-connector/pom.xml index 460d28d016..66edaf3c6f 100644 --- a/netconf/config-netconf-connector/pom.xml +++ b/netconf/config-netconf-connector/pom.xml @@ -12,7 +12,7 @@ org.opendaylight.odlparent bundle-parent - 2.0.0 + 2.0.2 diff --git a/netconf/mdsal-netconf-connector/pom.xml b/netconf/mdsal-netconf-connector/pom.xml index c9b9e471f6..6a84259c22 100644 --- a/netconf/mdsal-netconf-connector/pom.xml +++ b/netconf/mdsal-netconf-connector/pom.xml @@ -12,7 +12,7 @@ org.opendaylight.odlparent bundle-parent - 2.0.0 + 2.0.2 diff --git a/netconf/mdsal-netconf-impl/pom.xml b/netconf/mdsal-netconf-impl/pom.xml index 6604d1e039..44eb9092f3 100644 --- a/netconf/mdsal-netconf-impl/pom.xml +++ b/netconf/mdsal-netconf-impl/pom.xml @@ -12,7 +12,7 @@ org.opendaylight.odlparent bundle-parent - 2.0.0 + 2.0.2 diff --git a/netconf/mdsal-netconf-monitoring/pom.xml b/netconf/mdsal-netconf-monitoring/pom.xml index d0acc173f5..9b170ceb5b 100644 --- a/netconf/mdsal-netconf-monitoring/pom.xml +++ b/netconf/mdsal-netconf-monitoring/pom.xml @@ -11,7 +11,7 @@ org.opendaylight.odlparent bundle-parent - 2.0.0 + 2.0.2 diff --git a/netconf/mdsal-netconf-notification/pom.xml b/netconf/mdsal-netconf-notification/pom.xml index 6821650c56..124003e0f7 100644 --- a/netconf/mdsal-netconf-notification/pom.xml +++ b/netconf/mdsal-netconf-notification/pom.xml @@ -11,7 +11,7 @@ org.opendaylight.odlparent bundle-parent - 2.0.0 + 2.0.2 diff --git a/netconf/mdsal-netconf-ssh/pom.xml b/netconf/mdsal-netconf-ssh/pom.xml index 5fa24bb544..d4c8673368 100644 --- a/netconf/mdsal-netconf-ssh/pom.xml +++ b/netconf/mdsal-netconf-ssh/pom.xml @@ -12,7 +12,7 @@ org.opendaylight.odlparent bundle-parent - 2.0.0 + 2.0.2 diff --git a/netconf/mdsal-netconf-tcp/pom.xml b/netconf/mdsal-netconf-tcp/pom.xml index bb6779b75b..fcfee60d2c 100644 --- a/netconf/mdsal-netconf-tcp/pom.xml +++ b/netconf/mdsal-netconf-tcp/pom.xml @@ -12,7 +12,7 @@ org.opendaylight.odlparent bundle-parent - 2.0.0 + 2.0.2 diff --git a/netconf/mdsal-netconf-yang-library/pom.xml b/netconf/mdsal-netconf-yang-library/pom.xml index cfefc6d9d8..30cb34fce2 100644 --- a/netconf/mdsal-netconf-yang-library/pom.xml +++ b/netconf/mdsal-netconf-yang-library/pom.xml @@ -12,7 +12,7 @@ org.opendaylight.odlparent bundle-parent - 2.0.0 + 2.0.2 diff --git a/netconf/messagebus-netconf/pom.xml b/netconf/messagebus-netconf/pom.xml index 09b023b5a1..341d2c8146 100644 --- a/netconf/messagebus-netconf/pom.xml +++ b/netconf/messagebus-netconf/pom.xml @@ -14,7 +14,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html org.opendaylight.odlparent bundle-parent - 2.0.0 + 2.0.2 diff --git a/netconf/netconf-api/pom.xml b/netconf/netconf-api/pom.xml index f2821827f4..1eb0c49e22 100644 --- a/netconf/netconf-api/pom.xml +++ b/netconf/netconf-api/pom.xml @@ -12,7 +12,7 @@ org.opendaylight.odlparent bundle-parent - 2.0.0 + 2.0.2 diff --git a/netconf/netconf-artifacts/pom.xml b/netconf/netconf-artifacts/pom.xml index f3a0c47c5c..683665908e 100644 --- a/netconf/netconf-artifacts/pom.xml +++ b/netconf/netconf-artifacts/pom.xml @@ -14,7 +14,7 @@ org.opendaylight.odlparent odlparent-lite - 2.0.0 + 2.0.2 diff --git a/netconf/netconf-auth/pom.xml b/netconf/netconf-auth/pom.xml index 5d14571e73..bbc5d0360e 100644 --- a/netconf/netconf-auth/pom.xml +++ b/netconf/netconf-auth/pom.xml @@ -12,7 +12,7 @@ org.opendaylight.odlparent bundle-parent - 2.0.0 + 2.0.2 diff --git a/netconf/netconf-config/pom.xml b/netconf/netconf-config/pom.xml index 54be9b255f..40b1074ed2 100644 --- a/netconf/netconf-config/pom.xml +++ b/netconf/netconf-config/pom.xml @@ -12,7 +12,7 @@ org.opendaylight.odlparent bundle-parent - 2.0.0 + 2.0.2 diff --git a/netconf/netconf-connector-config/pom.xml b/netconf/netconf-connector-config/pom.xml index 9c177cfabc..73fe934730 100644 --- a/netconf/netconf-connector-config/pom.xml +++ b/netconf/netconf-connector-config/pom.xml @@ -13,7 +13,7 @@ org.opendaylight.odlparent bundle-parent - 2.0.0 + 2.0.2 diff --git a/netconf/netconf-console/pom.xml b/netconf/netconf-console/pom.xml index 8d24a96122..2bbc05eed3 100644 --- a/netconf/netconf-console/pom.xml +++ b/netconf/netconf-console/pom.xml @@ -11,7 +11,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html INTERNAL org.opendaylight.odlparent bundle-parent - 2.0.0 + 2.0.2 diff --git a/netconf/netconf-impl/pom.xml b/netconf/netconf-impl/pom.xml index 2f91baa60a..22f1c5e483 100644 --- a/netconf/netconf-impl/pom.xml +++ b/netconf/netconf-impl/pom.xml @@ -12,7 +12,7 @@ org.opendaylight.odlparent bundle-parent - 2.0.0 + 2.0.2 diff --git a/netconf/netconf-mapping-api/pom.xml b/netconf/netconf-mapping-api/pom.xml index 00b6d28ffc..81d018cfd6 100644 --- a/netconf/netconf-mapping-api/pom.xml +++ b/netconf/netconf-mapping-api/pom.xml @@ -12,7 +12,7 @@ org.opendaylight.odlparent bundle-parent - 2.0.0 + 2.0.2 diff --git a/netconf/netconf-monitoring/pom.xml b/netconf/netconf-monitoring/pom.xml index 2f1be941bf..21c4a9e410 100644 --- a/netconf/netconf-monitoring/pom.xml +++ b/netconf/netconf-monitoring/pom.xml @@ -12,7 +12,7 @@ org.opendaylight.odlparent bundle-parent - 2.0.0 + 2.0.2 diff --git a/netconf/netconf-netty-util/pom.xml b/netconf/netconf-netty-util/pom.xml index 82d0ee0a1f..c0338b5061 100644 --- a/netconf/netconf-netty-util/pom.xml +++ b/netconf/netconf-netty-util/pom.xml @@ -12,7 +12,7 @@ org.opendaylight.odlparent bundle-parent - 2.0.0 + 2.0.2 diff --git a/netconf/netconf-notifications-api/pom.xml b/netconf/netconf-notifications-api/pom.xml index 06a76e71f1..f16ebc1abf 100644 --- a/netconf/netconf-notifications-api/pom.xml +++ b/netconf/netconf-notifications-api/pom.xml @@ -15,7 +15,7 @@ org.opendaylight.odlparent bundle-parent - 2.0.0 + 2.0.2 diff --git a/netconf/netconf-notifications-impl/pom.xml b/netconf/netconf-notifications-impl/pom.xml index 4d9e26a0b0..1be1d3b3f6 100644 --- a/netconf/netconf-notifications-impl/pom.xml +++ b/netconf/netconf-notifications-impl/pom.xml @@ -14,7 +14,7 @@ org.opendaylight.odlparent bundle-parent - 2.0.0 + 2.0.2 diff --git a/netconf/netconf-ssh/pom.xml b/netconf/netconf-ssh/pom.xml index 835412f539..6bdcdded44 100644 --- a/netconf/netconf-ssh/pom.xml +++ b/netconf/netconf-ssh/pom.xml @@ -11,7 +11,7 @@ org.opendaylight.odlparent bundle-parent - 2.0.0 + 2.0.2 diff --git a/netconf/netconf-tcp/pom.xml b/netconf/netconf-tcp/pom.xml index f692e9677a..73e1b285e6 100644 --- a/netconf/netconf-tcp/pom.xml +++ b/netconf/netconf-tcp/pom.xml @@ -12,7 +12,7 @@ org.opendaylight.odlparent bundle-parent - 2.0.0 + 2.0.2 diff --git a/netconf/netconf-topology-config/pom.xml b/netconf/netconf-topology-config/pom.xml index 094de7d907..bd063fe2e2 100644 --- a/netconf/netconf-topology-config/pom.xml +++ b/netconf/netconf-topology-config/pom.xml @@ -14,7 +14,7 @@ org.opendaylight.odlparent bundle-parent - 2.0.0 + 2.0.2 diff --git a/netconf/netconf-topology/pom.xml b/netconf/netconf-topology/pom.xml index eea834bd9e..aa3d9a3d49 100644 --- a/netconf/netconf-topology/pom.xml +++ b/netconf/netconf-topology/pom.xml @@ -6,7 +6,7 @@ org.opendaylight.odlparent bundle-parent - 2.0.0 + 2.0.2 diff --git a/netconf/netconf-util/pom.xml b/netconf/netconf-util/pom.xml index b2373fc1e9..0dfafb837c 100644 --- a/netconf/netconf-util/pom.xml +++ b/netconf/netconf-util/pom.xml @@ -12,7 +12,7 @@ org.opendaylight.odlparent bundle-parent - 2.0.0 + 2.0.2 diff --git a/netconf/pom.xml b/netconf/pom.xml index 9fc35b7d28..2330254ac9 100644 --- a/netconf/pom.xml +++ b/netconf/pom.xml @@ -13,7 +13,7 @@ org.opendaylight.odlparent odlparent-lite - 2.0.0 + 2.0.2 diff --git a/netconf/tools/netconf-cli/pom.xml b/netconf/tools/netconf-cli/pom.xml index dbc8194a66..0d855c4ed6 100644 --- a/netconf/tools/netconf-cli/pom.xml +++ b/netconf/tools/netconf-cli/pom.xml @@ -12,7 +12,7 @@ org.opendaylight.odlparent odlparent - 2.0.0 + 2.0.2 diff --git a/netconf/tools/netconf-testtool/pom.xml b/netconf/tools/netconf-testtool/pom.xml index 4f87747e56..bd79b357a4 100644 --- a/netconf/tools/netconf-testtool/pom.xml +++ b/netconf/tools/netconf-testtool/pom.xml @@ -14,7 +14,7 @@ org.opendaylight.odlparent odlparent - 2.0.0 + 2.0.2 diff --git a/pom.xml b/pom.xml index 8b0d4e8b6d..ea293fce3f 100644 --- a/pom.xml +++ b/pom.xml @@ -12,7 +12,7 @@ org.opendaylight.odlparent odlparent-lite - 2.0.0 + 2.0.2 diff --git a/restconf/pom.xml b/restconf/pom.xml index 41e8c67a62..12b9479b7e 100644 --- a/restconf/pom.xml +++ b/restconf/pom.xml @@ -12,7 +12,7 @@ org.opendaylight.odlparent odlparent-lite - 2.0.0 + 2.0.2 diff --git a/restconf/restconf-artifacts/pom.xml b/restconf/restconf-artifacts/pom.xml index b7519ecb67..12a98fcbea 100644 --- a/restconf/restconf-artifacts/pom.xml +++ b/restconf/restconf-artifacts/pom.xml @@ -15,7 +15,7 @@ org.opendaylight.odlparent odlparent-lite - 2.0.0 + 2.0.2 diff --git a/restconf/sal-rest-connector-config/pom.xml b/restconf/sal-rest-connector-config/pom.xml index e91ede353a..1348bb983b 100644 --- a/restconf/sal-rest-connector-config/pom.xml +++ b/restconf/sal-rest-connector-config/pom.xml @@ -12,7 +12,7 @@ org.opendaylight.odlparent odlparent-lite - 2.0.0 + 2.0.2 diff --git a/restconf/sal-rest-docgen-maven/pom.xml b/restconf/sal-rest-docgen-maven/pom.xml index d21a7d252b..33a8d20e19 100644 --- a/restconf/sal-rest-docgen-maven/pom.xml +++ b/restconf/sal-rest-docgen-maven/pom.xml @@ -12,7 +12,7 @@ org.opendaylight.odlparent odlparent - 2.0.0 + 2.0.2 diff --git a/restconf/sal-rest-docgen/pom.xml b/restconf/sal-rest-docgen/pom.xml index 1037f0f06b..a123804d27 100644 --- a/restconf/sal-rest-docgen/pom.xml +++ b/restconf/sal-rest-docgen/pom.xml @@ -11,7 +11,7 @@ org.opendaylight.odlparent bundle-parent - 2.0.0 + 2.0.2 -- 2.36.6