From 12419a48a16fd68eb36eef2f154cad038ef367b1 Mon Sep 17 00:00:00 2001 From: Anil Belur Date: Fri, 16 Sep 2016 09:09:31 +1000 Subject: [PATCH] Bumping versions by 0.0.1 for next dev cycle Change-Id: I13c1020747f50264c59e2e2d71e0ab8385d72c14 Signed-off-by: Anil Belur --- 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..2137bf49a2 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.7.1-SNAPSHOT org.opendaylight.netconf features-netconf-connector - 1.1.0-SNAPSHOT + 1.1.1-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.7.1-SNAPSHOT + 1.4.1-SNAPSHOT + 0.5.1-SNAPSHOT + 1.7.1-SNAPSHOT + 2.1.1-SNAPSHOT + 0.9.1-SNAPSHOT + 1.1.1-SNAPSHOT + 1.4.1-SNAPSHOT + 1.0.1-SNAPSHOT features.xml etc/opendaylight/karaf @@ -44,7 +44,7 @@ org.opendaylight.netconf netconf-artifacts - 1.1.0-SNAPSHOT + 1.1.1-SNAPSHOT pom import diff --git a/features/netconf/pom.xml b/features/netconf/pom.xml index 3e0a88d708..52e1c4c0b3 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.7.1-SNAPSHOT org.opendaylight.netconf features-netconf - 1.1.0-SNAPSHOT + 1.1.1-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.4.1-SNAPSHOT + 1.7.1-SNAPSHOT + 1.4.1-SNAPSHOT + 0.5.1-SNAPSHOT + 1.7.1-SNAPSHOT + 0.9.1-SNAPSHOT + 1.1.1-SNAPSHOT + 0.8.1-SNAPSHOT + 1.0.1-SNAPSHOT 0.14.0 etc/opendaylight/karaf @@ -42,7 +42,7 @@ org.opendaylight.odlparent odlparent-artifacts - 1.7.0-SNAPSHOT + 1.7.1-SNAPSHOT pom import diff --git a/features/pom.xml b/features/pom.xml index dff4438830..812c3002bc 100644 --- a/features/pom.xml +++ b/features/pom.xml @@ -4,7 +4,7 @@ org.opendaylight.netconf netconf-parent - 1.1.0-SNAPSHOT + 1.1.1-SNAPSHOT .. netconf-features-parent diff --git a/features/restconf/pom.xml b/features/restconf/pom.xml index 30ad4c15f8..f4d79b0293 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.7.1-SNAPSHOT features-restconf org.opendaylight.netconf - 1.4.0-SNAPSHOT + 1.4.1-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.4.1-SNAPSHOT + 1.7.1-SNAPSHOT + 1.4.1-SNAPSHOT + 1.7.1-SNAPSHOT + 2.1.1-SNAPSHOT + 0.9.1-SNAPSHOT + 1.4.1-SNAPSHOT + 1.0.1-SNAPSHOT features.xml etc/opendaylight/karaf @@ -40,7 +40,7 @@ org.opendaylight.odlparent odlparent-artifacts - 1.7.0-SNAPSHOT + 1.7.1-SNAPSHOT pom import diff --git a/features/yanglib/pom.xml b/features/yanglib/pom.xml index 002de184e1..8e136207a2 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.7.1-SNAPSHOT org.opendaylight.netconf features-yanglib - 1.1.0-SNAPSHOT + 1.1.1-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.4.1-SNAPSHOT + 1.1.1-SNAPSHOT + 2.1.1-SNAPSHOT + 0.9.1-SNAPSHOT + 1.4.1-SNAPSHOT + 1.0.1-SNAPSHOT @@ -35,7 +35,7 @@ org.opendaylight.odlparent odlparent-artifacts - 1.7.0-SNAPSHOT + 1.7.1-SNAPSHOT pom import diff --git a/karaf/pom.xml b/karaf/pom.xml index cb1956f752..bac16d5d2e 100644 --- a/karaf/pom.xml +++ b/karaf/pom.xml @@ -10,19 +10,19 @@ org.opendaylight.odlparent karaf-parent - 1.7.0-SNAPSHOT + 1.7.1-SNAPSHOT org.opendaylight.netconf netconf-karaf - 1.4.0-SNAPSHOT + 1.4.1-SNAPSHOT pom 3.1.1 - 1.1.0-SNAPSHOT - 1.4.0-SNAPSHOT + 1.1.1-SNAPSHOT + 1.4.1-SNAPSHOT diff --git a/netconf/aaa-authn-odl-plugin/pom.xml b/netconf/aaa-authn-odl-plugin/pom.xml index abdf3c6123..f3a5ee8db5 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.5.1-SNAPSHOT org.opendaylight.netconf aaa-authn-odl-plugin - 1.1.0-SNAPSHOT + 1.1.1-SNAPSHOT bundle diff --git a/netconf/abstract-topology/pom.xml b/netconf/abstract-topology/pom.xml index b6d7509537..275a308554 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.7.1-SNAPSHOT org.opendaylight.netconf abstract-topology - 1.1.0-SNAPSHOT + 1.1.1-SNAPSHOT bundle diff --git a/netconf/config-netconf-connector/pom.xml b/netconf/config-netconf-connector/pom.xml index a8058468ee..2933288381 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.7.1-SNAPSHOT org.opendaylight.netconf config-netconf-connector - 1.1.0-SNAPSHOT + 1.1.1-SNAPSHOT ${project.artifactId} bundle diff --git a/netconf/mdsal-netconf-connector/pom.xml b/netconf/mdsal-netconf-connector/pom.xml index cf5878c82b..db8107c68f 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.5.1-SNAPSHOT org.opendaylight.netconf mdsal-netconf-connector - 1.1.0-SNAPSHOT + 1.1.1-SNAPSHOT ${project.artifactId} bundle diff --git a/netconf/mdsal-netconf-monitoring/pom.xml b/netconf/mdsal-netconf-monitoring/pom.xml index a0bd15c425..1fb42239c2 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.5.1-SNAPSHOT org.opendaylight.netconf mdsal-netconf-monitoring - 1.1.0-SNAPSHOT + 1.1.1-SNAPSHOT ${project.artifactId} bundle diff --git a/netconf/mdsal-netconf-notification/pom.xml b/netconf/mdsal-netconf-notification/pom.xml index 9050e83b25..ab0b2ce704 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.5.1-SNAPSHOT org.opendaylight.netconf mdsal-netconf-notification - 1.1.0-SNAPSHOT + 1.1.1-SNAPSHOT ${project.artifactId} bundle diff --git a/netconf/mdsal-netconf-yang-library/pom.xml b/netconf/mdsal-netconf-yang-library/pom.xml index 75f746644a..37b8d43ea2 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.5.1-SNAPSHOT org.opendaylight.netconf mdsal-netconf-yang-library - 1.1.0-SNAPSHOT + 1.1.1-SNAPSHOT ${project.artifactId} bundle diff --git a/netconf/messagebus-netconf/pom.xml b/netconf/messagebus-netconf/pom.xml index 7559fdd5d4..1a55f1d832 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.5.1-SNAPSHOT org.opendaylight.netconf messagebus-netconf - 1.1.0-SNAPSHOT + 1.1.1-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..ac63fbc43a 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.9.1-SNAPSHOT org.opendaylight.netconf ietf-netconf-monitoring-extension - 1.1.0-SNAPSHOT + 1.1.1-SNAPSHOT ${project.artifactId} bundle diff --git a/netconf/models/ietf-netconf-monitoring/pom.xml b/netconf/models/ietf-netconf-monitoring/pom.xml index c68d142007..ad16eacf3c 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.9.1-SNAPSHOT org.opendaylight.netconf ietf-netconf-monitoring - 1.1.0-SNAPSHOT + 1.1.1-SNAPSHOT ${project.artifactId} bundle diff --git a/netconf/models/ietf-netconf-notifications/pom.xml b/netconf/models/ietf-netconf-notifications/pom.xml index a5065dc6e2..d61a2499cc 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.9.1-SNAPSHOT org.opendaylight.netconf ietf-netconf-notifications - 1.1.0-SNAPSHOT + 1.1.1-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..01bf43f515 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.9.1-SNAPSHOT org.opendaylight.netconf ietf-netconf-yang-library - 1.1.0-SNAPSHOT + 1.1.1-SNAPSHOT ${project.artifactId} bundle diff --git a/netconf/models/ietf-netconf/pom.xml b/netconf/models/ietf-netconf/pom.xml index 3fb1fdb4a9..701d111dff 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.9.1-SNAPSHOT org.opendaylight.netconf ietf-netconf - 1.1.0-SNAPSHOT + 1.1.1-SNAPSHOT bundle ${project.artifactId} diff --git a/netconf/models/pom.xml b/netconf/models/pom.xml index 456d7cc6af..c82e584508 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.1.1-SNAPSHOT netconf-models diff --git a/netconf/netconf-api/pom.xml b/netconf/netconf-api/pom.xml index 4da8ab9077..35670de1c6 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.5.1-SNAPSHOT org.opendaylight.netconf netconf-api - 1.1.0-SNAPSHOT + 1.1.1-SNAPSHOT ${project.artifactId} bundle diff --git a/netconf/netconf-artifacts/pom.xml b/netconf/netconf-artifacts/pom.xml index 30dfecbb41..2dc16cf3fc 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.7.1-SNAPSHOT org.opendaylight.netconf netconf-artifacts - 1.1.0-SNAPSHOT + 1.1.1-SNAPSHOT pom - 1.4.0-SNAPSHOT + 1.4.1-SNAPSHOT diff --git a/netconf/netconf-auth/pom.xml b/netconf/netconf-auth/pom.xml index 28cac1da27..4cd4da1e89 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.5.1-SNAPSHOT org.opendaylight.netconf netconf-auth - 1.1.0-SNAPSHOT + 1.1.1-SNAPSHOT ${project.artifactId} bundle diff --git a/netconf/netconf-client/pom.xml b/netconf/netconf-client/pom.xml index fa9bccd53f..bf28bab339 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.7.1-SNAPSHOT org.opendaylight.netconf netconf-client - 1.1.0-SNAPSHOT + 1.1.1-SNAPSHOT ${project.artifactId} bundle diff --git a/netconf/netconf-config-dispatcher/pom.xml b/netconf/netconf-config-dispatcher/pom.xml index 66711a5ac1..3320c8ae74 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.5.1-SNAPSHOT org.opendaylight.netconf netconf-config-dispatcher - 1.1.0-SNAPSHOT + 1.1.1-SNAPSHOT bundle diff --git a/netconf/netconf-config/pom.xml b/netconf/netconf-config/pom.xml index fc700930cf..c2400e4118 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.7.1-SNAPSHOT org.opendaylight.netconf netconf-config - 1.1.0-SNAPSHOT + 1.1.1-SNAPSHOT Configuration files for netconf jar diff --git a/netconf/netconf-connector-config/pom.xml b/netconf/netconf-connector-config/pom.xml index 811af20cf7..eb2d80fb65 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.7.1-SNAPSHOT org.opendaylight.netconf netconf-connector-config Configuration files for netconf-connector - 1.1.0-SNAPSHOT + 1.1.1-SNAPSHOT jar diff --git a/netconf/netconf-console/pom.xml b/netconf/netconf-console/pom.xml index 31cefd6884..cddeb8b1a1 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.5.1-SNAPSHOT org.opendaylight.netconf netconf-console - 1.1.0-SNAPSHOT + 1.1.1-SNAPSHOT ${project.artifactId} bundle diff --git a/netconf/netconf-impl/pom.xml b/netconf/netconf-impl/pom.xml index f7689899af..d99c265ae7 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.5.1-SNAPSHOT org.opendaylight.netconf netconf-impl - 1.1.0-SNAPSHOT + 1.1.1-SNAPSHOT ${project.artifactId} bundle diff --git a/netconf/netconf-it/pom.xml b/netconf/netconf-it/pom.xml index 968fa61596..f90bd5d15e 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.1.1-SNAPSHOT netconf-it diff --git a/netconf/netconf-mapping-api/pom.xml b/netconf/netconf-mapping-api/pom.xml index 029605197c..9eb785d068 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.5.1-SNAPSHOT org.opendaylight.netconf netconf-mapping-api - 1.1.0-SNAPSHOT + 1.1.1-SNAPSHOT ${project.artifactId} bundle diff --git a/netconf/netconf-mdsal-config/pom.xml b/netconf/netconf-mdsal-config/pom.xml index 6f1af5afaf..2ee4bcbb1f 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.7.1-SNAPSHOT org.opendaylight.netconf netconf-mdsal-config - 1.1.0-SNAPSHOT + 1.1.1-SNAPSHOT Configuration files for netconf for mdsal jar diff --git a/netconf/netconf-monitoring/pom.xml b/netconf/netconf-monitoring/pom.xml index d44c287eeb..2f122d538c 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.7.1-SNAPSHOT org.opendaylight.netconf netconf-monitoring - 1.1.0-SNAPSHOT + 1.1.1-SNAPSHOT ${project.artifactId} bundle diff --git a/netconf/netconf-netty-util/pom.xml b/netconf/netconf-netty-util/pom.xml index 3dc5cc3021..666c20c3ff 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.7.1-SNAPSHOT org.opendaylight.netconf netconf-netty-util bundle - 1.1.0-SNAPSHOT + 1.1.1-SNAPSHOT ${project.artifactId} diff --git a/netconf/netconf-notifications-api/pom.xml b/netconf/netconf-notifications-api/pom.xml index f93d720abd..cafb37554e 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.5.1-SNAPSHOT org.opendaylight.netconf netconf-notifications-api - 1.1.0-SNAPSHOT + 1.1.1-SNAPSHOT bundle diff --git a/netconf/netconf-notifications-impl/pom.xml b/netconf/netconf-notifications-impl/pom.xml index ecaadf6332..a8ae9b8ce1 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.5.1-SNAPSHOT org.opendaylight.netconf netconf-notifications-impl - 1.1.0-SNAPSHOT + 1.1.1-SNAPSHOT bundle diff --git a/netconf/netconf-ssh/pom.xml b/netconf/netconf-ssh/pom.xml index 7a7cbde87d..afb17e2d84 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.5.1-SNAPSHOT org.opendaylight.netconf netconf-ssh - 1.1.0-SNAPSHOT + 1.1.1-SNAPSHOT ${project.artifactId} bundle diff --git a/netconf/netconf-tcp/pom.xml b/netconf/netconf-tcp/pom.xml index 8a743d9921..b910c8507b 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.5.1-SNAPSHOT org.opendaylight.netconf netconf-tcp - 1.1.0-SNAPSHOT + 1.1.1-SNAPSHOT ${project.artifactId} bundle diff --git a/netconf/netconf-topology-config/pom.xml b/netconf/netconf-topology-config/pom.xml index ab5a2f8cc7..c3110765cd 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.7.1-SNAPSHOT org.opendaylight.netconf netconf-topology-config - 1.1.0-SNAPSHOT + 1.1.1-SNAPSHOT Configuration files for netconf topology jar diff --git a/netconf/netconf-topology/pom.xml b/netconf/netconf-topology/pom.xml index 08b0dbac78..b30fc87f7b 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.5.1-SNAPSHOT org.opendaylight.netconf netconf-topology - 1.1.0-SNAPSHOT + 1.1.1-SNAPSHOT bundle diff --git a/netconf/netconf-util/pom.xml b/netconf/netconf-util/pom.xml index 154dedf380..7058bdcda0 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.7.1-SNAPSHOT org.opendaylight.netconf netconf-util - 1.1.0-SNAPSHOT + 1.1.1-SNAPSHOT ${project.artifactId} bundle diff --git a/netconf/pom.xml b/netconf/pom.xml index 800add5a7b..0eed113225 100644 --- a/netconf/pom.xml +++ b/netconf/pom.xml @@ -13,13 +13,13 @@ org.opendaylight.odlparent odlparent-lite - 1.7.0-SNAPSHOT + 1.7.1-SNAPSHOT org.opendaylight.netconf netconf-subsystem - 1.1.0-SNAPSHOT + 1.1.1-SNAPSHOT pom ${project.artifactId} @@ -80,7 +80,7 @@ org.opendaylight.controller protocol-framework - 0.8.0-SNAPSHOT + 0.8.1-SNAPSHOT diff --git a/netconf/sal-netconf-connector/pom.xml b/netconf/sal-netconf-connector/pom.xml index 89ff7b3ba0..27fa1831b5 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.5.1-SNAPSHOT @@ -12,7 +12,7 @@ sal-netconf-connector - 1.4.0-SNAPSHOT + 1.4.1-SNAPSHOT bundle @@ -20,7 +20,7 @@ org.opendaylight.netconf netconf-artifacts - 1.1.0-SNAPSHOT + 1.1.1-SNAPSHOT pom import diff --git a/netconf/tools/netconf-cli/pom.xml b/netconf/tools/netconf-cli/pom.xml index f0be99b87e..7d4022a589 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.7.1-SNAPSHOT org.opendaylight.netconf netconf-cli - 1.1.0-SNAPSHOT + 1.1.1-SNAPSHOT jar ${project.artifactId} diff --git a/netconf/tools/netconf-testtool/pom.xml b/netconf/tools/netconf-testtool/pom.xml index b6b51503a4..4a0ce3f9ba 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.7.1-SNAPSHOT org.opendaylight.netconf netconf-testtool ${project.artifactId} - 1.1.0-SNAPSHOT + 1.1.1-SNAPSHOT jar diff --git a/netconf/tools/pom.xml b/netconf/tools/pom.xml index eeb780b615..ab5dbc3d02 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.1.1-SNAPSHOT netconf-tools diff --git a/netconf/yanglib/pom.xml b/netconf/yanglib/pom.xml index 232a2febf9..96e7b3aca1 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.5.1-SNAPSHOT org.opendaylight.netconf yanglib - 1.1.0-SNAPSHOT + 1.1.1-SNAPSHOT bundle diff --git a/pom.xml b/pom.xml index 51c4dad6c5..ca16c8bee5 100644 --- a/pom.xml +++ b/pom.xml @@ -5,13 +5,13 @@ org.opendaylight.odlparent odlparent-lite - 1.7.0-SNAPSHOT + 1.7.1-SNAPSHOT org.opendaylight.netconf netconf-parent - 1.1.0-SNAPSHOT + 1.1.1-SNAPSHOT pom ${project.artifactId} @@ -24,16 +24,16 @@ - 0.5.0-SNAPSHOT + 0.5.1-SNAPSHOT etc/opendaylight/karaf - 1.7.0-SNAPSHOT + 1.7.1-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.1.1-SNAPSHOT + 0.9.1-SNAPSHOT + 1.4.1-SNAPSHOT + 1.1.1-SNAPSHOT + 1.4.1-SNAPSHOT + 1.0.1-SNAPSHOT @@ -63,7 +63,7 @@ org.opendaylight.aaa aaa-artifacts - 0.4.0-SNAPSHOT + 0.4.1-SNAPSHOT pom import @@ -94,7 +94,7 @@ org.opendaylight.controller checkstyle - 0.3.0-SNAPSHOT + 0.3.1-SNAPSHOT diff --git a/restconf/pom.xml b/restconf/pom.xml index 544dc58012..2ec7e01c23 100644 --- a/restconf/pom.xml +++ b/restconf/pom.xml @@ -5,13 +5,13 @@ org.opendaylight.odlparent odlparent-lite - 1.7.0-SNAPSHOT + 1.7.1-SNAPSHOT org.opendaylight.netconf restconf-parent - 1.4.0-SNAPSHOT + 1.4.1-SNAPSHOT pom ${project.artifactId} diff --git a/restconf/restconf-artifacts/pom.xml b/restconf/restconf-artifacts/pom.xml index cb715b930d..2581bca4a2 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.7.1-SNAPSHOT org.opendaylight.netconf restconf-artifacts - 1.4.0-SNAPSHOT + 1.4.1-SNAPSHOT pom diff --git a/restconf/sal-rest-connector-config/pom.xml b/restconf/sal-rest-connector-config/pom.xml index dea016fe4f..3f0919eec0 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.7.1-SNAPSHOT org.opendaylight.netconf sal-rest-connector-config - 1.4.0-SNAPSHOT + 1.4.1-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..277e35d193 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.5.1-SNAPSHOT org.opendaylight.netconf sal-rest-connector - 1.4.0-SNAPSHOT + 1.4.1-SNAPSHOT bundle @@ -18,7 +18,7 @@ org.opendaylight.netconf netconf-parent - 1.1.0-SNAPSHOT + 1.1.1-SNAPSHOT pom import diff --git a/restconf/sal-rest-docgen-maven/pom.xml b/restconf/sal-rest-docgen-maven/pom.xml index 0387d0bfda..961e367fde 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.7.1-SNAPSHOT org.opendaylight.netconf sal-rest-docgen-maven - 1.4.0-SNAPSHOT + 1.4.1-SNAPSHOT jar @@ -34,7 +34,7 @@ org.opendaylight.netconf netconf-parent - 1.1.0-SNAPSHOT + 1.1.1-SNAPSHOT pom import diff --git a/restconf/sal-rest-docgen/pom.xml b/restconf/sal-rest-docgen/pom.xml index 8ca8a077bd..d311d9b164 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.7.1-SNAPSHOT org.opendaylight.netconf sal-rest-docgen - 1.4.0-SNAPSHOT + 1.4.1-SNAPSHOT bundle @@ -18,7 +18,7 @@ org.opendaylight.netconf netconf-parent - 1.1.0-SNAPSHOT + 1.1.1-SNAPSHOT pom import diff --git a/restconf/sal-restconf-broker/pom.xml b/restconf/sal-restconf-broker/pom.xml index 3e3a0c4baf..68fcfc67c8 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.4.1-SNAPSHOT sal-restconf-broker bundle -- 2.36.6