From fe897d64d298e3ee50e161e3a7d2c835f2c94027 Mon Sep 17 00:00:00 2001 From: Thanh Ha Date: Mon, 8 Aug 2016 17:50:17 -0400 Subject: [PATCH] Bump versions by 0.1.0 for next dev cycle Change-Id: I6e4f55e341ebd255ace39f5fd4f1eabc9c29d44b Signed-off-by: Thanh Ha --- features/netconf-connector/pom.xml | 24 +++++++++---------- features/netconf/pom.xml | 24 +++++++++---------- features/pom.xml | 2 +- features/restconf/pom.xml | 22 ++++++++--------- features/yanglib/pom.xml | 18 +++++++------- karaf/pom.xml | 8 +++---- netconf/aaa-authn-odl-plugin/pom.xml | 4 ++-- netconf/abstract-topology/pom.xml | 4 ++-- netconf/config-netconf-connector/pom.xml | 4 ++-- netconf/mdsal-netconf-connector/pom.xml | 4 ++-- netconf/mdsal-netconf-monitoring/pom.xml | 4 ++-- netconf/mdsal-netconf-notification/pom.xml | 4 ++-- netconf/mdsal-netconf-yang-library/pom.xml | 4 ++-- netconf/messagebus-netconf/pom.xml | 4 ++-- .../ietf-netconf-monitoring-extension/pom.xml | 4 ++-- .../models/ietf-netconf-monitoring/pom.xml | 4 ++-- .../models/ietf-netconf-notifications/pom.xml | 4 ++-- .../models/ietf-netconf-yang-library/pom.xml | 4 ++-- netconf/models/ietf-netconf/pom.xml | 4 ++-- netconf/models/pom.xml | 2 +- netconf/netconf-api/pom.xml | 4 ++-- netconf/netconf-artifacts/pom.xml | 6 ++--- netconf/netconf-auth/pom.xml | 4 ++-- netconf/netconf-client/pom.xml | 4 ++-- netconf/netconf-config-dispatcher/pom.xml | 4 ++-- netconf/netconf-config/pom.xml | 4 ++-- netconf/netconf-connector-config/pom.xml | 4 ++-- netconf/netconf-console/pom.xml | 4 ++-- netconf/netconf-impl/pom.xml | 4 ++-- netconf/netconf-it/pom.xml | 2 +- netconf/netconf-mapping-api/pom.xml | 4 ++-- netconf/netconf-mdsal-config/pom.xml | 4 ++-- netconf/netconf-monitoring/pom.xml | 4 ++-- netconf/netconf-netty-util/pom.xml | 4 ++-- netconf/netconf-notifications-api/pom.xml | 4 ++-- netconf/netconf-notifications-impl/pom.xml | 4 ++-- netconf/netconf-ssh/pom.xml | 4 ++-- netconf/netconf-tcp/pom.xml | 4 ++-- netconf/netconf-topology-config/pom.xml | 4 ++-- netconf/netconf-topology/pom.xml | 4 ++-- netconf/netconf-util/pom.xml | 4 ++-- netconf/pom.xml | 6 ++--- netconf/sal-netconf-connector/pom.xml | 6 ++--- netconf/tools/netconf-cli/pom.xml | 4 ++-- netconf/tools/netconf-testtool/pom.xml | 4 ++-- netconf/tools/pom.xml | 2 +- netconf/yanglib/pom.xml | 4 ++-- pom.xml | 24 +++++++++---------- restconf/pom.xml | 4 ++-- restconf/restconf-artifacts/pom.xml | 4 ++-- restconf/sal-rest-connector-config/pom.xml | 4 ++-- restconf/sal-rest-connector/pom.xml | 6 ++--- restconf/sal-rest-docgen-maven/pom.xml | 6 ++--- restconf/sal-rest-docgen/pom.xml | 6 ++--- restconf/sal-restconf-broker/pom.xml | 2 +- 55 files changed, 159 insertions(+), 159 deletions(-) diff --git a/features/netconf-connector/pom.xml b/features/netconf-connector/pom.xml index 8359830ff3..17b13c449e 100644 --- a/features/netconf-connector/pom.xml +++ b/features/netconf-connector/pom.xml @@ -12,24 +12,24 @@ org.opendaylight.odlparent features-parent - 1.7.0-SNAPSHOT + 1.8.0-SNAPSHOT org.opendaylight.netconf features-netconf-connector - 1.1.0-SNAPSHOT + 1.2.0-SNAPSHOT jar - 1.7.0-SNAPSHOT - 1.4.0-SNAPSHOT - 0.5.0-SNAPSHOT - 1.7.0-SNAPSHOT - 2.1.0-SNAPSHOT - 0.9.0-SNAPSHOT - 1.1.0-SNAPSHOT - 1.4.0-SNAPSHOT - 1.0.0-SNAPSHOT + 1.8.0-SNAPSHOT + 1.5.0-SNAPSHOT + 0.6.0-SNAPSHOT + 1.8.0-SNAPSHOT + 2.2.0-SNAPSHOT + 0.10.0-SNAPSHOT + 1.2.0-SNAPSHOT + 1.5.0-SNAPSHOT + 1.1.0-SNAPSHOT features.xml etc/opendaylight/karaf @@ -44,7 +44,7 @@ org.opendaylight.netconf netconf-artifacts - 1.1.0-SNAPSHOT + 1.2.0-SNAPSHOT pom import diff --git a/features/netconf/pom.xml b/features/netconf/pom.xml index 3e0a88d708..09f63aaef3 100644 --- a/features/netconf/pom.xml +++ b/features/netconf/pom.xml @@ -4,25 +4,25 @@ org.opendaylight.odlparent features-parent - 1.7.0-SNAPSHOT + 1.8.0-SNAPSHOT org.opendaylight.netconf features-netconf - 1.1.0-SNAPSHOT + 1.2.0-SNAPSHOT jar - 0.4.0-SNAPSHOT - 1.7.0-SNAPSHOT - 1.4.0-SNAPSHOT - 0.5.0-SNAPSHOT - 1.7.0-SNAPSHOT - 0.9.0-SNAPSHOT - 1.1.0-SNAPSHOT - 0.8.0-SNAPSHOT - 1.0.0-SNAPSHOT + 0.5.0-SNAPSHOT + 1.8.0-SNAPSHOT + 1.5.0-SNAPSHOT + 0.6.0-SNAPSHOT + 1.8.0-SNAPSHOT + 0.10.0-SNAPSHOT + 1.2.0-SNAPSHOT + 0.9.0-SNAPSHOT + 1.1.0-SNAPSHOT 0.14.0 etc/opendaylight/karaf @@ -42,7 +42,7 @@ org.opendaylight.odlparent odlparent-artifacts - 1.7.0-SNAPSHOT + 1.8.0-SNAPSHOT pom import diff --git a/features/pom.xml b/features/pom.xml index dff4438830..1790fcf490 100644 --- a/features/pom.xml +++ b/features/pom.xml @@ -4,7 +4,7 @@ org.opendaylight.netconf netconf-parent - 1.1.0-SNAPSHOT + 1.2.0-SNAPSHOT .. netconf-features-parent diff --git a/features/restconf/pom.xml b/features/restconf/pom.xml index 30ad4c15f8..0c866ab00b 100644 --- a/features/restconf/pom.xml +++ b/features/restconf/pom.xml @@ -12,22 +12,22 @@ org.opendaylight.odlparent features-parent - 1.7.0-SNAPSHOT + 1.8.0-SNAPSHOT features-restconf org.opendaylight.netconf - 1.4.0-SNAPSHOT + 1.5.0-SNAPSHOT jar - 0.4.0-SNAPSHOT - 1.7.0-SNAPSHOT - 1.4.0-SNAPSHOT - 1.7.0-SNAPSHOT - 2.1.0-SNAPSHOT - 0.9.0-SNAPSHOT - 1.4.0-SNAPSHOT - 1.0.0-SNAPSHOT + 0.5.0-SNAPSHOT + 1.8.0-SNAPSHOT + 1.5.0-SNAPSHOT + 1.8.0-SNAPSHOT + 2.2.0-SNAPSHOT + 0.10.0-SNAPSHOT + 1.5.0-SNAPSHOT + 1.1.0-SNAPSHOT features.xml etc/opendaylight/karaf @@ -40,7 +40,7 @@ org.opendaylight.odlparent odlparent-artifacts - 1.7.0-SNAPSHOT + 1.8.0-SNAPSHOT pom import diff --git a/features/yanglib/pom.xml b/features/yanglib/pom.xml index 002de184e1..fecd2fbab9 100644 --- a/features/yanglib/pom.xml +++ b/features/yanglib/pom.xml @@ -12,22 +12,22 @@ org.opendaylight.odlparent features-parent - 1.7.0-SNAPSHOT + 1.8.0-SNAPSHOT org.opendaylight.netconf features-yanglib - 1.1.0-SNAPSHOT + 1.2.0-SNAPSHOT jar - 1.4.0-SNAPSHOT - 1.1.0-SNAPSHOT - 2.1.0-SNAPSHOT - 0.9.0-SNAPSHOT - 1.4.0-SNAPSHOT - 1.0.0-SNAPSHOT + 1.5.0-SNAPSHOT + 1.2.0-SNAPSHOT + 2.2.0-SNAPSHOT + 0.10.0-SNAPSHOT + 1.5.0-SNAPSHOT + 1.1.0-SNAPSHOT @@ -35,7 +35,7 @@ org.opendaylight.odlparent odlparent-artifacts - 1.7.0-SNAPSHOT + 1.8.0-SNAPSHOT pom import diff --git a/karaf/pom.xml b/karaf/pom.xml index 18710a6c64..09f022f097 100644 --- a/karaf/pom.xml +++ b/karaf/pom.xml @@ -10,19 +10,19 @@ org.opendaylight.controller karaf-parent - 1.7.0-SNAPSHOT + 1.8.0-SNAPSHOT org.opendaylight.netconf netconf-karaf - 1.4.0-SNAPSHOT + 1.5.0-SNAPSHOT pom 3.1.1 - 1.1.0-SNAPSHOT - 1.4.0-SNAPSHOT + 1.2.0-SNAPSHOT + 1.5.0-SNAPSHOT diff --git a/netconf/aaa-authn-odl-plugin/pom.xml b/netconf/aaa-authn-odl-plugin/pom.xml index abdf3c6123..9d15ad4c5f 100644 --- a/netconf/aaa-authn-odl-plugin/pom.xml +++ b/netconf/aaa-authn-odl-plugin/pom.xml @@ -13,13 +13,13 @@ org.opendaylight.controller config-parent - 0.5.0-SNAPSHOT + 0.6.0-SNAPSHOT org.opendaylight.netconf aaa-authn-odl-plugin - 1.1.0-SNAPSHOT + 1.2.0-SNAPSHOT bundle diff --git a/netconf/abstract-topology/pom.xml b/netconf/abstract-topology/pom.xml index b6d7509537..e4bfcee85c 100644 --- a/netconf/abstract-topology/pom.xml +++ b/netconf/abstract-topology/pom.xml @@ -7,13 +7,13 @@ org.opendaylight.odlparent bundle-parent - 1.7.0-SNAPSHOT + 1.8.0-SNAPSHOT org.opendaylight.netconf abstract-topology - 1.1.0-SNAPSHOT + 1.2.0-SNAPSHOT bundle diff --git a/netconf/config-netconf-connector/pom.xml b/netconf/config-netconf-connector/pom.xml index a8058468ee..1a3b358046 100644 --- a/netconf/config-netconf-connector/pom.xml +++ b/netconf/config-netconf-connector/pom.xml @@ -5,13 +5,13 @@ org.opendaylight.odlparent bundle-parent - 1.7.0-SNAPSHOT + 1.8.0-SNAPSHOT org.opendaylight.netconf config-netconf-connector - 1.1.0-SNAPSHOT + 1.2.0-SNAPSHOT ${project.artifactId} bundle diff --git a/netconf/mdsal-netconf-connector/pom.xml b/netconf/mdsal-netconf-connector/pom.xml index cf5878c82b..fa5849658f 100644 --- a/netconf/mdsal-netconf-connector/pom.xml +++ b/netconf/mdsal-netconf-connector/pom.xml @@ -5,13 +5,13 @@ org.opendaylight.controller config-parent - 0.5.0-SNAPSHOT + 0.6.0-SNAPSHOT org.opendaylight.netconf mdsal-netconf-connector - 1.1.0-SNAPSHOT + 1.2.0-SNAPSHOT ${project.artifactId} bundle diff --git a/netconf/mdsal-netconf-monitoring/pom.xml b/netconf/mdsal-netconf-monitoring/pom.xml index a0bd15c425..c1176125d4 100644 --- a/netconf/mdsal-netconf-monitoring/pom.xml +++ b/netconf/mdsal-netconf-monitoring/pom.xml @@ -4,13 +4,13 @@ org.opendaylight.controller config-parent - 0.5.0-SNAPSHOT + 0.6.0-SNAPSHOT org.opendaylight.netconf mdsal-netconf-monitoring - 1.1.0-SNAPSHOT + 1.2.0-SNAPSHOT ${project.artifactId} bundle diff --git a/netconf/mdsal-netconf-notification/pom.xml b/netconf/mdsal-netconf-notification/pom.xml index 9050e83b25..7c9543c184 100644 --- a/netconf/mdsal-netconf-notification/pom.xml +++ b/netconf/mdsal-netconf-notification/pom.xml @@ -4,13 +4,13 @@ org.opendaylight.controller config-parent - 0.5.0-SNAPSHOT + 0.6.0-SNAPSHOT org.opendaylight.netconf mdsal-netconf-notification - 1.1.0-SNAPSHOT + 1.2.0-SNAPSHOT ${project.artifactId} bundle diff --git a/netconf/mdsal-netconf-yang-library/pom.xml b/netconf/mdsal-netconf-yang-library/pom.xml index 75f746644a..c7063795cb 100644 --- a/netconf/mdsal-netconf-yang-library/pom.xml +++ b/netconf/mdsal-netconf-yang-library/pom.xml @@ -12,13 +12,13 @@ org.opendaylight.controller config-parent - 0.5.0-SNAPSHOT + 0.6.0-SNAPSHOT org.opendaylight.netconf mdsal-netconf-yang-library - 1.1.0-SNAPSHOT + 1.2.0-SNAPSHOT ${project.artifactId} bundle diff --git a/netconf/messagebus-netconf/pom.xml b/netconf/messagebus-netconf/pom.xml index 7559fdd5d4..b8946c8f2c 100644 --- a/netconf/messagebus-netconf/pom.xml +++ b/netconf/messagebus-netconf/pom.xml @@ -14,13 +14,13 @@ and is available at http://www.eclipse.org/legal/epl-v10.html org.opendaylight.controller config-parent - 0.5.0-SNAPSHOT + 0.6.0-SNAPSHOT org.opendaylight.netconf messagebus-netconf - 1.1.0-SNAPSHOT + 1.2.0-SNAPSHOT ${project.artifactId} bundle diff --git a/netconf/models/ietf-netconf-monitoring-extension/pom.xml b/netconf/models/ietf-netconf-monitoring-extension/pom.xml index 2735087e8f..881aa29c8c 100644 --- a/netconf/models/ietf-netconf-monitoring-extension/pom.xml +++ b/netconf/models/ietf-netconf-monitoring-extension/pom.xml @@ -5,13 +5,13 @@ org.opendaylight.mdsal binding-parent - 0.9.0-SNAPSHOT + 0.10.0-SNAPSHOT org.opendaylight.netconf ietf-netconf-monitoring-extension - 1.1.0-SNAPSHOT + 1.2.0-SNAPSHOT ${project.artifactId} bundle diff --git a/netconf/models/ietf-netconf-monitoring/pom.xml b/netconf/models/ietf-netconf-monitoring/pom.xml index c68d142007..ad83a242e1 100644 --- a/netconf/models/ietf-netconf-monitoring/pom.xml +++ b/netconf/models/ietf-netconf-monitoring/pom.xml @@ -5,13 +5,13 @@ org.opendaylight.mdsal binding-parent - 0.9.0-SNAPSHOT + 0.10.0-SNAPSHOT org.opendaylight.netconf ietf-netconf-monitoring - 1.1.0-SNAPSHOT + 1.2.0-SNAPSHOT ${project.artifactId} bundle diff --git a/netconf/models/ietf-netconf-notifications/pom.xml b/netconf/models/ietf-netconf-notifications/pom.xml index a5065dc6e2..227b235271 100644 --- a/netconf/models/ietf-netconf-notifications/pom.xml +++ b/netconf/models/ietf-netconf-notifications/pom.xml @@ -13,13 +13,13 @@ org.opendaylight.mdsal binding-parent - 0.9.0-SNAPSHOT + 0.10.0-SNAPSHOT org.opendaylight.netconf ietf-netconf-notifications - 1.1.0-SNAPSHOT + 1.2.0-SNAPSHOT ${project.artifactId} bundle diff --git a/netconf/models/ietf-netconf-yang-library/pom.xml b/netconf/models/ietf-netconf-yang-library/pom.xml index dc9152111f..e52cf887ff 100644 --- a/netconf/models/ietf-netconf-yang-library/pom.xml +++ b/netconf/models/ietf-netconf-yang-library/pom.xml @@ -14,13 +14,13 @@ org.opendaylight.mdsal binding-parent - 0.9.0-SNAPSHOT + 0.10.0-SNAPSHOT org.opendaylight.netconf ietf-netconf-yang-library - 1.1.0-SNAPSHOT + 1.2.0-SNAPSHOT ${project.artifactId} bundle diff --git a/netconf/models/ietf-netconf/pom.xml b/netconf/models/ietf-netconf/pom.xml index 3fb1fdb4a9..183396e140 100644 --- a/netconf/models/ietf-netconf/pom.xml +++ b/netconf/models/ietf-netconf/pom.xml @@ -13,13 +13,13 @@ org.opendaylight.mdsal binding-parent - 0.9.0-SNAPSHOT + 0.10.0-SNAPSHOT org.opendaylight.netconf ietf-netconf - 1.1.0-SNAPSHOT + 1.2.0-SNAPSHOT bundle ${project.artifactId} diff --git a/netconf/models/pom.xml b/netconf/models/pom.xml index 456d7cc6af..ec2eb9ce4d 100644 --- a/netconf/models/pom.xml +++ b/netconf/models/pom.xml @@ -5,7 +5,7 @@ org.opendaylight.netconf netconf-subsystem - 1.1.0-SNAPSHOT + 1.2.0-SNAPSHOT netconf-models diff --git a/netconf/netconf-api/pom.xml b/netconf/netconf-api/pom.xml index 4da8ab9077..450097d36e 100644 --- a/netconf/netconf-api/pom.xml +++ b/netconf/netconf-api/pom.xml @@ -5,13 +5,13 @@ org.opendaylight.controller config-parent - 0.5.0-SNAPSHOT + 0.6.0-SNAPSHOT org.opendaylight.netconf netconf-api - 1.1.0-SNAPSHOT + 1.2.0-SNAPSHOT ${project.artifactId} bundle diff --git a/netconf/netconf-artifacts/pom.xml b/netconf/netconf-artifacts/pom.xml index 30dfecbb41..4a8b22096a 100644 --- a/netconf/netconf-artifacts/pom.xml +++ b/netconf/netconf-artifacts/pom.xml @@ -14,17 +14,17 @@ org.opendaylight.odlparent odlparent-lite - 1.7.0-SNAPSHOT + 1.8.0-SNAPSHOT org.opendaylight.netconf netconf-artifacts - 1.1.0-SNAPSHOT + 1.2.0-SNAPSHOT pom - 1.4.0-SNAPSHOT + 1.5.0-SNAPSHOT diff --git a/netconf/netconf-auth/pom.xml b/netconf/netconf-auth/pom.xml index 28cac1da27..187561078a 100644 --- a/netconf/netconf-auth/pom.xml +++ b/netconf/netconf-auth/pom.xml @@ -12,13 +12,13 @@ org.opendaylight.controller config-parent - 0.5.0-SNAPSHOT + 0.6.0-SNAPSHOT org.opendaylight.netconf netconf-auth - 1.1.0-SNAPSHOT + 1.2.0-SNAPSHOT ${project.artifactId} bundle diff --git a/netconf/netconf-client/pom.xml b/netconf/netconf-client/pom.xml index fa9bccd53f..914d8647d8 100644 --- a/netconf/netconf-client/pom.xml +++ b/netconf/netconf-client/pom.xml @@ -5,13 +5,13 @@ org.opendaylight.odlparent bundle-parent - 1.7.0-SNAPSHOT + 1.8.0-SNAPSHOT org.opendaylight.netconf netconf-client - 1.1.0-SNAPSHOT + 1.2.0-SNAPSHOT ${project.artifactId} bundle diff --git a/netconf/netconf-config-dispatcher/pom.xml b/netconf/netconf-config-dispatcher/pom.xml index 66711a5ac1..fabef7d7ab 100644 --- a/netconf/netconf-config-dispatcher/pom.xml +++ b/netconf/netconf-config-dispatcher/pom.xml @@ -11,13 +11,13 @@ org.opendaylight.controller config-parent - 0.5.0-SNAPSHOT + 0.6.0-SNAPSHOT org.opendaylight.netconf netconf-config-dispatcher - 1.1.0-SNAPSHOT + 1.2.0-SNAPSHOT bundle diff --git a/netconf/netconf-config/pom.xml b/netconf/netconf-config/pom.xml index fc700930cf..b44c4c164d 100644 --- a/netconf/netconf-config/pom.xml +++ b/netconf/netconf-config/pom.xml @@ -12,13 +12,13 @@ org.opendaylight.odlparent odlparent - 1.7.0-SNAPSHOT + 1.8.0-SNAPSHOT org.opendaylight.netconf netconf-config - 1.1.0-SNAPSHOT + 1.2.0-SNAPSHOT Configuration files for netconf jar diff --git a/netconf/netconf-connector-config/pom.xml b/netconf/netconf-connector-config/pom.xml index 811af20cf7..ff6e0ec177 100644 --- a/netconf/netconf-connector-config/pom.xml +++ b/netconf/netconf-connector-config/pom.xml @@ -12,14 +12,14 @@ org.opendaylight.odlparent odlparent-lite - 1.7.0-SNAPSHOT + 1.8.0-SNAPSHOT org.opendaylight.netconf netconf-connector-config Configuration files for netconf-connector - 1.1.0-SNAPSHOT + 1.2.0-SNAPSHOT jar diff --git a/netconf/netconf-console/pom.xml b/netconf/netconf-console/pom.xml index 31cefd6884..8e4e05f93c 100644 --- a/netconf/netconf-console/pom.xml +++ b/netconf/netconf-console/pom.xml @@ -11,13 +11,13 @@ and is available at http://www.eclipse.org/legal/epl-v10.html INTERNAL org.opendaylight.controller config-parent - 0.5.0-SNAPSHOT + 0.6.0-SNAPSHOT org.opendaylight.netconf netconf-console - 1.1.0-SNAPSHOT + 1.2.0-SNAPSHOT ${project.artifactId} bundle diff --git a/netconf/netconf-impl/pom.xml b/netconf/netconf-impl/pom.xml index f7689899af..9a7ef9aff7 100644 --- a/netconf/netconf-impl/pom.xml +++ b/netconf/netconf-impl/pom.xml @@ -5,13 +5,13 @@ org.opendaylight.controller config-parent - 0.5.0-SNAPSHOT + 0.6.0-SNAPSHOT org.opendaylight.netconf netconf-impl - 1.1.0-SNAPSHOT + 1.2.0-SNAPSHOT ${project.artifactId} bundle diff --git a/netconf/netconf-it/pom.xml b/netconf/netconf-it/pom.xml index 968fa61596..7bee36356c 100644 --- a/netconf/netconf-it/pom.xml +++ b/netconf/netconf-it/pom.xml @@ -5,7 +5,7 @@ org.opendaylight.netconf netconf-subsystem - 1.1.0-SNAPSHOT + 1.2.0-SNAPSHOT netconf-it diff --git a/netconf/netconf-mapping-api/pom.xml b/netconf/netconf-mapping-api/pom.xml index 029605197c..0bb747f1a8 100644 --- a/netconf/netconf-mapping-api/pom.xml +++ b/netconf/netconf-mapping-api/pom.xml @@ -5,13 +5,13 @@ org.opendaylight.controller config-parent - 0.5.0-SNAPSHOT + 0.6.0-SNAPSHOT org.opendaylight.netconf netconf-mapping-api - 1.1.0-SNAPSHOT + 1.2.0-SNAPSHOT ${project.artifactId} bundle diff --git a/netconf/netconf-mdsal-config/pom.xml b/netconf/netconf-mdsal-config/pom.xml index 6f1af5afaf..3a455207d6 100644 --- a/netconf/netconf-mdsal-config/pom.xml +++ b/netconf/netconf-mdsal-config/pom.xml @@ -12,13 +12,13 @@ org.opendaylight.odlparent odlparent-lite - 1.7.0-SNAPSHOT + 1.8.0-SNAPSHOT org.opendaylight.netconf netconf-mdsal-config - 1.1.0-SNAPSHOT + 1.2.0-SNAPSHOT Configuration files for netconf for mdsal jar diff --git a/netconf/netconf-monitoring/pom.xml b/netconf/netconf-monitoring/pom.xml index d44c287eeb..84bfccbb14 100644 --- a/netconf/netconf-monitoring/pom.xml +++ b/netconf/netconf-monitoring/pom.xml @@ -5,13 +5,13 @@ org.opendaylight.odlparent bundle-parent - 1.7.0-SNAPSHOT + 1.8.0-SNAPSHOT org.opendaylight.netconf netconf-monitoring - 1.1.0-SNAPSHOT + 1.2.0-SNAPSHOT ${project.artifactId} bundle diff --git a/netconf/netconf-netty-util/pom.xml b/netconf/netconf-netty-util/pom.xml index 4ac2772ca3..eb34e019f6 100644 --- a/netconf/netconf-netty-util/pom.xml +++ b/netconf/netconf-netty-util/pom.xml @@ -12,14 +12,14 @@ org.opendaylight.odlparent bundle-parent - 1.7.0-SNAPSHOT + 1.8.0-SNAPSHOT org.opendaylight.netconf netconf-netty-util bundle - 1.1.0-SNAPSHOT + 1.2.0-SNAPSHOT ${project.artifactId} diff --git a/netconf/netconf-notifications-api/pom.xml b/netconf/netconf-notifications-api/pom.xml index f93d720abd..d2fed42496 100644 --- a/netconf/netconf-notifications-api/pom.xml +++ b/netconf/netconf-notifications-api/pom.xml @@ -15,13 +15,13 @@ org.opendaylight.controller config-parent - 0.5.0-SNAPSHOT + 0.6.0-SNAPSHOT org.opendaylight.netconf netconf-notifications-api - 1.1.0-SNAPSHOT + 1.2.0-SNAPSHOT bundle diff --git a/netconf/netconf-notifications-impl/pom.xml b/netconf/netconf-notifications-impl/pom.xml index ecaadf6332..93d7f95dbc 100644 --- a/netconf/netconf-notifications-impl/pom.xml +++ b/netconf/netconf-notifications-impl/pom.xml @@ -14,13 +14,13 @@ org.opendaylight.controller config-parent - 0.5.0-SNAPSHOT + 0.6.0-SNAPSHOT org.opendaylight.netconf netconf-notifications-impl - 1.1.0-SNAPSHOT + 1.2.0-SNAPSHOT bundle diff --git a/netconf/netconf-ssh/pom.xml b/netconf/netconf-ssh/pom.xml index 7a7cbde87d..78d0bfae28 100644 --- a/netconf/netconf-ssh/pom.xml +++ b/netconf/netconf-ssh/pom.xml @@ -4,13 +4,13 @@ org.opendaylight.controller config-parent - 0.5.0-SNAPSHOT + 0.6.0-SNAPSHOT org.opendaylight.netconf netconf-ssh - 1.1.0-SNAPSHOT + 1.2.0-SNAPSHOT ${project.artifactId} bundle diff --git a/netconf/netconf-tcp/pom.xml b/netconf/netconf-tcp/pom.xml index 8a743d9921..f6c8c05f05 100644 --- a/netconf/netconf-tcp/pom.xml +++ b/netconf/netconf-tcp/pom.xml @@ -12,13 +12,13 @@ org.opendaylight.controller config-parent - 0.5.0-SNAPSHOT + 0.6.0-SNAPSHOT org.opendaylight.netconf netconf-tcp - 1.1.0-SNAPSHOT + 1.2.0-SNAPSHOT ${project.artifactId} bundle diff --git a/netconf/netconf-topology-config/pom.xml b/netconf/netconf-topology-config/pom.xml index ab5a2f8cc7..49f2a00112 100644 --- a/netconf/netconf-topology-config/pom.xml +++ b/netconf/netconf-topology-config/pom.xml @@ -7,13 +7,13 @@ org.opendaylight.odlparent odlparent-lite - 1.7.0-SNAPSHOT + 1.8.0-SNAPSHOT org.opendaylight.netconf netconf-topology-config - 1.1.0-SNAPSHOT + 1.2.0-SNAPSHOT Configuration files for netconf topology jar diff --git a/netconf/netconf-topology/pom.xml b/netconf/netconf-topology/pom.xml index 08b0dbac78..b2488bd0ff 100644 --- a/netconf/netconf-topology/pom.xml +++ b/netconf/netconf-topology/pom.xml @@ -6,13 +6,13 @@ org.opendaylight.controller config-parent - 0.5.0-SNAPSHOT + 0.6.0-SNAPSHOT org.opendaylight.netconf netconf-topology - 1.1.0-SNAPSHOT + 1.2.0-SNAPSHOT bundle diff --git a/netconf/netconf-util/pom.xml b/netconf/netconf-util/pom.xml index 154dedf380..954ae98d5c 100644 --- a/netconf/netconf-util/pom.xml +++ b/netconf/netconf-util/pom.xml @@ -5,13 +5,13 @@ org.opendaylight.odlparent bundle-parent - 1.7.0-SNAPSHOT + 1.8.0-SNAPSHOT org.opendaylight.netconf netconf-util - 1.1.0-SNAPSHOT + 1.2.0-SNAPSHOT ${project.artifactId} bundle diff --git a/netconf/pom.xml b/netconf/pom.xml index 800add5a7b..d3e2f76f2e 100644 --- a/netconf/pom.xml +++ b/netconf/pom.xml @@ -13,13 +13,13 @@ org.opendaylight.odlparent odlparent-lite - 1.7.0-SNAPSHOT + 1.8.0-SNAPSHOT org.opendaylight.netconf netconf-subsystem - 1.1.0-SNAPSHOT + 1.2.0-SNAPSHOT pom ${project.artifactId} @@ -80,7 +80,7 @@ org.opendaylight.controller protocol-framework - 0.8.0-SNAPSHOT + 0.9.0-SNAPSHOT diff --git a/netconf/sal-netconf-connector/pom.xml b/netconf/sal-netconf-connector/pom.xml index 89ff7b3ba0..a1687e6cce 100644 --- a/netconf/sal-netconf-connector/pom.xml +++ b/netconf/sal-netconf-connector/pom.xml @@ -4,7 +4,7 @@ org.opendaylight.controller config-parent - 0.5.0-SNAPSHOT + 0.6.0-SNAPSHOT @@ -12,7 +12,7 @@ sal-netconf-connector - 1.4.0-SNAPSHOT + 1.5.0-SNAPSHOT bundle @@ -20,7 +20,7 @@ org.opendaylight.netconf netconf-artifacts - 1.1.0-SNAPSHOT + 1.2.0-SNAPSHOT pom import diff --git a/netconf/tools/netconf-cli/pom.xml b/netconf/tools/netconf-cli/pom.xml index f0be99b87e..12a0d729ca 100644 --- a/netconf/tools/netconf-cli/pom.xml +++ b/netconf/tools/netconf-cli/pom.xml @@ -10,13 +10,13 @@ org.opendaylight.odlparent odlparent - 1.7.0-SNAPSHOT + 1.8.0-SNAPSHOT org.opendaylight.netconf netconf-cli - 1.1.0-SNAPSHOT + 1.2.0-SNAPSHOT jar ${project.artifactId} diff --git a/netconf/tools/netconf-testtool/pom.xml b/netconf/tools/netconf-testtool/pom.xml index b6b51503a4..16ecdca63e 100644 --- a/netconf/tools/netconf-testtool/pom.xml +++ b/netconf/tools/netconf-testtool/pom.xml @@ -14,14 +14,14 @@ org.opendaylight.odlparent odlparent - 1.7.0-SNAPSHOT + 1.8.0-SNAPSHOT org.opendaylight.netconf netconf-testtool ${project.artifactId} - 1.1.0-SNAPSHOT + 1.2.0-SNAPSHOT jar diff --git a/netconf/tools/pom.xml b/netconf/tools/pom.xml index eeb780b615..81b21a90d0 100644 --- a/netconf/tools/pom.xml +++ b/netconf/tools/pom.xml @@ -5,7 +5,7 @@ org.opendaylight.netconf netconf-subsystem - 1.1.0-SNAPSHOT + 1.2.0-SNAPSHOT netconf-tools diff --git a/netconf/yanglib/pom.xml b/netconf/yanglib/pom.xml index 232a2febf9..2252252e11 100644 --- a/netconf/yanglib/pom.xml +++ b/netconf/yanglib/pom.xml @@ -13,13 +13,13 @@ org.opendaylight.controller config-parent - 0.5.0-SNAPSHOT + 0.6.0-SNAPSHOT org.opendaylight.netconf yanglib - 1.1.0-SNAPSHOT + 1.2.0-SNAPSHOT bundle diff --git a/pom.xml b/pom.xml index 51c4dad6c5..a209da627e 100644 --- a/pom.xml +++ b/pom.xml @@ -5,13 +5,13 @@ org.opendaylight.odlparent odlparent-lite - 1.7.0-SNAPSHOT + 1.8.0-SNAPSHOT org.opendaylight.netconf netconf-parent - 1.1.0-SNAPSHOT + 1.2.0-SNAPSHOT pom ${project.artifactId} @@ -24,16 +24,16 @@ - 0.5.0-SNAPSHOT + 0.6.0-SNAPSHOT etc/opendaylight/karaf - 1.7.0-SNAPSHOT + 1.8.0-SNAPSHOT - 2.1.0-SNAPSHOT - 0.9.0-SNAPSHOT - 1.4.0-SNAPSHOT - 1.1.0-SNAPSHOT - 1.4.0-SNAPSHOT - 1.0.0-SNAPSHOT + 2.2.0-SNAPSHOT + 0.10.0-SNAPSHOT + 1.5.0-SNAPSHOT + 1.2.0-SNAPSHOT + 1.5.0-SNAPSHOT + 1.1.0-SNAPSHOT @@ -63,7 +63,7 @@ org.opendaylight.aaa aaa-artifacts - 0.4.0-SNAPSHOT + 0.5.0-SNAPSHOT pom import @@ -94,7 +94,7 @@ org.opendaylight.controller checkstyle - 0.3.0-SNAPSHOT + 0.4.0-SNAPSHOT diff --git a/restconf/pom.xml b/restconf/pom.xml index 544dc58012..8596343862 100644 --- a/restconf/pom.xml +++ b/restconf/pom.xml @@ -5,13 +5,13 @@ org.opendaylight.odlparent odlparent-lite - 1.7.0-SNAPSHOT + 1.8.0-SNAPSHOT org.opendaylight.netconf restconf-parent - 1.4.0-SNAPSHOT + 1.5.0-SNAPSHOT pom ${project.artifactId} diff --git a/restconf/restconf-artifacts/pom.xml b/restconf/restconf-artifacts/pom.xml index cb715b930d..457e555c70 100644 --- a/restconf/restconf-artifacts/pom.xml +++ b/restconf/restconf-artifacts/pom.xml @@ -8,13 +8,13 @@ org.opendaylight.odlparent odlparent-lite - 1.7.0-SNAPSHOT + 1.8.0-SNAPSHOT org.opendaylight.netconf restconf-artifacts - 1.4.0-SNAPSHOT + 1.5.0-SNAPSHOT pom diff --git a/restconf/sal-rest-connector-config/pom.xml b/restconf/sal-rest-connector-config/pom.xml index dea016fe4f..40981c5877 100644 --- a/restconf/sal-rest-connector-config/pom.xml +++ b/restconf/sal-rest-connector-config/pom.xml @@ -12,13 +12,13 @@ org.opendaylight.odlparent odlparent-lite - 1.7.0-SNAPSHOT + 1.8.0-SNAPSHOT org.opendaylight.netconf sal-rest-connector-config - 1.4.0-SNAPSHOT + 1.5.0-SNAPSHOT Configuration files for sal-rest-connector jar diff --git a/restconf/sal-rest-connector/pom.xml b/restconf/sal-rest-connector/pom.xml index 806ee55e93..13409322d3 100644 --- a/restconf/sal-rest-connector/pom.xml +++ b/restconf/sal-rest-connector/pom.xml @@ -4,13 +4,13 @@ org.opendaylight.controller config-parent - 0.5.0-SNAPSHOT + 0.6.0-SNAPSHOT org.opendaylight.netconf sal-rest-connector - 1.4.0-SNAPSHOT + 1.5.0-SNAPSHOT bundle @@ -18,7 +18,7 @@ org.opendaylight.netconf netconf-parent - 1.1.0-SNAPSHOT + 1.2.0-SNAPSHOT pom import diff --git a/restconf/sal-rest-docgen-maven/pom.xml b/restconf/sal-rest-docgen-maven/pom.xml index 0387d0bfda..9fd45d9b0d 100644 --- a/restconf/sal-rest-docgen-maven/pom.xml +++ b/restconf/sal-rest-docgen-maven/pom.xml @@ -12,13 +12,13 @@ org.opendaylight.odlparent odlparent - 1.7.0-SNAPSHOT + 1.8.0-SNAPSHOT org.opendaylight.netconf sal-rest-docgen-maven - 1.4.0-SNAPSHOT + 1.5.0-SNAPSHOT jar @@ -34,7 +34,7 @@ org.opendaylight.netconf netconf-parent - 1.1.0-SNAPSHOT + 1.2.0-SNAPSHOT pom import diff --git a/restconf/sal-rest-docgen/pom.xml b/restconf/sal-rest-docgen/pom.xml index 8ca8a077bd..d48dec09b4 100644 --- a/restconf/sal-rest-docgen/pom.xml +++ b/restconf/sal-rest-docgen/pom.xml @@ -4,13 +4,13 @@ org.opendaylight.odlparent bundle-parent - 1.7.0-SNAPSHOT + 1.8.0-SNAPSHOT org.opendaylight.netconf sal-rest-docgen - 1.4.0-SNAPSHOT + 1.5.0-SNAPSHOT bundle @@ -18,7 +18,7 @@ org.opendaylight.netconf netconf-parent - 1.1.0-SNAPSHOT + 1.2.0-SNAPSHOT pom import diff --git a/restconf/sal-restconf-broker/pom.xml b/restconf/sal-restconf-broker/pom.xml index 3e3a0c4baf..6cafc73c7d 100644 --- a/restconf/sal-restconf-broker/pom.xml +++ b/restconf/sal-restconf-broker/pom.xml @@ -4,7 +4,7 @@ org.opendaylight.netconf restconf-parent - 1.4.0-SNAPSHOT + 1.5.0-SNAPSHOT sal-restconf-broker bundle -- 2.36.6