From: Thanh Ha Date: Thu, 25 Jun 2015 18:27:46 +0000 (-0400) Subject: Bumping versions by 0.0.1 for next dev cycle X-Git-Tag: release/lithium-sr1~31 X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?p=controller.git;a=commitdiff_plain;h=e7a754d8bd0b99381ce2e82b10575cb84f2cecf1 Bumping versions by 0.0.1 for next dev cycle This patch is part 1 of 2 patches. * The only version not incrmented is aaa.version, which is left at 0.2.0-Lithium since they depend on controller and can't update yet. * To break the cyclic dependency, this patch temporarily stops running the netconf-connector and restconf feature tests. A second patch (to be run after AAA increments their versions to 0.2.1-SNAPSHOT) wiil update aaa.version and re-enable these tests. Change-Id: I7ba0b8c6ced378b7bf6e490884b50ea9e26544b4 Signed-off-by: Thanh Ha --- diff --git a/features/akka/pom.xml b/features/akka/pom.xml index c2d4b14f2a..544848a81c 100644 --- a/features/akka/pom.xml +++ b/features/akka/pom.xml @@ -10,7 +10,7 @@ org.opendaylight.controller commons.opendaylight - 1.5.0-Lithium + 1.5.1-SNAPSHOT ../../opendaylight/commons/opendaylight features-akka @@ -20,11 +20,11 @@ features.xml - 1.1.0-Lithium - 1.5.0-Lithium + 1.1.1-SNAPSHOT + 1.5.1-SNAPSHOT 3.0.3 - 0.7.0-Lithium - 1.5.0-Lithium + 0.7.1-SNAPSHOT + 1.5.1-SNAPSHOT 2.16 @@ -42,21 +42,21 @@ org.opendaylight.yangtools features-yangtools - 0.7.0-Lithium + 0.7.1-SNAPSHOT features xml org.opendaylight.controller features-mdsal - 1.2.0-Lithium + 1.2.1-SNAPSHOT features xml org.opendaylight.openflowplugin features-openflowplugin - 0.1.0-Lithium + 0.1.1-SNAPSHOT features xml diff --git a/features/akka/src/main/resources/features.xml b/features/akka/src/main/resources/features.xml index 8daaf9e018..b8a216db1b 100644 --- a/features/akka/src/main/resources/features.xml +++ b/features/akka/src/main/resources/features.xml @@ -18,9 +18,9 @@ Necessary TODO: Add repo entries for the repositories of features you refer to in this feature file but do not define here. Examples: - mvn:org.opendaylight.yangtools/features-yangtools/0.7.0-Lithium/xml/features - mvn:org.opendaylight.controller/features-mdsal/1.2.0-Lithium/xml/features - mvn:org.opendaylight.openflowplugin/features-openflowplugin/0.1.0-Lithium/xml/features + mvn:org.opendaylight.yangtools/features-yangtools/0.7.1-SNAPSHOT/xml/features + mvn:org.opendaylight.controller/features-mdsal/1.2.1-SNAPSHOT/xml/features + mvn:org.opendaylight.openflowplugin/features-openflowplugin/0.1.1-SNAPSHOT/xml/features --> - 1.1.0-Lithium - 1.5.0-Lithium + 1.1.1-SNAPSHOT + 1.5.1-SNAPSHOT 3.0.3 - 1.5.0-Lithium + 1.5.1-SNAPSHOT 2.16 diff --git a/features/mdsal/pom.xml b/features/mdsal/pom.xml index 47763f4647..f5d3228961 100644 --- a/features/mdsal/pom.xml +++ b/features/mdsal/pom.xml @@ -4,7 +4,7 @@ org.opendaylight.controller sal-parent - 1.2.0-Lithium + 1.2.1-SNAPSHOT ../../opendaylight/md-sal features-mdsal diff --git a/features/netconf-connector/pom.xml b/features/netconf-connector/pom.xml index 7b65744c7d..f9e2ca2491 100644 --- a/features/netconf-connector/pom.xml +++ b/features/netconf-connector/pom.xml @@ -10,7 +10,7 @@ org.opendaylight.controller sal-parent - 1.2.0-Lithium + 1.2.1-SNAPSHOT ../../opendaylight/md-sal features-netconf-connector jar @@ -42,21 +42,21 @@ org.opendaylight.yangtools features-yangtools - 0.7.0-Lithium + 0.7.1-SNAPSHOT features xml org.opendaylight.controller features-mdsal - 1.2.0-Lithium + 1.2.1-SNAPSHOT features xml org.opendaylight.openflowplugin features-openflowplugin - 0.1.0-Lithium + 0.1.1-SNAPSHOT features xml @@ -181,11 +181,13 @@ --> + org.opendaylight.controller diff --git a/features/netconf-connector/src/main/resources/features.xml b/features/netconf-connector/src/main/resources/features.xml index e768aa7b9a..934c7d3742 100644 --- a/features/netconf-connector/src/main/resources/features.xml +++ b/features/netconf-connector/src/main/resources/features.xml @@ -18,9 +18,9 @@ Necessary TODO: Add repo entries for the repositories of features you refer to in this feature file but do not define here. Examples: - mvn:org.opendaylight.yangtools/features-yangtools/0.7.0-Lithium/xml/features - mvn:org.opendaylight.controller/features-mdsal/1.2.0-Lithium/xml/features - mvn:org.opendaylight.openflowplugin/features-openflowplugin/0.1.0-Lithium/xml/features + mvn:org.opendaylight.yangtools/features-yangtools/0.7.1-SNAPSHOT/xml/features + mvn:org.opendaylight.controller/features-mdsal/1.2.1-SNAPSHOT/xml/features + mvn:org.opendaylight.openflowplugin/features-openflowplugin/0.1.1-SNAPSHOT/xml/features --> mvn:org.opendaylight.controller/features-mdsal/${mdsal.version}/xml/features mvn:org.opendaylight.yangtools/features-yangtools/${yangtools.version}/xml/features @@ -59,7 +59,7 @@ * Basic MD-SAL Provider - odl-mdsal-broker + odl-mdsal-broker odl-controller-model mvn:org.opendaylight.controller/controller-provider/${project.version} ... whatever other bundles you need @@ -67,15 +67,15 @@ * Basic MD-SAL Model feature - odl-yangtools-binding - odl-yangtools-models + odl-yangtools-binding + odl-yangtools-models mvn:org.opendaylight.controller/controller-model/${project.version} ... whatever other bundles you need * Config Subsystem example - the config file is your config subsystem configuration - odl-mdsal-broker + odl-mdsal-broker mvn:org.opendaylight.controller/controller-provider/${project.version} mvn:org.opendaylight.controller/controller-config/${project.version}/xml/config ... whatever other bundles you need @@ -83,7 +83,7 @@ * Basic MD-SAL Provider that uses openflowplugin-flow-services (which brings along odl-mdsal-broker) - odl-openflowplugin-flow-services + odl-openflowplugin-flow-services mvn:org.opendaylight.controller/controller-provider/${project.version} ... whatever other bundles you need diff --git a/features/netconf/pom.xml b/features/netconf/pom.xml index 98ee5ff617..2cc4d0af5a 100644 --- a/features/netconf/pom.xml +++ b/features/netconf/pom.xml @@ -4,7 +4,7 @@ org.opendaylight.controller netconf-subsystem - 0.3.0-Lithium + 0.3.1-SNAPSHOT ../../opendaylight/netconf features-netconf diff --git a/features/netconf/src/main/resources/features.xml b/features/netconf/src/main/resources/features.xml index bb16117c46..4adb6d8e25 100644 --- a/features/netconf/src/main/resources/features.xml +++ b/features/netconf/src/main/resources/features.xml @@ -27,7 +27,7 @@ mvn:org.opendaylight.controller/ietf-netconf-monitoring-extension/${project.version} mvn:org.opendaylight.yangtools.model/ietf-inet-types/${ietf-inet-types.version} mvn:org.opendaylight.yangtools.model/ietf-yang-types/${ietf-yang-types.version} - mvn:org.opendaylight.yangtools.model/ietf-yang-types-20130715/2013.07.15.7-Lithium + mvn:org.opendaylight.yangtools.model/ietf-yang-types-20130715/2013.07.15.7.1-SNAPSHOT odl-netconf-api diff --git a/features/pom.xml b/features/pom.xml index 81158b5ad1..c7004bfad2 100644 --- a/features/pom.xml +++ b/features/pom.xml @@ -4,7 +4,7 @@ org.opendaylight.controller commons.opendaylight - 1.5.0-Lithium + 1.5.1-SNAPSHOT ../opendaylight/commons/opendaylight features-controller diff --git a/features/protocol-framework/pom.xml b/features/protocol-framework/pom.xml index 9a0aacc147..dc07b8c771 100644 --- a/features/protocol-framework/pom.xml +++ b/features/protocol-framework/pom.xml @@ -4,7 +4,7 @@ org.opendaylight.controller commons.opendaylight - 1.5.0-Lithium + 1.5.1-SNAPSHOT ../../opendaylight/commons/opendaylight features-protocol-framework diff --git a/features/restconf/pom.xml b/features/restconf/pom.xml index 8a4112942b..4f342826d1 100644 --- a/features/restconf/pom.xml +++ b/features/restconf/pom.xml @@ -10,7 +10,7 @@ org.opendaylight.controller sal-parent - 1.2.0-Lithium + 1.2.1-SNAPSHOT ../../opendaylight/md-sal jar @@ -43,21 +43,21 @@ org.opendaylight.yangtools features-yangtools - 0.7.0-Lithium + 0.7.1-SNAPSHOT features xml org.opendaylight.controller features-mdsal - 1.2.0-Lithium + 1.2.1-SNAPSHOT features xml org.opendaylight.openflowplugin features-openflowplugin - 0.1.0-Lithium + 0.1.1-SNAPSHOT features xml @@ -255,11 +255,13 @@ Optional TODO: Remove TODO comments. --> + org.opendaylight.controller diff --git a/features/restconf/src/main/resources/features.xml b/features/restconf/src/main/resources/features.xml index 72a9a97cb8..dc2cce2ac2 100644 --- a/features/restconf/src/main/resources/features.xml +++ b/features/restconf/src/main/resources/features.xml @@ -18,9 +18,9 @@ Necessary TODO: Add repo entries for the repositories of features you refer to in this feature file but do not define here. Examples: - mvn:org.opendaylight.yangtools/features-yangtools/0.7.0-Lithium/xml/features - mvn:org.opendaylight.controller/features-mdsal/1.2.0-Lithium/xml/features - mvn:org.opendaylight.openflowplugin/features-openflowplugin/0.1.0-Lithium/xml/features + mvn:org.opendaylight.yangtools/features-yangtools/0.7.1-SNAPSHOT/xml/features + mvn:org.opendaylight.controller/features-mdsal/1.2.1-SNAPSHOT/xml/features + mvn:org.opendaylight.openflowplugin/features-openflowplugin/0.1.1-SNAPSHOT/xml/features --> mvn:org.opendaylight.controller/features-mdsal/${mdsal.version}/xml/features mvn:org.opendaylight.yangtools/features-yangtools/${yangtools.version}/xml/features @@ -53,7 +53,7 @@ * Basic MD-SAL Provider - odl-mdsal-broker + odl-mdsal-broker odl-controller-model mvn:org.opendaylight.controller/controller-provider/${project.version} ... whatever other bundles you need @@ -61,15 +61,15 @@ * Basic MD-SAL Model feature - odl-yangtools-binding - odl-yangtools-models + odl-yangtools-binding + odl-yangtools-models mvn:org.opendaylight.controller/controller-model/${project.version} ... whatever other bundles you need * Config Subsystem example - the config file is your config subsystem configuration - odl-mdsal-broker + odl-mdsal-broker mvn:org.opendaylight.controller/controller-provider/${project.version} mvn:org.opendaylight.controller/controller-config/${project.version}/xml/config ... whatever other bundles you need @@ -77,7 +77,7 @@ * Basic MD-SAL Provider that uses openflowplugin-flow-services (which brings along odl-mdsal-broker) - odl-openflowplugin-flow-services + odl-openflowplugin-flow-services mvn:org.opendaylight.controller/controller-provider/${project.version} ... whatever other bundles you need diff --git a/itests/base-features-it/pom.xml b/itests/base-features-it/pom.xml index 1fe872a20d..8c8525ed41 100644 --- a/itests/base-features-it/pom.xml +++ b/itests/base-features-it/pom.xml @@ -3,7 +3,7 @@ org.opendaylight.controller itests-controller - 1.5.0-Lithium + 1.5.1-SNAPSHOT ../pom.xml base-features-it diff --git a/itests/pom.xml b/itests/pom.xml index ab91b8ba08..168a7faccc 100644 --- a/itests/pom.xml +++ b/itests/pom.xml @@ -4,7 +4,7 @@ org.opendaylight.controller commons.opendaylight - 1.5.0-Lithium + 1.5.1-SNAPSHOT ../opendaylight/commons/opendaylight itests-controller diff --git a/karaf/karaf-branding/pom.xml b/karaf/karaf-branding/pom.xml index 803f5cb5bf..1b756af9ef 100644 --- a/karaf/karaf-branding/pom.xml +++ b/karaf/karaf-branding/pom.xml @@ -5,11 +5,11 @@ org.opendaylight.controller releasepom - 0.2.0-Lithium + 0.2.1-SNAPSHOT ../.. karaf.branding - 1.1.0-Lithium + 1.1.1-SNAPSHOT bundle OpenDaylight :: Karaf :: Branding diff --git a/karaf/karaf-parent/pom.xml b/karaf/karaf-parent/pom.xml index b1e8b38ec6..568032f31e 100644 --- a/karaf/karaf-parent/pom.xml +++ b/karaf/karaf-parent/pom.xml @@ -11,7 +11,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html org.opendaylight.odlparent odlparent - 1.5.0-Lithium + 1.5.1-SNAPSHOT 4.0.0 @@ -21,8 +21,8 @@ and is available at http://www.eclipse.org/legal/epl-v10.html pom - 1.1.0-Lithium - 1.5.0-Lithium + 1.1.1-SNAPSHOT + 1.5.1-SNAPSHOT standard diff --git a/opendaylight/adsal/clustering/services/pom.xml b/opendaylight/adsal/clustering/services/pom.xml index 62445225e0..3fc1e55618 100644 --- a/opendaylight/adsal/clustering/services/pom.xml +++ b/opendaylight/adsal/clustering/services/pom.xml @@ -4,12 +4,12 @@ org.opendaylight.controller commons.opendaylight - 1.5.0-Lithium + 1.5.1-SNAPSHOT ../../../commons/opendaylight clustering.services - 0.6.0-Lithium + 0.6.1-SNAPSHOT bundle diff --git a/opendaylight/adsal/clustering/services_implementation/pom.xml b/opendaylight/adsal/clustering/services_implementation/pom.xml index 826d6dc5b9..c666c6cbb2 100644 --- a/opendaylight/adsal/clustering/services_implementation/pom.xml +++ b/opendaylight/adsal/clustering/services_implementation/pom.xml @@ -4,12 +4,12 @@ org.opendaylight.controller commons.opendaylight - 1.5.0-Lithium + 1.5.1-SNAPSHOT ../../../commons/opendaylight clustering.services-implementation - 0.5.0-Lithium + 0.5.1-SNAPSHOT bundle diff --git a/opendaylight/adsal/clustering/stub/pom.xml b/opendaylight/adsal/clustering/stub/pom.xml index 173cf4f6b7..99b2fcbe16 100644 --- a/opendaylight/adsal/clustering/stub/pom.xml +++ b/opendaylight/adsal/clustering/stub/pom.xml @@ -4,12 +4,12 @@ org.opendaylight.controller commons.opendaylight - 1.5.0-Lithium + 1.5.1-SNAPSHOT ../../../commons/opendaylight clustering.stub - 0.5.0-Lithium + 0.5.1-SNAPSHOT bundle diff --git a/opendaylight/adsal/clustering/test/pom.xml b/opendaylight/adsal/clustering/test/pom.xml index 31d29903bf..2b7adcac9a 100644 --- a/opendaylight/adsal/clustering/test/pom.xml +++ b/opendaylight/adsal/clustering/test/pom.xml @@ -4,12 +4,12 @@ org.opendaylight.controller commons.opendaylight - 1.5.0-Lithium + 1.5.1-SNAPSHOT ../../../commons/opendaylight clustering.test - 0.5.0-Lithium + 0.5.1-SNAPSHOT bundle diff --git a/opendaylight/adsal/commons/httpclient/pom.xml b/opendaylight/adsal/commons/httpclient/pom.xml index fd500f041a..e9b8b3d62f 100644 --- a/opendaylight/adsal/commons/httpclient/pom.xml +++ b/opendaylight/adsal/commons/httpclient/pom.xml @@ -4,12 +4,12 @@ org.opendaylight.controller commons.opendaylight - 1.5.0-Lithium + 1.5.1-SNAPSHOT ../../../commons/opendaylight commons.httpclient - 0.2.0-Lithium + 0.2.1-SNAPSHOT bundle @@ -70,7 +70,7 @@ org.opendaylight.controller checkstyle - 0.1.0-Lithium + 0.1.1-SNAPSHOT diff --git a/opendaylight/adsal/commons/integrationtest/pom.xml b/opendaylight/adsal/commons/integrationtest/pom.xml index 0a603b553b..6b54276bdb 100644 --- a/opendaylight/adsal/commons/integrationtest/pom.xml +++ b/opendaylight/adsal/commons/integrationtest/pom.xml @@ -4,12 +4,12 @@ org.opendaylight.controller commons.opendaylight - 1.5.0-Lithium + 1.5.1-SNAPSHOT ../../../commons/opendaylight commons.integrationtest - 0.6.0-Lithium + 0.6.1-SNAPSHOT pom @@ -88,7 +88,7 @@ org.opendaylight.controller checkstyle - 0.1.0-Lithium + 0.1.1-SNAPSHOT diff --git a/opendaylight/adsal/configuration/api/pom.xml b/opendaylight/adsal/configuration/api/pom.xml index 03b165222b..12cb943794 100644 --- a/opendaylight/adsal/configuration/api/pom.xml +++ b/opendaylight/adsal/configuration/api/pom.xml @@ -4,12 +4,12 @@ org.opendaylight.controller commons.opendaylight - 1.5.0-Lithium + 1.5.1-SNAPSHOT ../../../commons/opendaylight configuration - 0.5.0-Lithium + 0.5.1-SNAPSHOT bundle diff --git a/opendaylight/adsal/configuration/implementation/pom.xml b/opendaylight/adsal/configuration/implementation/pom.xml index e1a3741010..2d13dec819 100644 --- a/opendaylight/adsal/configuration/implementation/pom.xml +++ b/opendaylight/adsal/configuration/implementation/pom.xml @@ -4,12 +4,12 @@ org.opendaylight.controller commons.opendaylight - 1.5.0-Lithium + 1.5.1-SNAPSHOT ../../../commons/opendaylight configuration.implementation - 0.5.0-Lithium + 0.5.1-SNAPSHOT bundle diff --git a/opendaylight/adsal/configuration/integrationtest/pom.xml b/opendaylight/adsal/configuration/integrationtest/pom.xml index 1f93831830..309e7ada5a 100644 --- a/opendaylight/adsal/configuration/integrationtest/pom.xml +++ b/opendaylight/adsal/configuration/integrationtest/pom.xml @@ -4,12 +4,12 @@ org.opendaylight.controller commons.integrationtest - 0.6.0-Lithium + 0.6.1-SNAPSHOT ../../commons/integrationtest configuration.integrationtest - 0.5.0-Lithium + 0.5.1-SNAPSHOT ch.qos.logback diff --git a/opendaylight/adsal/connectionmanager/api/pom.xml b/opendaylight/adsal/connectionmanager/api/pom.xml index 4bdbd9db87..280f77e82b 100644 --- a/opendaylight/adsal/connectionmanager/api/pom.xml +++ b/opendaylight/adsal/connectionmanager/api/pom.xml @@ -4,12 +4,12 @@ org.opendaylight.controller commons.opendaylight - 1.5.0-Lithium + 1.5.1-SNAPSHOT ../../../commons/opendaylight connectionmanager - 0.2.0-Lithium + 0.2.1-SNAPSHOT bundle diff --git a/opendaylight/adsal/connectionmanager/implementation/pom.xml b/opendaylight/adsal/connectionmanager/implementation/pom.xml index 220f370319..bae602427a 100644 --- a/opendaylight/adsal/connectionmanager/implementation/pom.xml +++ b/opendaylight/adsal/connectionmanager/implementation/pom.xml @@ -4,12 +4,12 @@ org.opendaylight.controller commons.opendaylight - 1.5.0-Lithium + 1.5.1-SNAPSHOT ../../../commons/opendaylight connectionmanager.implementation - 0.2.0-Lithium + 0.2.1-SNAPSHOT bundle diff --git a/opendaylight/adsal/containermanager/api/pom.xml b/opendaylight/adsal/containermanager/api/pom.xml index f76e595a35..fe5c5350f1 100644 --- a/opendaylight/adsal/containermanager/api/pom.xml +++ b/opendaylight/adsal/containermanager/api/pom.xml @@ -4,12 +4,12 @@ org.opendaylight.controller commons.opendaylight - 1.5.0-Lithium + 1.5.1-SNAPSHOT ../../../commons/opendaylight containermanager - 0.6.0-Lithium + 0.6.1-SNAPSHOT bundle diff --git a/opendaylight/adsal/containermanager/implementation/pom.xml b/opendaylight/adsal/containermanager/implementation/pom.xml index 641e278efe..314656aaa3 100644 --- a/opendaylight/adsal/containermanager/implementation/pom.xml +++ b/opendaylight/adsal/containermanager/implementation/pom.xml @@ -4,12 +4,12 @@ org.opendaylight.controller commons.opendaylight - 1.5.0-Lithium + 1.5.1-SNAPSHOT ../../../commons/opendaylight containermanager.implementation - 0.6.0-Lithium + 0.6.1-SNAPSHOT bundle diff --git a/opendaylight/adsal/containermanager/it.implementation/pom.xml b/opendaylight/adsal/containermanager/it.implementation/pom.xml index 1d460380bd..37408b8bd1 100644 --- a/opendaylight/adsal/containermanager/it.implementation/pom.xml +++ b/opendaylight/adsal/containermanager/it.implementation/pom.xml @@ -4,12 +4,12 @@ org.opendaylight.controller commons.opendaylight - 1.5.0-Lithium + 1.5.1-SNAPSHOT ../../../commons/opendaylight containermanager.it.implementation - 0.6.0-Lithium + 0.6.1-SNAPSHOT bundle diff --git a/opendaylight/adsal/containermanager/shell/pom.xml b/opendaylight/adsal/containermanager/shell/pom.xml index e2b685b7c9..99a5ab4428 100644 --- a/opendaylight/adsal/containermanager/shell/pom.xml +++ b/opendaylight/adsal/containermanager/shell/pom.xml @@ -4,7 +4,7 @@ org.opendaylight.controller commons.opendaylight - 1.5.0-Lithium + 1.5.1-SNAPSHOT ../../../commons/opendaylight containermanager.shell diff --git a/opendaylight/adsal/dummy-console/pom.xml b/opendaylight/adsal/dummy-console/pom.xml index 0de7b101b2..f00b51c017 100644 --- a/opendaylight/adsal/dummy-console/pom.xml +++ b/opendaylight/adsal/dummy-console/pom.xml @@ -4,11 +4,11 @@ org.opendaylight.controller commons.opendaylight - 1.5.0-Lithium + 1.5.1-SNAPSHOT ../../commons/opendaylight dummy-console - 1.2.0-Lithium + 1.2.1-SNAPSHOT bundle Dummy Console Interfaces for Equinox-specific CLI diff --git a/opendaylight/adsal/features/adsal/pom.xml b/opendaylight/adsal/features/adsal/pom.xml index e097d84e88..397b9900b4 100644 --- a/opendaylight/adsal/features/adsal/pom.xml +++ b/opendaylight/adsal/features/adsal/pom.xml @@ -4,7 +4,7 @@ org.opendaylight.controller commons.opendaylight - 1.5.0-Lithium + 1.5.1-SNAPSHOT ../../../../opendaylight/commons/opendaylight features-adsal @@ -31,7 +31,7 @@ org.opendaylight.controller opendaylight-karaf-empty - 1.5.0-Lithium + 1.5.1-SNAPSHOT zip diff --git a/opendaylight/adsal/features/base/pom.xml b/opendaylight/adsal/features/base/pom.xml index fc1fe8956b..e3b7443dd7 100644 --- a/opendaylight/adsal/features/base/pom.xml +++ b/opendaylight/adsal/features/base/pom.xml @@ -4,7 +4,7 @@ org.opendaylight.controller commons.opendaylight - 1.5.0-Lithium + 1.5.1-SNAPSHOT ../../../../opendaylight/commons/opendaylight features-base @@ -448,7 +448,7 @@ org.opendaylight.controller opendaylight-karaf-empty - 1.5.0-Lithium + 1.5.1-SNAPSHOT zip diff --git a/opendaylight/adsal/features/base/src/main/resources/features.xml b/opendaylight/adsal/features/base/src/main/resources/features.xml index b66bab0006..3c9d3d64f8 100644 --- a/opendaylight/adsal/features/base/src/main/resources/features.xml +++ b/opendaylight/adsal/features/base/src/main/resources/features.xml @@ -16,8 +16,8 @@ odl-base-jackson odl-base-spring-security - - mvn:org.opendaylight.controller/dummy-console/1.2.0-Lithium + + mvn:org.opendaylight.controller/dummy-console/1.2.1-SNAPSHOT mvn:org.osgi/org.osgi.compendium/${osgi.compendium.version} diff --git a/opendaylight/adsal/features/controller/pom.xml b/opendaylight/adsal/features/controller/pom.xml index cf9f012f70..25766e1e0f 100644 --- a/opendaylight/adsal/features/controller/pom.xml +++ b/opendaylight/adsal/features/controller/pom.xml @@ -4,7 +4,7 @@ org.opendaylight.controller commons.opendaylight - 1.5.0-Lithium + 1.5.1-SNAPSHOT ../../../../opendaylight/commons/opendaylight controller-features diff --git a/opendaylight/adsal/features/extras/pom.xml b/opendaylight/adsal/features/extras/pom.xml index f323055cd4..f56b75b074 100644 --- a/opendaylight/adsal/features/extras/pom.xml +++ b/opendaylight/adsal/features/extras/pom.xml @@ -4,7 +4,7 @@ org.opendaylight.controller commons.opendaylight - 1.5.0-Lithium + 1.5.1-SNAPSHOT ../../../../opendaylight/commons/opendaylight extras-features diff --git a/opendaylight/adsal/features/nsf/pom.xml b/opendaylight/adsal/features/nsf/pom.xml index bb4b1b03b5..488865fe50 100644 --- a/opendaylight/adsal/features/nsf/pom.xml +++ b/opendaylight/adsal/features/nsf/pom.xml @@ -4,7 +4,7 @@ org.opendaylight.controller commons.opendaylight - 1.5.0-Lithium + 1.5.1-SNAPSHOT ../../../../opendaylight/commons/opendaylight features-nsf @@ -25,7 +25,7 @@ org.opendaylight.controller opendaylight-karaf-empty - 1.5.0-Lithium + 1.5.1-SNAPSHOT zip diff --git a/opendaylight/adsal/forwarding/staticrouting/pom.xml b/opendaylight/adsal/forwarding/staticrouting/pom.xml index b071f2618c..a43d886732 100644 --- a/opendaylight/adsal/forwarding/staticrouting/pom.xml +++ b/opendaylight/adsal/forwarding/staticrouting/pom.xml @@ -4,12 +4,12 @@ org.opendaylight.controller commons.opendaylight - 1.5.0-Lithium + 1.5.1-SNAPSHOT ../../../commons/opendaylight forwarding.staticrouting - 0.6.0-Lithium + 0.6.1-SNAPSHOT bundle diff --git a/opendaylight/adsal/forwardingrulesmanager/api/pom.xml b/opendaylight/adsal/forwardingrulesmanager/api/pom.xml index f8a4ff817e..6ab4def55d 100644 --- a/opendaylight/adsal/forwardingrulesmanager/api/pom.xml +++ b/opendaylight/adsal/forwardingrulesmanager/api/pom.xml @@ -4,12 +4,12 @@ org.opendaylight.controller commons.opendaylight - 1.5.0-Lithium + 1.5.1-SNAPSHOT ../../../commons/opendaylight forwardingrulesmanager - 0.7.0-Lithium + 0.7.1-SNAPSHOT bundle diff --git a/opendaylight/adsal/forwardingrulesmanager/implementation/pom.xml b/opendaylight/adsal/forwardingrulesmanager/implementation/pom.xml index 96cda5f04d..8f17a9e37f 100644 --- a/opendaylight/adsal/forwardingrulesmanager/implementation/pom.xml +++ b/opendaylight/adsal/forwardingrulesmanager/implementation/pom.xml @@ -4,12 +4,12 @@ org.opendaylight.controller commons.opendaylight - 1.5.0-Lithium + 1.5.1-SNAPSHOT ../../../commons/opendaylight forwardingrulesmanager.implementation - 0.5.0-Lithium + 0.5.1-SNAPSHOT bundle diff --git a/opendaylight/adsal/forwardingrulesmanager/integrationtest/pom.xml b/opendaylight/adsal/forwardingrulesmanager/integrationtest/pom.xml index bc852dc600..ccba82e090 100644 --- a/opendaylight/adsal/forwardingrulesmanager/integrationtest/pom.xml +++ b/opendaylight/adsal/forwardingrulesmanager/integrationtest/pom.xml @@ -4,12 +4,12 @@ org.opendaylight.controller commons.integrationtest - 0.6.0-Lithium + 0.6.1-SNAPSHOT ../../commons/integrationtest forwardingrulesmanager.integrationtest - 0.5.0-Lithium + 0.5.1-SNAPSHOT ../../implementation/target/jacoco-it.exec diff --git a/opendaylight/adsal/hosttracker/api/pom.xml b/opendaylight/adsal/hosttracker/api/pom.xml index 8119928508..cc8701e352 100644 --- a/opendaylight/adsal/hosttracker/api/pom.xml +++ b/opendaylight/adsal/hosttracker/api/pom.xml @@ -4,11 +4,11 @@ org.opendaylight.controller commons.opendaylight - 1.5.0-Lithium + 1.5.1-SNAPSHOT ../../../commons/opendaylight hosttracker - 0.6.0-Lithium + 0.6.1-SNAPSHOT bundle diff --git a/opendaylight/adsal/hosttracker/implementation/pom.xml b/opendaylight/adsal/hosttracker/implementation/pom.xml index 99384f3ff0..be6a7fc6ce 100644 --- a/opendaylight/adsal/hosttracker/implementation/pom.xml +++ b/opendaylight/adsal/hosttracker/implementation/pom.xml @@ -4,11 +4,11 @@ org.opendaylight.controller commons.opendaylight - 1.5.0-Lithium + 1.5.1-SNAPSHOT ../../../commons/opendaylight hosttracker.implementation - 0.6.0-Lithium + 0.6.1-SNAPSHOT bundle diff --git a/opendaylight/adsal/hosttracker/integrationtest/pom.xml b/opendaylight/adsal/hosttracker/integrationtest/pom.xml index 8df7559154..b26d0a55b2 100644 --- a/opendaylight/adsal/hosttracker/integrationtest/pom.xml +++ b/opendaylight/adsal/hosttracker/integrationtest/pom.xml @@ -4,12 +4,12 @@ org.opendaylight.controller commons.integrationtest - 0.6.0-Lithium + 0.6.1-SNAPSHOT ../../commons/integrationtest hosttracker.integrationtest - 0.6.0-Lithium + 0.6.1-SNAPSHOT ../../implementaiton/target/jacoco-it.exec diff --git a/opendaylight/adsal/hosttracker/shell/pom.xml b/opendaylight/adsal/hosttracker/shell/pom.xml index 1f4aebc417..5297dfbd2b 100644 --- a/opendaylight/adsal/hosttracker/shell/pom.xml +++ b/opendaylight/adsal/hosttracker/shell/pom.xml @@ -4,7 +4,7 @@ org.opendaylight.controller commons.opendaylight - 1.5.0-Lithium + 1.5.1-SNAPSHOT ../../../commons/opendaylight hosttracker.shell diff --git a/opendaylight/adsal/hosttracker_new/api/pom.xml b/opendaylight/adsal/hosttracker_new/api/pom.xml index 0fe0b4c0d3..f78ee3981d 100644 --- a/opendaylight/adsal/hosttracker_new/api/pom.xml +++ b/opendaylight/adsal/hosttracker_new/api/pom.xml @@ -4,11 +4,11 @@ org.opendaylight.controller commons.opendaylight - 1.5.0-Lithium + 1.5.1-SNAPSHOT ../../../commons/opendaylight hosttracker_new - 0.5.0-Lithium + 0.5.1-SNAPSHOT bundle diff --git a/opendaylight/adsal/hosttracker_new/implementation/pom.xml b/opendaylight/adsal/hosttracker_new/implementation/pom.xml index 8616e36915..b420e3eb6f 100644 --- a/opendaylight/adsal/hosttracker_new/implementation/pom.xml +++ b/opendaylight/adsal/hosttracker_new/implementation/pom.xml @@ -4,11 +4,11 @@ org.opendaylight.controller commons.opendaylight - 1.5.0-Lithium + 1.5.1-SNAPSHOT ../../../commons/opendaylight hosttracker_new.implementation - 0.5.0-Lithium + 0.5.1-SNAPSHOT bundle diff --git a/opendaylight/adsal/karaf-tomcat-security/pom.xml b/opendaylight/adsal/karaf-tomcat-security/pom.xml index ffc84b2def..08e0a15c4d 100644 --- a/opendaylight/adsal/karaf-tomcat-security/pom.xml +++ b/opendaylight/adsal/karaf-tomcat-security/pom.xml @@ -4,12 +4,12 @@ org.opendaylight.controller commons.opendaylight - 1.5.0-Lithium + 1.5.1-SNAPSHOT ../../commons/opendaylight karaf-tomcat-security - 0.5.0-Lithium + 0.5.1-SNAPSHOT bundle diff --git a/opendaylight/adsal/logging/bridge/pom.xml b/opendaylight/adsal/logging/bridge/pom.xml index b0da3f6d8e..3db3e60269 100644 --- a/opendaylight/adsal/logging/bridge/pom.xml +++ b/opendaylight/adsal/logging/bridge/pom.xml @@ -4,12 +4,12 @@ org.opendaylight.controller commons.opendaylight - 1.5.0-Lithium + 1.5.1-SNAPSHOT ../../../commons/opendaylight logging.bridge - 0.5.0-Lithium + 0.5.1-SNAPSHOT bundle diff --git a/opendaylight/adsal/northbound/archetype-app-northbound/pom.xml b/opendaylight/adsal/northbound/archetype-app-northbound/pom.xml index 464cd15bf8..c49f76bcdc 100644 --- a/opendaylight/adsal/northbound/archetype-app-northbound/pom.xml +++ b/opendaylight/adsal/northbound/archetype-app-northbound/pom.xml @@ -4,7 +4,7 @@ org.opendaylight.controller app-northbound - 0.1.0-Lithium + 0.1.1-SNAPSHOT maven-archetype app-northbound diff --git a/opendaylight/adsal/northbound/archetype-app-northbound/src/main/resources/archetype-resources/pom.xml b/opendaylight/adsal/northbound/archetype-app-northbound/src/main/resources/archetype-resources/pom.xml index d78fc7656e..b48c8bd360 100644 --- a/opendaylight/adsal/northbound/archetype-app-northbound/src/main/resources/archetype-resources/pom.xml +++ b/opendaylight/adsal/northbound/archetype-app-northbound/src/main/resources/archetype-resources/pom.xml @@ -5,7 +5,7 @@ org.opendaylight.controller commons.opendaylight - 1.5.0-Lithium + 1.5.1-SNAPSHOT ../../../commons/opendaylight diff --git a/opendaylight/adsal/northbound/bundlescanner/api/pom.xml b/opendaylight/adsal/northbound/bundlescanner/api/pom.xml index ca30cee9fb..84348310e4 100644 --- a/opendaylight/adsal/northbound/bundlescanner/api/pom.xml +++ b/opendaylight/adsal/northbound/bundlescanner/api/pom.xml @@ -4,12 +4,12 @@ org.opendaylight.controller commons.opendaylight - 1.5.0-Lithium + 1.5.1-SNAPSHOT ../../../../commons/opendaylight bundlescanner - 0.5.0-Lithium + 0.5.1-SNAPSHOT bundle diff --git a/opendaylight/adsal/northbound/bundlescanner/implementation/pom.xml b/opendaylight/adsal/northbound/bundlescanner/implementation/pom.xml index 5c13139768..036699c262 100644 --- a/opendaylight/adsal/northbound/bundlescanner/implementation/pom.xml +++ b/opendaylight/adsal/northbound/bundlescanner/implementation/pom.xml @@ -4,12 +4,12 @@ org.opendaylight.controller commons.opendaylight - 1.5.0-Lithium + 1.5.1-SNAPSHOT ../../../../commons/opendaylight bundlescanner.implementation - 0.5.0-Lithium + 0.5.1-SNAPSHOT bundle diff --git a/opendaylight/adsal/northbound/commons/pom.xml b/opendaylight/adsal/northbound/commons/pom.xml index 880304132f..46a181271f 100644 --- a/opendaylight/adsal/northbound/commons/pom.xml +++ b/opendaylight/adsal/northbound/commons/pom.xml @@ -4,12 +4,12 @@ org.opendaylight.controller commons.opendaylight - 1.5.0-Lithium + 1.5.1-SNAPSHOT ../../../commons/opendaylight commons.northbound - 0.5.0-Lithium + 0.5.1-SNAPSHOT bundle diff --git a/opendaylight/adsal/northbound/connectionmanager/pom.xml b/opendaylight/adsal/northbound/connectionmanager/pom.xml index 1a12aaba7a..15f36c0d27 100644 --- a/opendaylight/adsal/northbound/connectionmanager/pom.xml +++ b/opendaylight/adsal/northbound/connectionmanager/pom.xml @@ -4,12 +4,12 @@ org.opendaylight.controller adsal-enunciate-parent - 1.5.0-Lithium + 1.5.1-SNAPSHOT ../../adsal-enunciate-parent connectionmanager.northbound - 0.2.0-Lithium + 0.2.1-SNAPSHOT bundle diff --git a/opendaylight/adsal/northbound/containermanager/pom.xml b/opendaylight/adsal/northbound/containermanager/pom.xml index 871ee2423c..909a47bd26 100644 --- a/opendaylight/adsal/northbound/containermanager/pom.xml +++ b/opendaylight/adsal/northbound/containermanager/pom.xml @@ -4,12 +4,12 @@ org.opendaylight.controller enunciate-parent - 1.5.0-Lithium + 1.5.1-SNAPSHOT ../../../commons/enunciate-parent containermanager.northbound - 0.5.0-Lithium + 0.5.1-SNAPSHOT bundle diff --git a/opendaylight/adsal/northbound/controllermanager/pom.xml b/opendaylight/adsal/northbound/controllermanager/pom.xml index d05c868a3b..05c2b6dcd0 100644 --- a/opendaylight/adsal/northbound/controllermanager/pom.xml +++ b/opendaylight/adsal/northbound/controllermanager/pom.xml @@ -4,11 +4,11 @@ org.opendaylight.controller adsal-enunciate-parent - 1.5.0-Lithium + 1.5.1-SNAPSHOT ../../adsal-enunciate-parent controllermanager.northbound - 0.1.0-Lithium + 0.1.1-SNAPSHOT bundle diff --git a/opendaylight/adsal/northbound/flowprogrammer/pom.xml b/opendaylight/adsal/northbound/flowprogrammer/pom.xml index 9419e4a490..050648b839 100644 --- a/opendaylight/adsal/northbound/flowprogrammer/pom.xml +++ b/opendaylight/adsal/northbound/flowprogrammer/pom.xml @@ -4,12 +4,12 @@ org.opendaylight.controller adsal-enunciate-parent - 1.5.0-Lithium + 1.5.1-SNAPSHOT ../../adsal-enunciate-parent flowprogrammer.northbound - 0.5.0-Lithium + 0.5.1-SNAPSHOT bundle diff --git a/opendaylight/adsal/northbound/hosttracker/pom.xml b/opendaylight/adsal/northbound/hosttracker/pom.xml index 78fe641617..b997fe8664 100644 --- a/opendaylight/adsal/northbound/hosttracker/pom.xml +++ b/opendaylight/adsal/northbound/hosttracker/pom.xml @@ -4,11 +4,11 @@ org.opendaylight.controller adsal-enunciate-parent - 1.5.0-Lithium + 1.5.1-SNAPSHOT ../../adsal-enunciate-parent hosttracker.northbound - 0.5.0-Lithium + 0.5.1-SNAPSHOT bundle diff --git a/opendaylight/adsal/northbound/httpservice-bridge/pom.xml b/opendaylight/adsal/northbound/httpservice-bridge/pom.xml index 89882886f9..22e8b4c57c 100644 --- a/opendaylight/adsal/northbound/httpservice-bridge/pom.xml +++ b/opendaylight/adsal/northbound/httpservice-bridge/pom.xml @@ -5,12 +5,12 @@ org.opendaylight.controller commons.opendaylight - 1.5.0-Lithium + 1.5.1-SNAPSHOT ../../../commons/opendaylight httpservice-bridge - 0.1.0-Lithium + 0.1.1-SNAPSHOT bundle HttpService bridge web application diff --git a/opendaylight/adsal/northbound/integrationtest/pom.xml b/opendaylight/adsal/northbound/integrationtest/pom.xml index 3dab9af286..13db421b33 100644 --- a/opendaylight/adsal/northbound/integrationtest/pom.xml +++ b/opendaylight/adsal/northbound/integrationtest/pom.xml @@ -4,12 +4,12 @@ org.opendaylight.controller commons.integrationtest - 0.6.0-Lithium + 0.6.1-SNAPSHOT ../../commons/integrationtest northbound.integrationtest - 0.5.0-Lithium + 0.5.1-SNAPSHOT ch.qos.logback diff --git a/opendaylight/adsal/northbound/java-client/pom.xml b/opendaylight/adsal/northbound/java-client/pom.xml index 8dd91b5c9f..418bf2a81d 100644 --- a/opendaylight/adsal/northbound/java-client/pom.xml +++ b/opendaylight/adsal/northbound/java-client/pom.xml @@ -4,12 +4,12 @@ org.opendaylight.controller enunciate-parent - 1.5.0-Lithium + 1.5.1-SNAPSHOT ../../../commons/enunciate-parent northbound.client - 0.1.0-Lithium + 0.1.1-SNAPSHOT pom diff --git a/opendaylight/adsal/northbound/jolokia/pom.xml b/opendaylight/adsal/northbound/jolokia/pom.xml index 04271452e7..577f28bf8f 100644 --- a/opendaylight/adsal/northbound/jolokia/pom.xml +++ b/opendaylight/adsal/northbound/jolokia/pom.xml @@ -5,12 +5,12 @@ org.opendaylight.controller commons.opendaylight - 1.5.0-Lithium + 1.5.1-SNAPSHOT ../../../commons/opendaylight jolokia-bridge - 0.1.0-Lithium + 0.1.1-SNAPSHOT bundle Jolokia bridge web application diff --git a/opendaylight/adsal/northbound/networkconfiguration/bridgedomain/pom.xml b/opendaylight/adsal/northbound/networkconfiguration/bridgedomain/pom.xml index 80af367a8d..8ba807a46b 100644 --- a/opendaylight/adsal/northbound/networkconfiguration/bridgedomain/pom.xml +++ b/opendaylight/adsal/northbound/networkconfiguration/bridgedomain/pom.xml @@ -4,12 +4,12 @@ org.opendaylight.controller adsal-enunciate-parent - 1.5.0-Lithium + 1.5.1-SNAPSHOT ../../../adsal-enunciate-parent networkconfig.bridgedomain.northbound - 0.1.0-Lithium + 0.1.1-SNAPSHOT bundle diff --git a/opendaylight/adsal/northbound/staticrouting/pom.xml b/opendaylight/adsal/northbound/staticrouting/pom.xml index 7e3e70f046..7b5a9b29c6 100644 --- a/opendaylight/adsal/northbound/staticrouting/pom.xml +++ b/opendaylight/adsal/northbound/staticrouting/pom.xml @@ -4,12 +4,12 @@ org.opendaylight.controller adsal-enunciate-parent - 1.5.0-Lithium + 1.5.1-SNAPSHOT ../../adsal-enunciate-parent forwarding.staticrouting.northbound - 0.5.0-Lithium + 0.5.1-SNAPSHOT bundle diff --git a/opendaylight/adsal/northbound/statistics/pom.xml b/opendaylight/adsal/northbound/statistics/pom.xml index 9548722acf..dccab59f2b 100644 --- a/opendaylight/adsal/northbound/statistics/pom.xml +++ b/opendaylight/adsal/northbound/statistics/pom.xml @@ -4,12 +4,12 @@ org.opendaylight.controller adsal-enunciate-parent - 1.5.0-Lithium + 1.5.1-SNAPSHOT ../../adsal-enunciate-parent statistics.northbound - 0.5.0-Lithium + 0.5.1-SNAPSHOT bundle diff --git a/opendaylight/adsal/northbound/subnets/pom.xml b/opendaylight/adsal/northbound/subnets/pom.xml index be99d4741c..bdf1a7369a 100644 --- a/opendaylight/adsal/northbound/subnets/pom.xml +++ b/opendaylight/adsal/northbound/subnets/pom.xml @@ -4,12 +4,12 @@ org.opendaylight.controller adsal-enunciate-parent - 1.5.0-Lithium + 1.5.1-SNAPSHOT ../../adsal-enunciate-parent subnets.northbound - 0.5.0-Lithium + 0.5.1-SNAPSHOT bundle diff --git a/opendaylight/adsal/northbound/swagger-ui/pom.xml b/opendaylight/adsal/northbound/swagger-ui/pom.xml index 2c9e856214..e410a57d90 100644 --- a/opendaylight/adsal/northbound/swagger-ui/pom.xml +++ b/opendaylight/adsal/northbound/swagger-ui/pom.xml @@ -4,12 +4,12 @@ org.opendaylight.controller commons.opendaylight - 1.5.0-Lithium + 1.5.1-SNAPSHOT ../../../commons/opendaylight swagger-ui - 0.1.0-Lithium + 0.1.1-SNAPSHOT bundle diff --git a/opendaylight/adsal/northbound/switchmanager/pom.xml b/opendaylight/adsal/northbound/switchmanager/pom.xml index 34f7129684..c52ed45b9a 100644 --- a/opendaylight/adsal/northbound/switchmanager/pom.xml +++ b/opendaylight/adsal/northbound/switchmanager/pom.xml @@ -4,11 +4,11 @@ org.opendaylight.controller adsal-enunciate-parent - 1.5.0-Lithium + 1.5.1-SNAPSHOT ../../adsal-enunciate-parent switchmanager.northbound - 0.5.0-Lithium + 0.5.1-SNAPSHOT bundle diff --git a/opendaylight/adsal/northbound/topology/pom.xml b/opendaylight/adsal/northbound/topology/pom.xml index 01a516a6e1..b4365a8828 100644 --- a/opendaylight/adsal/northbound/topology/pom.xml +++ b/opendaylight/adsal/northbound/topology/pom.xml @@ -4,12 +4,12 @@ org.opendaylight.controller adsal-enunciate-parent - 1.5.0-Lithium + 1.5.1-SNAPSHOT ../../adsal-enunciate-parent topology.northbound - 0.5.0-Lithium + 0.5.1-SNAPSHOT bundle diff --git a/opendaylight/adsal/northbound/usermanager/pom.xml b/opendaylight/adsal/northbound/usermanager/pom.xml index d6470c228a..957b972444 100644 --- a/opendaylight/adsal/northbound/usermanager/pom.xml +++ b/opendaylight/adsal/northbound/usermanager/pom.xml @@ -4,12 +4,12 @@ org.opendaylight.controller enunciate-parent - 1.5.0-Lithium + 1.5.1-SNAPSHOT ../../../commons/enunciate-parent usermanager.northbound - 0.1.0-Lithium + 0.1.1-SNAPSHOT bundle diff --git a/opendaylight/adsal/northboundtest/unit_test_suite/pom.xml b/opendaylight/adsal/northboundtest/unit_test_suite/pom.xml index 9eb0f888bd..4c0825a44d 100644 --- a/opendaylight/adsal/northboundtest/unit_test_suite/pom.xml +++ b/opendaylight/adsal/northboundtest/unit_test_suite/pom.xml @@ -4,7 +4,7 @@ org.opendaylight.controller commons.opendaylight - 1.5.0-Lithium + 1.5.1-SNAPSHOT ../../../../opendaylight/commons/opendaylight @@ -16,7 +16,7 @@ org.opendaylight.controller northboundtest - 0.5.0-Lithium + 0.5.1-SNAPSHOT bundle diff --git a/opendaylight/adsal/pom.xml b/opendaylight/adsal/pom.xml index 6b997b7ef2..508ea6a369 100644 --- a/opendaylight/adsal/pom.xml +++ b/opendaylight/adsal/pom.xml @@ -5,7 +5,7 @@ org.opendaylight.controller commons.parent - 1.1.0-Lithium + 1.1.1-SNAPSHOT ../commons/parent diff --git a/opendaylight/adsal/protocol_plugins/openflow/pom.xml b/opendaylight/adsal/protocol_plugins/openflow/pom.xml index 36418d33f4..fabe696f74 100644 --- a/opendaylight/adsal/protocol_plugins/openflow/pom.xml +++ b/opendaylight/adsal/protocol_plugins/openflow/pom.xml @@ -4,12 +4,12 @@ org.opendaylight.controller commons.opendaylight - 1.5.0-Lithium + 1.5.1-SNAPSHOT ../../../commons/opendaylight protocol_plugins.openflow - 0.5.0-Lithium + 0.5.1-SNAPSHOT bundle diff --git a/opendaylight/adsal/protocol_plugins/stub/pom.xml b/opendaylight/adsal/protocol_plugins/stub/pom.xml index ed23d5f742..8477be6262 100644 --- a/opendaylight/adsal/protocol_plugins/stub/pom.xml +++ b/opendaylight/adsal/protocol_plugins/stub/pom.xml @@ -4,12 +4,12 @@ org.opendaylight.controller commons.opendaylight - 1.5.0-Lithium + 1.5.1-SNAPSHOT ../../../commons/opendaylight protocol_plugins.stub - 0.5.0-Lithium + 0.5.1-SNAPSHOT bundle diff --git a/opendaylight/adsal/routing/dijkstra_implementation/pom.xml b/opendaylight/adsal/routing/dijkstra_implementation/pom.xml index cc5331bb65..be82f039bc 100644 --- a/opendaylight/adsal/routing/dijkstra_implementation/pom.xml +++ b/opendaylight/adsal/routing/dijkstra_implementation/pom.xml @@ -4,12 +4,12 @@ org.opendaylight.controller commons.opendaylight - 1.5.0-Lithium + 1.5.1-SNAPSHOT ../../../commons/opendaylight routing.dijkstra_implementation - 0.5.0-Lithium + 0.5.1-SNAPSHOT bundle diff --git a/opendaylight/adsal/sal/api/pom.xml b/opendaylight/adsal/sal/api/pom.xml index 1efc1fec6e..32873b0164 100644 --- a/opendaylight/adsal/sal/api/pom.xml +++ b/opendaylight/adsal/sal/api/pom.xml @@ -4,12 +4,12 @@ org.opendaylight.controller commons.opendaylight - 1.5.0-Lithium + 1.5.1-SNAPSHOT ../../../commons/opendaylight sal - 0.9.0-Lithium + 0.9.1-SNAPSHOT bundle diff --git a/opendaylight/adsal/sal/connection/api/pom.xml b/opendaylight/adsal/sal/connection/api/pom.xml index a06d5e6087..2133ffad19 100644 --- a/opendaylight/adsal/sal/connection/api/pom.xml +++ b/opendaylight/adsal/sal/connection/api/pom.xml @@ -4,12 +4,12 @@ org.opendaylight.controller commons.opendaylight - 1.5.0-Lithium + 1.5.1-SNAPSHOT ../../../../commons/opendaylight sal.connection - 0.2.0-Lithium + 0.2.1-SNAPSHOT bundle diff --git a/opendaylight/adsal/sal/connection/implementation/pom.xml b/opendaylight/adsal/sal/connection/implementation/pom.xml index c63e2eee36..1d93d55cc9 100644 --- a/opendaylight/adsal/sal/connection/implementation/pom.xml +++ b/opendaylight/adsal/sal/connection/implementation/pom.xml @@ -4,12 +4,12 @@ org.opendaylight.controller commons.opendaylight - 1.5.0-Lithium + 1.5.1-SNAPSHOT ../../../../commons/opendaylight sal.connection.implementation - 0.2.0-Lithium + 0.2.1-SNAPSHOT bundle diff --git a/opendaylight/adsal/sal/implementation/pom.xml b/opendaylight/adsal/sal/implementation/pom.xml index 0678aed88a..7ee190e984 100644 --- a/opendaylight/adsal/sal/implementation/pom.xml +++ b/opendaylight/adsal/sal/implementation/pom.xml @@ -4,12 +4,12 @@ org.opendaylight.controller commons.opendaylight - 1.5.0-Lithium + 1.5.1-SNAPSHOT ../../../commons/opendaylight sal.implementation - 0.5.0-Lithium + 0.5.1-SNAPSHOT bundle diff --git a/opendaylight/adsal/sal/networkconfiguration/api/pom.xml b/opendaylight/adsal/sal/networkconfiguration/api/pom.xml index 3a605fcc9e..906ddec701 100644 --- a/opendaylight/adsal/sal/networkconfiguration/api/pom.xml +++ b/opendaylight/adsal/sal/networkconfiguration/api/pom.xml @@ -4,12 +4,12 @@ org.opendaylight.controller commons.opendaylight - 1.5.0-Lithium + 1.5.1-SNAPSHOT ../../../../commons/opendaylight sal.networkconfiguration - 0.1.0-Lithium + 0.1.1-SNAPSHOT bundle diff --git a/opendaylight/adsal/sal/networkconfiguration/implementation/pom.xml b/opendaylight/adsal/sal/networkconfiguration/implementation/pom.xml index b842bf47da..1ef219c9e1 100644 --- a/opendaylight/adsal/sal/networkconfiguration/implementation/pom.xml +++ b/opendaylight/adsal/sal/networkconfiguration/implementation/pom.xml @@ -4,12 +4,12 @@ org.opendaylight.controller commons.opendaylight - 1.5.0-Lithium + 1.5.1-SNAPSHOT ../../../../commons/opendaylight sal.networkconfiguration.implementation - 0.1.0-Lithium + 0.1.1-SNAPSHOT bundle diff --git a/opendaylight/adsal/samples/clustersession/pom.xml b/opendaylight/adsal/samples/clustersession/pom.xml index 11266778a2..4a36115f8a 100644 --- a/opendaylight/adsal/samples/clustersession/pom.xml +++ b/opendaylight/adsal/samples/clustersession/pom.xml @@ -4,12 +4,12 @@ org.opendaylight.controller commons.opendaylight - 1.5.0-Lithium + 1.5.1-SNAPSHOT ../../../commons/opendaylight org.opendaylight.controller clustersession - 1.1.0-Lithium + 1.1.1-SNAPSHOT bundle @@ -43,7 +43,7 @@ org.opendaylight.controller clustering.services - 0.6.0-Lithium + 0.6.1-SNAPSHOT org.slf4j diff --git a/opendaylight/adsal/samples/loadbalancer/pom.xml b/opendaylight/adsal/samples/loadbalancer/pom.xml index 39d2cb2ce2..5f99d6209b 100644 --- a/opendaylight/adsal/samples/loadbalancer/pom.xml +++ b/opendaylight/adsal/samples/loadbalancer/pom.xml @@ -4,12 +4,12 @@ org.opendaylight.controller commons.opendaylight - 1.5.0-Lithium + 1.5.1-SNAPSHOT ../../../commons/opendaylight samples.loadbalancer - 0.6.0-Lithium + 0.6.1-SNAPSHOT bundle diff --git a/opendaylight/adsal/samples/northbound/loadbalancer/pom.xml b/opendaylight/adsal/samples/northbound/loadbalancer/pom.xml index 0a46c5795b..67d6b13ca9 100644 --- a/opendaylight/adsal/samples/northbound/loadbalancer/pom.xml +++ b/opendaylight/adsal/samples/northbound/loadbalancer/pom.xml @@ -4,12 +4,12 @@ org.opendaylight.controller adsal-enunciate-parent - 1.5.0-Lithium + 1.5.1-SNAPSHOT ../../../adsal-enunciate-parent samples.loadbalancer.northbound - 0.5.0-Lithium + 0.5.1-SNAPSHOT bundle diff --git a/opendaylight/adsal/samples/simpleforwarding/pom.xml b/opendaylight/adsal/samples/simpleforwarding/pom.xml index 4510edcf59..3582d8b4bb 100644 --- a/opendaylight/adsal/samples/simpleforwarding/pom.xml +++ b/opendaylight/adsal/samples/simpleforwarding/pom.xml @@ -4,12 +4,12 @@ org.opendaylight.controller commons.opendaylight - 1.5.0-Lithium + 1.5.1-SNAPSHOT ../../../commons/opendaylight samples.simpleforwarding - 0.5.0-Lithium + 0.5.1-SNAPSHOT bundle diff --git a/opendaylight/adsal/security/pom.xml b/opendaylight/adsal/security/pom.xml index 329ed3d9d3..6b78c5dacb 100644 --- a/opendaylight/adsal/security/pom.xml +++ b/opendaylight/adsal/security/pom.xml @@ -4,12 +4,12 @@ org.opendaylight.controller commons.opendaylight - 1.5.0-Lithium + 1.5.1-SNAPSHOT ../../commons/opendaylight security - 0.5.0-Lithium + 0.5.1-SNAPSHOT bundle diff --git a/opendaylight/adsal/statisticsmanager/api/pom.xml b/opendaylight/adsal/statisticsmanager/api/pom.xml index 626d3f35d0..326e3c13ab 100644 --- a/opendaylight/adsal/statisticsmanager/api/pom.xml +++ b/opendaylight/adsal/statisticsmanager/api/pom.xml @@ -4,12 +4,12 @@ org.opendaylight.controller commons.opendaylight - 1.5.0-Lithium + 1.5.1-SNAPSHOT ../../../commons/opendaylight statisticsmanager - 0.6.0-Lithium + 0.6.1-SNAPSHOT bundle diff --git a/opendaylight/adsal/statisticsmanager/implementation/pom.xml b/opendaylight/adsal/statisticsmanager/implementation/pom.xml index 986416c111..707593c2d2 100644 --- a/opendaylight/adsal/statisticsmanager/implementation/pom.xml +++ b/opendaylight/adsal/statisticsmanager/implementation/pom.xml @@ -4,12 +4,12 @@ org.opendaylight.controller commons.opendaylight - 1.5.0-Lithium + 1.5.1-SNAPSHOT ../../../commons/opendaylight statisticsmanager.implementation - 0.5.0-Lithium + 0.5.1-SNAPSHOT bundle diff --git a/opendaylight/adsal/statisticsmanager/integrationtest/pom.xml b/opendaylight/adsal/statisticsmanager/integrationtest/pom.xml index c05b529fa3..aa372182ba 100644 --- a/opendaylight/adsal/statisticsmanager/integrationtest/pom.xml +++ b/opendaylight/adsal/statisticsmanager/integrationtest/pom.xml @@ -4,12 +4,12 @@ org.opendaylight.controller commons.integrationtest - 0.6.0-Lithium + 0.6.1-SNAPSHOT ../../commons/integrationtest statisticsmanager.integrationtest - 0.5.0-Lithium + 0.5.1-SNAPSHOT ../../implementation/target/jacoco-it.exec diff --git a/opendaylight/adsal/switchmanager/api/pom.xml b/opendaylight/adsal/switchmanager/api/pom.xml index b2bbfd2395..656651fd5c 100644 --- a/opendaylight/adsal/switchmanager/api/pom.xml +++ b/opendaylight/adsal/switchmanager/api/pom.xml @@ -4,12 +4,12 @@ org.opendaylight.controller commons.opendaylight - 1.5.0-Lithium + 1.5.1-SNAPSHOT ../../../commons/opendaylight switchmanager - 0.8.0-Lithium + 0.8.1-SNAPSHOT bundle diff --git a/opendaylight/adsal/switchmanager/implementation/pom.xml b/opendaylight/adsal/switchmanager/implementation/pom.xml index b85de1eb13..891e785484 100644 --- a/opendaylight/adsal/switchmanager/implementation/pom.xml +++ b/opendaylight/adsal/switchmanager/implementation/pom.xml @@ -4,12 +4,12 @@ org.opendaylight.controller commons.opendaylight - 1.5.0-Lithium + 1.5.1-SNAPSHOT ../../../commons/opendaylight switchmanager.implementation - 0.5.0-Lithium + 0.5.1-SNAPSHOT bundle diff --git a/opendaylight/adsal/switchmanager/integrationtest/pom.xml b/opendaylight/adsal/switchmanager/integrationtest/pom.xml index e0b4ec9b78..1f020d0390 100644 --- a/opendaylight/adsal/switchmanager/integrationtest/pom.xml +++ b/opendaylight/adsal/switchmanager/integrationtest/pom.xml @@ -4,12 +4,12 @@ org.opendaylight.controller commons.integrationtest - 0.6.0-Lithium + 0.6.1-SNAPSHOT ../../commons/integrationtest switchmanager.integrationtest - 0.5.0-Lithium + 0.5.1-SNAPSHOT ../../implementation/target/jacoco-it.exec diff --git a/opendaylight/adsal/topologymanager/implementation/pom.xml b/opendaylight/adsal/topologymanager/implementation/pom.xml index 36db6e5487..f8e4b5f279 100644 --- a/opendaylight/adsal/topologymanager/implementation/pom.xml +++ b/opendaylight/adsal/topologymanager/implementation/pom.xml @@ -4,12 +4,12 @@ org.opendaylight.controller commons.opendaylight - 1.5.0-Lithium + 1.5.1-SNAPSHOT ../../../commons/opendaylight topologymanager - 0.5.0-Lithium + 0.5.1-SNAPSHOT bundle diff --git a/opendaylight/adsal/topologymanager/integrationtest/pom.xml b/opendaylight/adsal/topologymanager/integrationtest/pom.xml index 42ea3fbebe..23dcd2a18a 100644 --- a/opendaylight/adsal/topologymanager/integrationtest/pom.xml +++ b/opendaylight/adsal/topologymanager/integrationtest/pom.xml @@ -4,12 +4,12 @@ org.opendaylight.controller commons.integrationtest - 0.6.0-Lithium + 0.6.1-SNAPSHOT ../../commons/integrationtest topologymanager.integrationtest - 0.5.0-Lithium + 0.5.1-SNAPSHOT ../../implementaiton/target/jacoco-it.exec diff --git a/opendaylight/adsal/topologymanager/shell/pom.xml b/opendaylight/adsal/topologymanager/shell/pom.xml index ba74d70a38..a3f2e3a5c7 100644 --- a/opendaylight/adsal/topologymanager/shell/pom.xml +++ b/opendaylight/adsal/topologymanager/shell/pom.xml @@ -4,7 +4,7 @@ org.opendaylight.controller commons.opendaylight - 1.5.0-Lithium + 1.5.1-SNAPSHOT ../../../commons/opendaylight topologymanager.shell diff --git a/opendaylight/adsal/usermanager/api/pom.xml b/opendaylight/adsal/usermanager/api/pom.xml index 53d7267ded..9dbc14f1e9 100644 --- a/opendaylight/adsal/usermanager/api/pom.xml +++ b/opendaylight/adsal/usermanager/api/pom.xml @@ -4,12 +4,12 @@ org.opendaylight.controller commons.opendaylight - 1.5.0-Lithium + 1.5.1-SNAPSHOT ../../../commons/opendaylight usermanager - 0.5.0-Lithium + 0.5.1-SNAPSHOT bundle diff --git a/opendaylight/adsal/usermanager/implementation/pom.xml b/opendaylight/adsal/usermanager/implementation/pom.xml index 0cae5831d4..e0652a36b2 100644 --- a/opendaylight/adsal/usermanager/implementation/pom.xml +++ b/opendaylight/adsal/usermanager/implementation/pom.xml @@ -4,12 +4,12 @@ org.opendaylight.controller commons.opendaylight - 1.5.0-Lithium + 1.5.1-SNAPSHOT ../../../commons/opendaylight usermanager.implementation - 0.5.0-Lithium + 0.5.1-SNAPSHOT bundle diff --git a/opendaylight/adsal/web/brandfragment/pom.xml b/opendaylight/adsal/web/brandfragment/pom.xml index 679205da4c..cf997da808 100644 --- a/opendaylight/adsal/web/brandfragment/pom.xml +++ b/opendaylight/adsal/web/brandfragment/pom.xml @@ -6,7 +6,7 @@ org.opendaylight.controller commons.opendaylight - 1.5.0-Lithium + 1.5.1-SNAPSHOT ../../../commons/opendaylight @@ -17,7 +17,7 @@ org.opendaylight.controller web.brandfragment - 0.5.0-Lithium + 0.5.1-SNAPSHOT bundle diff --git a/opendaylight/adsal/web/devices/pom.xml b/opendaylight/adsal/web/devices/pom.xml index 2c9b2a15ad..d926c47149 100644 --- a/opendaylight/adsal/web/devices/pom.xml +++ b/opendaylight/adsal/web/devices/pom.xml @@ -4,12 +4,12 @@ org.opendaylight.controller commons.opendaylight - 1.5.0-Lithium + 1.5.1-SNAPSHOT ../../../commons/opendaylight devices.web - 0.5.0-Lithium + 0.5.1-SNAPSHOT bundle diff --git a/opendaylight/adsal/web/flows/pom.xml b/opendaylight/adsal/web/flows/pom.xml index 3f7c16ee88..9301a17256 100644 --- a/opendaylight/adsal/web/flows/pom.xml +++ b/opendaylight/adsal/web/flows/pom.xml @@ -4,12 +4,12 @@ org.opendaylight.controller commons.opendaylight - 1.5.0-Lithium + 1.5.1-SNAPSHOT ../../../commons/opendaylight flows.web - 0.5.0-Lithium + 0.5.1-SNAPSHOT bundle diff --git a/opendaylight/adsal/web/osgi-brandfragment/pom.xml b/opendaylight/adsal/web/osgi-brandfragment/pom.xml index 42f652638a..a1a0644c73 100644 --- a/opendaylight/adsal/web/osgi-brandfragment/pom.xml +++ b/opendaylight/adsal/web/osgi-brandfragment/pom.xml @@ -5,12 +5,12 @@ org.opendaylight.controller commons.opendaylight - 1.5.0-Lithium + 1.5.1-SNAPSHOT ../../../commons/opendaylight osgi-brandfragment.web - 0.1.0-Lithium + 0.1.1-SNAPSHOT bundle OSGi management web application brand fragment diff --git a/opendaylight/adsal/web/root/pom.xml b/opendaylight/adsal/web/root/pom.xml index 27dee6847d..4efe14b215 100644 --- a/opendaylight/adsal/web/root/pom.xml +++ b/opendaylight/adsal/web/root/pom.xml @@ -4,12 +4,12 @@ org.opendaylight.controller commons.opendaylight - 1.5.0-Lithium + 1.5.1-SNAPSHOT ../../../commons/opendaylight web - 0.5.0-Lithium + 0.5.1-SNAPSHOT bundle diff --git a/opendaylight/adsal/web/topology/pom.xml b/opendaylight/adsal/web/topology/pom.xml index 268689bd10..c7338be112 100644 --- a/opendaylight/adsal/web/topology/pom.xml +++ b/opendaylight/adsal/web/topology/pom.xml @@ -4,12 +4,12 @@ org.opendaylight.controller commons.opendaylight - 1.5.0-Lithium + 1.5.1-SNAPSHOT ../../../commons/opendaylight topology.web - 0.5.0-Lithium + 0.5.1-SNAPSHOT bundle diff --git a/opendaylight/adsal/web/troubleshoot/pom.xml b/opendaylight/adsal/web/troubleshoot/pom.xml index 245156eedf..5d4f80ff49 100644 --- a/opendaylight/adsal/web/troubleshoot/pom.xml +++ b/opendaylight/adsal/web/troubleshoot/pom.xml @@ -4,12 +4,12 @@ org.opendaylight.controller commons.opendaylight - 1.5.0-Lithium + 1.5.1-SNAPSHOT ../../../commons/opendaylight troubleshoot.web - 0.5.0-Lithium + 0.5.1-SNAPSHOT bundle diff --git a/opendaylight/archetypes/odl-model-project/pom.xml b/opendaylight/archetypes/odl-model-project/pom.xml index 4acaf4c911..0fb0004843 100644 --- a/opendaylight/archetypes/odl-model-project/pom.xml +++ b/opendaylight/archetypes/odl-model-project/pom.xml @@ -5,12 +5,12 @@ org.opendaylight.controller.archetypes archetypes-parent - 0.2.0-Lithium + 0.2.1-SNAPSHOT org.opendaylight.controller.archetypes odl-model-project - 1.2.0-Lithium + 1.2.1-SNAPSHOT maven-archetype diff --git a/opendaylight/archetypes/odl-model-project/src/main/resources/archetype-resources/pom.xml b/opendaylight/archetypes/odl-model-project/src/main/resources/archetype-resources/pom.xml index ef658afdd5..9593888dd5 100644 --- a/opendaylight/archetypes/odl-model-project/src/main/resources/archetype-resources/pom.xml +++ b/opendaylight/archetypes/odl-model-project/src/main/resources/archetype-resources/pom.xml @@ -11,8 +11,8 @@ http://nexus.opendaylight.org/content opendaylight.release opendaylight.release - 0.7.0-Lithium - 0.7.0-Lithium + 0.7.1-SNAPSHOT + 0.7.1-SNAPSHOT 2.3.7 diff --git a/opendaylight/archetypes/opendaylight-configfile-archetype/pom.xml b/opendaylight/archetypes/opendaylight-configfile-archetype/pom.xml index 5eeb0c4d14..72b7d867d6 100644 --- a/opendaylight/archetypes/opendaylight-configfile-archetype/pom.xml +++ b/opendaylight/archetypes/opendaylight-configfile-archetype/pom.xml @@ -5,12 +5,12 @@ org.opendaylight.controller.archetypes archetypes-parent - 0.2.0-Lithium + 0.2.1-SNAPSHOT org.opendaylight.controller opendaylight-configfile-archetype - 1.2.0-Lithium + 1.2.1-SNAPSHOT maven-archetype Configuration files for md-sal diff --git a/opendaylight/archetypes/opendaylight-karaf-distro-archetype/pom.xml b/opendaylight/archetypes/opendaylight-karaf-distro-archetype/pom.xml index f1179e0ed5..b5f5f0e631 100644 --- a/opendaylight/archetypes/opendaylight-karaf-distro-archetype/pom.xml +++ b/opendaylight/archetypes/opendaylight-karaf-distro-archetype/pom.xml @@ -4,11 +4,11 @@ org.opendaylight.controller.archetypes archetypes-parent - 0.2.0-Lithium + 0.2.1-SNAPSHOT org.opendaylight.controller opendaylight-karaf-distro-archetype - 1.1.0-Lithium + 1.1.1-SNAPSHOT maven-archetype distribution-karaf-archetype diff --git a/opendaylight/archetypes/opendaylight-karaf-distro-archetype/src/main/resources/archetype-resources/pom.xml b/opendaylight/archetypes/opendaylight-karaf-distro-archetype/src/main/resources/archetype-resources/pom.xml index e1db5e7971..8b9b6909c9 100644 --- a/opendaylight/archetypes/opendaylight-karaf-distro-archetype/src/main/resources/archetype-resources/pom.xml +++ b/opendaylight/archetypes/opendaylight-karaf-distro-archetype/src/main/resources/archetype-resources/pom.xml @@ -19,8 +19,8 @@ - 1.1.0-Lithium - 1.5.0-Lithium + 1.1.1-SNAPSHOT + 1.5.1-SNAPSHOT 3.0.3 @@ -81,7 +81,7 @@ org.opendaylight.openflowplugin features-openflowplugin - 0.1.0-Lithium + 0.1.1-SNAPSHOT features xml runtime diff --git a/opendaylight/archetypes/opendaylight-karaf-features/pom.xml b/opendaylight/archetypes/opendaylight-karaf-features/pom.xml index 391d3ace68..2e905370d2 100644 --- a/opendaylight/archetypes/opendaylight-karaf-features/pom.xml +++ b/opendaylight/archetypes/opendaylight-karaf-features/pom.xml @@ -5,11 +5,11 @@ org.opendaylight.controller.archetypes archetypes-parent - 0.2.0-Lithium + 0.2.1-SNAPSHOT org.opendaylight.controller opendaylight-karaf-features-archetype - 1.1.0-Lithium + 1.1.1-SNAPSHOT maven-archetype opendaylight-karaf-features-archetype diff --git a/opendaylight/archetypes/opendaylight-karaf-features/src/main/resources/archetype-resources/pom.xml b/opendaylight/archetypes/opendaylight-karaf-features/src/main/resources/archetype-resources/pom.xml index 4974b83317..8a18d7b30d 100644 --- a/opendaylight/archetypes/opendaylight-karaf-features/src/main/resources/archetype-resources/pom.xml +++ b/opendaylight/archetypes/opendaylight-karaf-features/src/main/resources/archetype-resources/pom.xml @@ -24,11 +24,11 @@ features.xml - 1.1.0-Lithium - 1.5.0-Lithium + 1.1.1-SNAPSHOT + 1.5.1-SNAPSHOT 3.0.3 - 1.5.0-Lithium - 1.5.0-Lithium + 1.5.1-SNAPSHOT + 1.5.1-SNAPSHOT 2.16 @@ -46,21 +46,21 @@ org.opendaylight.yangtools features-yangtools - 0.7.0-Lithium + 0.7.1-SNAPSHOT features xml org.opendaylight.controller features-mdsal - 1.2.0-Lithium + 1.2.1-SNAPSHOT features xml org.opendaylight.openflowplugin features-openflowplugin - 0.1.0-Lithium + 0.1.1-SNAPSHOT features xml diff --git a/opendaylight/archetypes/opendaylight-karaf-features/src/main/resources/archetype-resources/src/main/resources/features.xml b/opendaylight/archetypes/opendaylight-karaf-features/src/main/resources/archetype-resources/src/main/resources/features.xml index 35ccab593a..f337e35e3a 100644 --- a/opendaylight/archetypes/opendaylight-karaf-features/src/main/resources/archetype-resources/src/main/resources/features.xml +++ b/opendaylight/archetypes/opendaylight-karaf-features/src/main/resources/archetype-resources/src/main/resources/features.xml @@ -21,9 +21,9 @@ Necessary TODO: Add repo entries for the repositories of features you refer to in this feature file but do not define here. Examples: - mvn:org.opendaylight.yangtools/features-yangtools/0.7.0-Lithium/xml/features - mvn:org.opendaylight.controller/features-mdsal/1.2.0-Lithium/xml/features - mvn:org.opendaylight.openflowplugin/features-openflowplugin/0.1.0-Lithium/xml/features + mvn:org.opendaylight.yangtools/features-yangtools/0.7.1-SNAPSHOT/xml/features + mvn:org.opendaylight.controller/features-mdsal/1.2.1-SNAPSHOT/xml/features + mvn:org.opendaylight.openflowplugin/features-openflowplugin/0.1.1-SNAPSHOT/xml/features --> diff --git a/opendaylight/commons/checkstyle/pom.xml b/opendaylight/commons/checkstyle/pom.xml index 07d1d8d0ea..d8bdbe1c49 100644 --- a/opendaylight/commons/checkstyle/pom.xml +++ b/opendaylight/commons/checkstyle/pom.xml @@ -2,7 +2,7 @@ 4.0.0 org.opendaylight.controller checkstyle - 0.1.0-Lithium + 0.1.1-SNAPSHOT scm:git:http://git.opendaylight.org/gerrit/controller.git scm:git:ssh://git.opendaylight.org:29418/controller.git diff --git a/opendaylight/commons/concepts/pom.xml b/opendaylight/commons/concepts/pom.xml index cab2574c77..a499dedbd1 100644 --- a/opendaylight/commons/concepts/pom.xml +++ b/opendaylight/commons/concepts/pom.xml @@ -4,12 +4,12 @@ org.opendaylight.controller commons.opendaylight - 1.5.0-Lithium + 1.5.1-SNAPSHOT ../../commons/opendaylight concepts - 0.6.0-Lithium + 0.6.1-SNAPSHOT bundle @@ -43,7 +43,7 @@ org.opendaylight.controller checkstyle - 0.1.0-Lithium + 0.1.1-SNAPSHOT diff --git a/opendaylight/commons/enunciate-parent/pom.xml b/opendaylight/commons/enunciate-parent/pom.xml index 7768879341..ba11a90a2a 100644 --- a/opendaylight/commons/enunciate-parent/pom.xml +++ b/opendaylight/commons/enunciate-parent/pom.xml @@ -13,7 +13,7 @@ org.opendaylight.controller commons.opendaylight - 1.5.0-Lithium + 1.5.1-SNAPSHOT ../opendaylight diff --git a/opendaylight/commons/filter-valve/pom.xml b/opendaylight/commons/filter-valve/pom.xml index 62f670bcc1..f9120303c9 100644 --- a/opendaylight/commons/filter-valve/pom.xml +++ b/opendaylight/commons/filter-valve/pom.xml @@ -11,7 +11,7 @@ org.opendaylight.controller commons.opendaylight - 1.5.0-Lithium + 1.5.1-SNAPSHOT ../opendaylight filter-valve diff --git a/opendaylight/commons/liblldp/pom.xml b/opendaylight/commons/liblldp/pom.xml index 0298dffcc5..e6ec4d132d 100644 --- a/opendaylight/commons/liblldp/pom.xml +++ b/opendaylight/commons/liblldp/pom.xml @@ -4,12 +4,12 @@ org.opendaylight.controller commons.opendaylight - 1.5.0-Lithium + 1.5.1-SNAPSHOT ../opendaylight liblldp - 0.9.0-Lithium + 0.9.1-SNAPSHOT bundle diff --git a/opendaylight/commons/logback_settings/pom.xml b/opendaylight/commons/logback_settings/pom.xml index eef8b25a35..e0d08d5d94 100644 --- a/opendaylight/commons/logback_settings/pom.xml +++ b/opendaylight/commons/logback_settings/pom.xml @@ -4,11 +4,11 @@ org.opendaylight.controller commons.parent - 1.1.0-Lithium + 1.1.1-SNAPSHOT ../parent commons.logback_settings - 0.1.0-Lithium + 0.1.1-SNAPSHOT scm:git:http://git.opendaylight.org/gerrit/controller.git scm:git:ssh://git.opendaylight.org:29418/controller.git diff --git a/opendaylight/commons/opendaylight/pom.xml b/opendaylight/commons/opendaylight/pom.xml index eb006397bc..0e493c8545 100644 --- a/opendaylight/commons/opendaylight/pom.xml +++ b/opendaylight/commons/opendaylight/pom.xml @@ -4,30 +4,30 @@ org.opendaylight.odlparent odlparent - 1.5.0-Lithium + 1.5.1-SNAPSHOT org.opendaylight.controller commons.opendaylight - 1.5.0-Lithium + 1.5.1-SNAPSHOT pom 2.3.10 - 0.5.0-Lithium - 0.1.0-Lithium - 0.6.0-Lithium + 0.5.1-SNAPSHOT + 0.1.1-SNAPSHOT + 0.6.1-SNAPSHOT - 0.5.0-Lithium - 0.5.0-Lithium - 0.5.0-Lithium - 0.6.0-Lithium - 0.5.0-Lithium - 0.5.0-Lithium - 0.5.0-Lithium - 0.5.0-Lithium + 0.5.1-SNAPSHOT + 0.5.1-SNAPSHOT + 0.5.1-SNAPSHOT + 0.6.1-SNAPSHOT + 0.5.1-SNAPSHOT + 0.5.1-SNAPSHOT + 0.5.1-SNAPSHOT + 0.5.1-SNAPSHOT 3.0.1 @@ -41,18 +41,18 @@ 7.0.53.v201406060720 7.0.53.v201406070630 - 0.1.0-Lithium - 0.2.0-Lithium - 0.1.0-Lithium + 0.1.1-SNAPSHOT + 0.2.1-SNAPSHOT + 0.1.1-SNAPSHOT 3.0.1 - 0.2.0-Lithium - 0.6.0-Lithium - 1.5.0-Lithium - 1.1.0-Lithium - 0.2.0-Lithium - 0.6.0-Lithium + 0.2.1-SNAPSHOT + 0.6.1-SNAPSHOT + 1.5.1-SNAPSHOT + 1.1.1-SNAPSHOT + 0.2.1-SNAPSHOT + 0.6.1-SNAPSHOT 1.4 - 0.3.0-Lithium + 0.3.1-SNAPSHOT 0.2.0-Lithium etc/opendaylight/karaf 05-clustering.xml @@ -64,87 +64,87 @@ 08-mdsal-netconf.xml 10-rest-connector.xml 99-netconf-connector.xml - 0.5.0-Lithium - 0.5.0-Lithium - 0.2.0-Lithium - 0.6.0-Lithium - 0.5.0-Lithium - 0.6.0-Lithium - 0.6.0-Lithium - 0.1.0-Lithium - 0.5.0-Lithium - 1.2.0-Lithium + 0.5.1-SNAPSHOT + 0.5.1-SNAPSHOT + 0.2.1-SNAPSHOT + 0.6.1-SNAPSHOT + 0.5.1-SNAPSHOT + 0.6.1-SNAPSHOT + 0.6.1-SNAPSHOT + 0.1.1-SNAPSHOT + 0.5.1-SNAPSHOT + 1.2.1-SNAPSHOT 30-statistics-manager.xml 3.8.0.I20120518-2145 0000.0002.0053.0 1.6.0 - 1.5.0-Lithium - 1.5.0-Lithium + 1.5.1-SNAPSHOT + 1.5.1-SNAPSHOT 2.4.0 - 0.5.0-Lithium - 0.5.0-Lithium - 0.6.0-Lithium - 0.5.0-Lithium - 0.5.0-Lithium - 0.7.0-Lithium - 0.6.0-Lithium - 0.6.0-Lithium - 0.5.0-Lithium - 1.1.0-Lithium - 0.5.0-Lithium - 0.5.0-Lithium - 0.1.0-Lithium - 2010.09.24.7-Lithium - 2013.10.19.7-Lithium - 2013.10.21.7-Lithium - 2010.09.24.7-Lithium + 0.5.1-SNAPSHOT + 0.5.1-SNAPSHOT + 0.6.1-SNAPSHOT + 0.5.1-SNAPSHOT + 0.5.1-SNAPSHOT + 0.7.1-SNAPSHOT + 0.6.1-SNAPSHOT + 0.6.1-SNAPSHOT + 0.5.1-SNAPSHOT + 1.1.1-SNAPSHOT + 0.5.1-SNAPSHOT + 0.5.1-SNAPSHOT + 0.1.1-SNAPSHOT + 2010.09.24.7.1-SNAPSHOT + 2013.10.19.7.1-SNAPSHOT + 2013.10.21.7.1-SNAPSHOT + 2010.09.24.7.1-SNAPSHOT 2.0-beta-2 src/main/yang-gen-config - 0.1.0-Lithium + 0.1.1-SNAPSHOT 1.1.4 1.1.1 2.0 - 1.1.0-Lithium + 1.1.1-SNAPSHOT ${karaf.version} 0.7 1.8 1.0.0 - 0.5.0-Lithium + 0.5.1-SNAPSHOT 3.0.5 1.9.4 - 1.2.0-Lithium - 0.3.0-Lithium - 0.1.0-Lithium + 1.2.1-SNAPSHOT + 0.3.1-SNAPSHOT + 0.1.1-SNAPSHOT http://nexus.opendaylight.org/content - 0.5.0-Lithium - 1.5.0-Lithium - 1.5.0-Lithium - 2013.08.27.7-Lithium - 0.1.0-Lithium + 0.5.1-SNAPSHOT + 1.5.1-SNAPSHOT + 1.5.1-SNAPSHOT + 2013.08.27.7.1-SNAPSHOT + 0.1.1-SNAPSHOT 1.1.6 1.1.6 1.0-alpha-2 2.5.0 - 0.6.0-Lithium - 0.5.0-Lithium - 0.5.0-Lithium - 0.5.0-Lithium - 0.2.0-Lithium - 0.5.0-Lithium - 0.1.0-Lithium - 0.9.0-Lithium + 0.6.1-SNAPSHOT + 0.5.1-SNAPSHOT + 0.5.1-SNAPSHOT + 0.5.1-SNAPSHOT + 0.2.1-SNAPSHOT + 0.5.1-SNAPSHOT + 0.1.1-SNAPSHOT + 0.9.1-SNAPSHOT src/main/yang-gen-sal - 0.6.0-Lithium - 0.5.0-Lithium - 0.5.0-Lithium - 0.5.0-Lithium + 0.6.1-SNAPSHOT + 0.5.1-SNAPSHOT + 0.5.1-SNAPSHOT + 0.5.1-SNAPSHOT 2.10 4 - 0.5.0-Lithium - 0.5.0-Lithium + 0.5.1-SNAPSHOT + 0.5.1-SNAPSHOT 1.2.4 dav:http://nexus.opendaylight.org/content/sites/site ${user.name}-private-view @@ -161,30 +161,30 @@ 3.1.4.RELEASE 3.1.3.RELEASE 3.1.3.RELEASE - 0.5.0-Lithium - 0.5.0-Lithium - 0.6.0-Lithium - 0.5.0-Lithium + 0.5.1-SNAPSHOT + 0.5.1-SNAPSHOT + 0.6.1-SNAPSHOT + 0.5.1-SNAPSHOT 2.15 - 0.8.0-Lithium - 0.5.0-Lithium - 0.5.0-Lithium + 0.8.1-SNAPSHOT + 0.5.1-SNAPSHOT + 0.5.1-SNAPSHOT -Xmx1024m -XX:MaxPermSize=256m - 0.5.0-Lithium - 0.5.0-Lithium - 0.5.0-Lithium - 1.1.0-Lithium - 0.5.0-Lithium + 0.5.1-SNAPSHOT + 0.5.1-SNAPSHOT + 0.5.1-SNAPSHOT + 1.1.1-SNAPSHOT + 0.5.1-SNAPSHOT 1.2.0 1.2.2a - 0.5.0-Lithium - 0.1.0-Lithium - 0.5.0-Lithium - 0.5.0-Lithium - 0.5.0-Lithium - 2013.09.07.7-Lithium - 1.1.0-Lithium - 0.7.0-Lithium + 0.5.1-SNAPSHOT + 0.1.1-SNAPSHOT + 0.5.1-SNAPSHOT + 0.5.1-SNAPSHOT + 0.5.1-SNAPSHOT + 2013.09.07.7.1-SNAPSHOT + 1.1.1-SNAPSHOT + 0.7.1-SNAPSHOT 0.14.0 0.9.7 3.3.0 @@ -950,12 +950,12 @@ org.opendaylight.controller httpservice-bridge - 0.1.0-Lithium + 0.1.1-SNAPSHOT org.opendaylight.controller jolokia-bridge - 0.1.0-Lithium + 0.1.1-SNAPSHOT @@ -1259,7 +1259,7 @@ org.opendaylight.controller commons.logback_settings - 0.1.0-Lithium + 0.1.1-SNAPSHOT test @@ -1426,7 +1426,7 @@ org.opendaylight.controller commons.logback_settings - 0.1.0-Lithium + 0.1.1-SNAPSHOT @@ -1660,7 +1660,7 @@ org.opendaylight.controller checkstyle - 0.1.0-Lithium + 0.1.1-SNAPSHOT diff --git a/opendaylight/commons/parent/pom.xml b/opendaylight/commons/parent/pom.xml index 00838ff460..1ff5abeb4e 100644 --- a/opendaylight/commons/parent/pom.xml +++ b/opendaylight/commons/parent/pom.xml @@ -3,7 +3,7 @@ 4.0.0 org.opendaylight.controller commons.parent - 1.1.0-Lithium + 1.1.1-SNAPSHOT pom diff --git a/opendaylight/commons/protocol-framework/pom.xml b/opendaylight/commons/protocol-framework/pom.xml index 7263f58b6b..de15f15891 100644 --- a/opendaylight/commons/protocol-framework/pom.xml +++ b/opendaylight/commons/protocol-framework/pom.xml @@ -6,12 +6,12 @@ org.opendaylight.controller commons.opendaylight - 1.5.0-Lithium + 1.5.1-SNAPSHOT ../../commons/opendaylight protocol-framework - 0.6.0-Lithium + 0.6.1-SNAPSHOT bundle ${project.artifactId} Common protocol framework diff --git a/opendaylight/config/config-api/pom.xml b/opendaylight/config/config-api/pom.xml index 952de666b6..92ba0c0264 100644 --- a/opendaylight/config/config-api/pom.xml +++ b/opendaylight/config/config-api/pom.xml @@ -5,7 +5,7 @@ org.opendaylight.controller config-subsystem - 0.3.0-Lithium + 0.3.1-SNAPSHOT config-api diff --git a/opendaylight/config/config-artifacts/pom.xml b/opendaylight/config/config-artifacts/pom.xml index 4d1667ba97..262526870b 100644 --- a/opendaylight/config/config-artifacts/pom.xml +++ b/opendaylight/config/config-artifacts/pom.xml @@ -12,7 +12,7 @@ 4.0.0 org.opendaylight.controller config-artifacts - 0.3.0-Lithium + 0.3.1-SNAPSHOT pom diff --git a/opendaylight/config/config-manager/pom.xml b/opendaylight/config/config-manager/pom.xml index f21c252a79..d751edfe68 100644 --- a/opendaylight/config/config-manager/pom.xml +++ b/opendaylight/config/config-manager/pom.xml @@ -4,7 +4,7 @@ org.opendaylight.controller config-subsystem - 0.3.0-Lithium + 0.3.1-SNAPSHOT .. config-manager diff --git a/opendaylight/config/config-module-archetype/pom.xml b/opendaylight/config/config-module-archetype/pom.xml index a7910ccbcc..7b3d87145b 100644 --- a/opendaylight/config/config-module-archetype/pom.xml +++ b/opendaylight/config/config-module-archetype/pom.xml @@ -4,7 +4,7 @@ org.opendaylight.controller config-subsystem - 0.3.0-Lithium + 0.3.1-SNAPSHOT config-module-archetype diff --git a/opendaylight/config/config-netty-config/pom.xml b/opendaylight/config/config-netty-config/pom.xml index 5a8609a735..b29e03e932 100644 --- a/opendaylight/config/config-netty-config/pom.xml +++ b/opendaylight/config/config-netty-config/pom.xml @@ -13,7 +13,7 @@ org.opendaylight.controller config-subsystem - 0.3.0-Lithium + 0.3.1-SNAPSHOT config-netty-config Configuration files for sal-rest-connector diff --git a/opendaylight/config/config-parent/pom.xml b/opendaylight/config/config-parent/pom.xml index 294d8367eb..7d528138de 100644 --- a/opendaylight/config/config-parent/pom.xml +++ b/opendaylight/config/config-parent/pom.xml @@ -11,20 +11,20 @@ and is available at http://www.eclipse.org/legal/epl-v10.html org.opendaylight.yangtools binding-parent - 0.7.0-Lithium + 0.7.1-SNAPSHOT 4.0.0 org.opendaylight.controller config-parent - 0.3.0-Lithium + 0.3.1-SNAPSHOT pom - 0.3.0-Lithium - 1.2.0-Lithium - 0.7.0-Lithium + 0.3.1-SNAPSHOT + 1.2.1-SNAPSHOT + 0.7.1-SNAPSHOT src/main/yang-gen-config src/main/config/default-config.xml diff --git a/opendaylight/config/config-persister-api/pom.xml b/opendaylight/config/config-persister-api/pom.xml index 83a91f23c8..616126d028 100644 --- a/opendaylight/config/config-persister-api/pom.xml +++ b/opendaylight/config/config-persister-api/pom.xml @@ -4,7 +4,7 @@ org.opendaylight.controller config-subsystem - 0.3.0-Lithium + 0.3.1-SNAPSHOT .. config-persister-api diff --git a/opendaylight/config/config-persister-directory-xml-adapter/pom.xml b/opendaylight/config/config-persister-directory-xml-adapter/pom.xml index 91b05486e4..f7f6061c90 100644 --- a/opendaylight/config/config-persister-directory-xml-adapter/pom.xml +++ b/opendaylight/config/config-persister-directory-xml-adapter/pom.xml @@ -4,7 +4,7 @@ org.opendaylight.controller config-subsystem - 0.3.0-Lithium + 0.3.1-SNAPSHOT .. config-persister-directory-xml-adapter diff --git a/opendaylight/config/config-persister-feature-adapter/pom.xml b/opendaylight/config/config-persister-feature-adapter/pom.xml index 5c4bc4ae69..18ea3203cd 100644 --- a/opendaylight/config/config-persister-feature-adapter/pom.xml +++ b/opendaylight/config/config-persister-feature-adapter/pom.xml @@ -6,7 +6,7 @@ org.opendaylight.controller config-subsystem - 0.3.0-Lithium + 0.3.1-SNAPSHOT .. diff --git a/opendaylight/config/config-persister-file-xml-adapter/pom.xml b/opendaylight/config/config-persister-file-xml-adapter/pom.xml index 04659becb3..0f7ef6ebec 100644 --- a/opendaylight/config/config-persister-file-xml-adapter/pom.xml +++ b/opendaylight/config/config-persister-file-xml-adapter/pom.xml @@ -4,7 +4,7 @@ org.opendaylight.controller config-subsystem - 0.3.0-Lithium + 0.3.1-SNAPSHOT .. config-persister-file-xml-adapter diff --git a/opendaylight/config/config-plugin-parent/pom.xml b/opendaylight/config/config-plugin-parent/pom.xml index 6aa511eceb..95d66d2ca0 100644 --- a/opendaylight/config/config-plugin-parent/pom.xml +++ b/opendaylight/config/config-plugin-parent/pom.xml @@ -5,7 +5,7 @@ org.opendaylight.controller config-subsystem - 0.3.0-Lithium + 0.3.1-SNAPSHOT ../ config-plugin-parent diff --git a/opendaylight/config/config-util/pom.xml b/opendaylight/config/config-util/pom.xml index dec615a8ec..7d5d7521e1 100644 --- a/opendaylight/config/config-util/pom.xml +++ b/opendaylight/config/config-util/pom.xml @@ -4,7 +4,7 @@ org.opendaylight.controller config-subsystem - 0.3.0-Lithium + 0.3.1-SNAPSHOT .. config-util diff --git a/opendaylight/config/logback-config-loader/pom.xml b/opendaylight/config/logback-config-loader/pom.xml index cafe2c4c4d..a84597f305 100644 --- a/opendaylight/config/logback-config-loader/pom.xml +++ b/opendaylight/config/logback-config-loader/pom.xml @@ -5,7 +5,7 @@ org.opendaylight.controller config-plugin-parent - 0.3.0-Lithium + 0.3.1-SNAPSHOT ../config-plugin-parent logback-config-loader diff --git a/opendaylight/config/logback-config/pom.xml b/opendaylight/config/logback-config/pom.xml index 1fdbc8fe8c..313f698dfe 100644 --- a/opendaylight/config/logback-config/pom.xml +++ b/opendaylight/config/logback-config/pom.xml @@ -5,7 +5,7 @@ org.opendaylight.controller config-plugin-parent - 0.3.0-Lithium + 0.3.1-SNAPSHOT ../config-plugin-parent logback-config diff --git a/opendaylight/config/netconf-config-dispatcher/pom.xml b/opendaylight/config/netconf-config-dispatcher/pom.xml index 671c214c2d..c4154e5685 100644 --- a/opendaylight/config/netconf-config-dispatcher/pom.xml +++ b/opendaylight/config/netconf-config-dispatcher/pom.xml @@ -11,7 +11,7 @@ org.opendaylight.controller config-plugin-parent - 0.3.0-Lithium + 0.3.1-SNAPSHOT ../config-plugin-parent diff --git a/opendaylight/config/netty-config-api/pom.xml b/opendaylight/config/netty-config-api/pom.xml index 61e59c18e1..092bdd57b4 100644 --- a/opendaylight/config/netty-config-api/pom.xml +++ b/opendaylight/config/netty-config-api/pom.xml @@ -5,7 +5,7 @@ org.opendaylight.controller config-plugin-parent - 0.3.0-Lithium + 0.3.1-SNAPSHOT ../config-plugin-parent netty-config-api diff --git a/opendaylight/config/netty-event-executor-config/pom.xml b/opendaylight/config/netty-event-executor-config/pom.xml index 8a24031f32..3033a58226 100644 --- a/opendaylight/config/netty-event-executor-config/pom.xml +++ b/opendaylight/config/netty-event-executor-config/pom.xml @@ -5,7 +5,7 @@ org.opendaylight.controller config-plugin-parent - 0.3.0-Lithium + 0.3.1-SNAPSHOT ../config-plugin-parent netty-event-executor-config diff --git a/opendaylight/config/netty-threadgroup-config/pom.xml b/opendaylight/config/netty-threadgroup-config/pom.xml index b206416f77..ccffe462f1 100644 --- a/opendaylight/config/netty-threadgroup-config/pom.xml +++ b/opendaylight/config/netty-threadgroup-config/pom.xml @@ -7,7 +7,7 @@ org.opendaylight.controller config-plugin-parent - 0.3.0-Lithium + 0.3.1-SNAPSHOT ../config-plugin-parent netty-threadgroup-config diff --git a/opendaylight/config/netty-timer-config/pom.xml b/opendaylight/config/netty-timer-config/pom.xml index 48974fc7c3..3685862117 100644 --- a/opendaylight/config/netty-timer-config/pom.xml +++ b/opendaylight/config/netty-timer-config/pom.xml @@ -5,7 +5,7 @@ org.opendaylight.controller config-plugin-parent - 0.3.0-Lithium + 0.3.1-SNAPSHOT ../config-plugin-parent netty-timer-config diff --git a/opendaylight/config/pom.xml b/opendaylight/config/pom.xml index 3848ad6ce3..c0ca7ef33c 100644 --- a/opendaylight/config/pom.xml +++ b/opendaylight/config/pom.xml @@ -5,12 +5,12 @@ org.opendaylight.controller commons.opendaylight - 1.5.0-Lithium + 1.5.1-SNAPSHOT ../commons/opendaylight config-subsystem - 0.3.0-Lithium + 0.3.1-SNAPSHOT pom ${project.artifactId} diff --git a/opendaylight/config/shutdown-api/pom.xml b/opendaylight/config/shutdown-api/pom.xml index aec6f1acae..e6a79407e2 100644 --- a/opendaylight/config/shutdown-api/pom.xml +++ b/opendaylight/config/shutdown-api/pom.xml @@ -4,7 +4,7 @@ org.opendaylight.controller config-plugin-parent - 0.3.0-Lithium + 0.3.1-SNAPSHOT ../config-plugin-parent shutdown-api diff --git a/opendaylight/config/shutdown-impl/pom.xml b/opendaylight/config/shutdown-impl/pom.xml index 2af1cc3a55..6247f9342c 100644 --- a/opendaylight/config/shutdown-impl/pom.xml +++ b/opendaylight/config/shutdown-impl/pom.xml @@ -4,7 +4,7 @@ org.opendaylight.controller config-plugin-parent - 0.3.0-Lithium + 0.3.1-SNAPSHOT ../config-plugin-parent shutdown-impl diff --git a/opendaylight/config/threadpool-config-api/pom.xml b/opendaylight/config/threadpool-config-api/pom.xml index 376ed81753..74eaae8229 100644 --- a/opendaylight/config/threadpool-config-api/pom.xml +++ b/opendaylight/config/threadpool-config-api/pom.xml @@ -5,7 +5,7 @@ org.opendaylight.controller config-plugin-parent - 0.3.0-Lithium + 0.3.1-SNAPSHOT ../config-plugin-parent threadpool-config-api diff --git a/opendaylight/config/threadpool-config-impl/pom.xml b/opendaylight/config/threadpool-config-impl/pom.xml index a3e996191e..dd80cfe54e 100644 --- a/opendaylight/config/threadpool-config-impl/pom.xml +++ b/opendaylight/config/threadpool-config-impl/pom.xml @@ -5,7 +5,7 @@ org.opendaylight.controller config-plugin-parent - 0.3.0-Lithium + 0.3.1-SNAPSHOT ../config-plugin-parent threadpool-config-impl diff --git a/opendaylight/config/yang-jmx-generator-it/pom.xml b/opendaylight/config/yang-jmx-generator-it/pom.xml index c59ea54d40..bb8a8b7987 100644 --- a/opendaylight/config/yang-jmx-generator-it/pom.xml +++ b/opendaylight/config/yang-jmx-generator-it/pom.xml @@ -4,7 +4,7 @@ org.opendaylight.controller config-subsystem - 0.3.0-Lithium + 0.3.1-SNAPSHOT yang-jmx-generator-it diff --git a/opendaylight/config/yang-jmx-generator-plugin/pom.xml b/opendaylight/config/yang-jmx-generator-plugin/pom.xml index 7db99014b6..6bee7e300e 100644 --- a/opendaylight/config/yang-jmx-generator-plugin/pom.xml +++ b/opendaylight/config/yang-jmx-generator-plugin/pom.xml @@ -4,7 +4,7 @@ org.opendaylight.controller config-subsystem - 0.3.0-Lithium + 0.3.1-SNAPSHOT .. yang-jmx-generator-plugin diff --git a/opendaylight/config/yang-jmx-generator/pom.xml b/opendaylight/config/yang-jmx-generator/pom.xml index 38d02102fe..07088f29b8 100644 --- a/opendaylight/config/yang-jmx-generator/pom.xml +++ b/opendaylight/config/yang-jmx-generator/pom.xml @@ -4,7 +4,7 @@ org.opendaylight.controller config-subsystem - 0.3.0-Lithium + 0.3.1-SNAPSHOT ../ diff --git a/opendaylight/config/yang-test-plugin/pom.xml b/opendaylight/config/yang-test-plugin/pom.xml index d56fe96000..b1b508d5ef 100644 --- a/opendaylight/config/yang-test-plugin/pom.xml +++ b/opendaylight/config/yang-test-plugin/pom.xml @@ -4,7 +4,7 @@ org.opendaylight.controller config-plugin-parent - 0.3.0-Lithium + 0.3.1-SNAPSHOT ../config-plugin-parent yang-test-plugin diff --git a/opendaylight/config/yang-test/pom.xml b/opendaylight/config/yang-test/pom.xml index aed178f886..db8ceab9cc 100644 --- a/opendaylight/config/yang-test/pom.xml +++ b/opendaylight/config/yang-test/pom.xml @@ -5,7 +5,7 @@ org.opendaylight.controller config-plugin-parent - 0.3.0-Lithium + 0.3.1-SNAPSHOT ../config-plugin-parent diff --git a/opendaylight/md-sal/benchmark-data-store/pom.xml b/opendaylight/md-sal/benchmark-data-store/pom.xml index 5a25da17d3..c7afb290c0 100644 --- a/opendaylight/md-sal/benchmark-data-store/pom.xml +++ b/opendaylight/md-sal/benchmark-data-store/pom.xml @@ -12,7 +12,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html sal-parent org.opendaylight.controller - 1.2.0-Lithium + 1.2.1-SNAPSHOT 4.0.0 diff --git a/opendaylight/md-sal/md-sal-config/pom.xml b/opendaylight/md-sal/md-sal-config/pom.xml index a70da21c09..52dd22d3e4 100644 --- a/opendaylight/md-sal/md-sal-config/pom.xml +++ b/opendaylight/md-sal/md-sal-config/pom.xml @@ -12,7 +12,7 @@ org.opendaylight.controller sal-parent - 1.2.0-Lithium + 1.2.1-SNAPSHOT md-sal-config Configuration files for md-sal diff --git a/opendaylight/md-sal/mdsal-artifacts/pom.xml b/opendaylight/md-sal/mdsal-artifacts/pom.xml index 16439f959f..75a6831c55 100644 --- a/opendaylight/md-sal/mdsal-artifacts/pom.xml +++ b/opendaylight/md-sal/mdsal-artifacts/pom.xml @@ -12,7 +12,7 @@ 4.0.0 org.opendaylight.controller mdsal-artifacts - 1.2.0-Lithium + 1.2.1-SNAPSHOT pom diff --git a/opendaylight/md-sal/messagebus-api/pom.xml b/opendaylight/md-sal/messagebus-api/pom.xml index ed70dcf3dd..07ca2481c5 100644 --- a/opendaylight/md-sal/messagebus-api/pom.xml +++ b/opendaylight/md-sal/messagebus-api/pom.xml @@ -14,7 +14,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html org.opendaylight.controller sal-parent - 1.2.0-Lithium + 1.2.1-SNAPSHOT messagebus-api diff --git a/opendaylight/md-sal/messagebus-config/pom.xml b/opendaylight/md-sal/messagebus-config/pom.xml index 84d8e626cf..e68afeee0b 100644 --- a/opendaylight/md-sal/messagebus-config/pom.xml +++ b/opendaylight/md-sal/messagebus-config/pom.xml @@ -13,7 +13,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html org.opendaylight.controller sal-parent - 1.2.0-Lithium + 1.2.1-SNAPSHOT messagebus-config diff --git a/opendaylight/md-sal/messagebus-impl/pom.xml b/opendaylight/md-sal/messagebus-impl/pom.xml index 9d0557d6e5..6281ace945 100644 --- a/opendaylight/md-sal/messagebus-impl/pom.xml +++ b/opendaylight/md-sal/messagebus-impl/pom.xml @@ -14,7 +14,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html org.opendaylight.controller sal-parent - 1.2.0-Lithium + 1.2.1-SNAPSHOT messagebus-impl @@ -50,12 +50,12 @@ and is available at http://www.eclipse.org/legal/epl-v10.html org.opendaylight.controller messagebus-api - 1.2.0-Lithium + 1.2.1-SNAPSHOT org.opendaylight.controller messagebus-spi - 1.2.0-Lithium + 1.2.1-SNAPSHOT org.opendaylight.controller diff --git a/opendaylight/md-sal/messagebus-spi/pom.xml b/opendaylight/md-sal/messagebus-spi/pom.xml index ecb5ea471c..852af26134 100644 --- a/opendaylight/md-sal/messagebus-spi/pom.xml +++ b/opendaylight/md-sal/messagebus-spi/pom.xml @@ -3,7 +3,7 @@ org.opendaylight.controller sal-parent - 1.2.0-Lithium + 1.2.1-SNAPSHOT messagebus-spi diff --git a/opendaylight/md-sal/model/model-inventory/pom.xml b/opendaylight/md-sal/model/model-inventory/pom.xml index f5d674a0e7..969a388c89 100644 --- a/opendaylight/md-sal/model/model-inventory/pom.xml +++ b/opendaylight/md-sal/model/model-inventory/pom.xml @@ -6,7 +6,7 @@ org.opendaylight.controller.model model-parent - 1.2.0-Lithium + 1.2.1-SNAPSHOT model-inventory bundle diff --git a/opendaylight/md-sal/model/model-topology/pom.xml b/opendaylight/md-sal/model/model-topology/pom.xml index 15a2b11c1a..3bd217f23c 100644 --- a/opendaylight/md-sal/model/model-topology/pom.xml +++ b/opendaylight/md-sal/model/model-topology/pom.xml @@ -6,7 +6,7 @@ org.opendaylight.controller.model model-parent - 1.2.0-Lithium + 1.2.1-SNAPSHOT model-topology bundle diff --git a/opendaylight/md-sal/model/pom.xml b/opendaylight/md-sal/model/pom.xml index 6c71ed58d2..6d3d69c204 100644 --- a/opendaylight/md-sal/model/pom.xml +++ b/opendaylight/md-sal/model/pom.xml @@ -6,7 +6,7 @@ org.opendaylight.controller sal-parent - 1.2.0-Lithium + 1.2.1-SNAPSHOT org.opendaylight.controller.model model-parent diff --git a/opendaylight/md-sal/pom.xml b/opendaylight/md-sal/pom.xml index e73f9bab20..5cd8df2c11 100644 --- a/opendaylight/md-sal/pom.xml +++ b/opendaylight/md-sal/pom.xml @@ -5,12 +5,12 @@ org.opendaylight.controller commons.opendaylight - 1.5.0-Lithium + 1.5.1-SNAPSHOT ../commons/opendaylight sal-parent - 1.2.0-Lithium + 1.2.1-SNAPSHOT pom diff --git a/opendaylight/md-sal/sal-akka-raft-example/pom.xml b/opendaylight/md-sal/sal-akka-raft-example/pom.xml index 586ad4ef4c..af7b1dad77 100644 --- a/opendaylight/md-sal/sal-akka-raft-example/pom.xml +++ b/opendaylight/md-sal/sal-akka-raft-example/pom.xml @@ -4,7 +4,7 @@ org.opendaylight.controller sal-parent - 1.2.0-Lithium + 1.2.1-SNAPSHOT sal-akka-raft-example bundle diff --git a/opendaylight/md-sal/sal-akka-raft/pom.xml b/opendaylight/md-sal/sal-akka-raft/pom.xml index 9b87984f60..47011ac260 100644 --- a/opendaylight/md-sal/sal-akka-raft/pom.xml +++ b/opendaylight/md-sal/sal-akka-raft/pom.xml @@ -4,7 +4,7 @@ org.opendaylight.controller sal-parent - 1.2.0-Lithium + 1.2.1-SNAPSHOT sal-akka-raft bundle diff --git a/opendaylight/md-sal/sal-binding-api/pom.xml b/opendaylight/md-sal/sal-binding-api/pom.xml index f0841d433b..7127aa5910 100644 --- a/opendaylight/md-sal/sal-binding-api/pom.xml +++ b/opendaylight/md-sal/sal-binding-api/pom.xml @@ -4,7 +4,7 @@ org.opendaylight.controller sal-parent - 1.2.0-Lithium + 1.2.1-SNAPSHOT sal-binding-api bundle diff --git a/opendaylight/md-sal/sal-binding-broker/pom.xml b/opendaylight/md-sal/sal-binding-broker/pom.xml index 1fd911fe31..a5dcb44a5c 100644 --- a/opendaylight/md-sal/sal-binding-broker/pom.xml +++ b/opendaylight/md-sal/sal-binding-broker/pom.xml @@ -4,7 +4,7 @@ org.opendaylight.controller sal-parent - 1.2.0-Lithium + 1.2.1-SNAPSHOT sal-binding-broker-impl bundle diff --git a/opendaylight/md-sal/sal-binding-config/pom.xml b/opendaylight/md-sal/sal-binding-config/pom.xml index a661891dd8..5752779dae 100644 --- a/opendaylight/md-sal/sal-binding-config/pom.xml +++ b/opendaylight/md-sal/sal-binding-config/pom.xml @@ -4,7 +4,7 @@ org.opendaylight.controller sal-parent - 1.2.0-Lithium + 1.2.1-SNAPSHOT sal-binding-config bundle diff --git a/opendaylight/md-sal/sal-binding-dom-it/pom.xml b/opendaylight/md-sal/sal-binding-dom-it/pom.xml index f4c832a737..6e368545c9 100644 --- a/opendaylight/md-sal/sal-binding-dom-it/pom.xml +++ b/opendaylight/md-sal/sal-binding-dom-it/pom.xml @@ -4,7 +4,7 @@ org.opendaylight.controller sal-parent - 1.2.0-Lithium + 1.2.1-SNAPSHOT sal-binding-dom-it jar diff --git a/opendaylight/md-sal/sal-binding-it/pom.xml b/opendaylight/md-sal/sal-binding-it/pom.xml index 046e0c6bf0..2bac1ce6dd 100644 --- a/opendaylight/md-sal/sal-binding-it/pom.xml +++ b/opendaylight/md-sal/sal-binding-it/pom.xml @@ -4,7 +4,7 @@ org.opendaylight.controller sal-parent - 1.2.0-Lithium + 1.2.1-SNAPSHOT sal-binding-it diff --git a/opendaylight/md-sal/sal-binding-util/pom.xml b/opendaylight/md-sal/sal-binding-util/pom.xml index dc8b62942f..69aceff7fb 100644 --- a/opendaylight/md-sal/sal-binding-util/pom.xml +++ b/opendaylight/md-sal/sal-binding-util/pom.xml @@ -4,7 +4,7 @@ org.opendaylight.controller sal-parent - 1.2.0-Lithium + 1.2.1-SNAPSHOT sal-binding-util bundle diff --git a/opendaylight/md-sal/sal-clustering-commons/pom.xml b/opendaylight/md-sal/sal-clustering-commons/pom.xml index 7c5291fa64..c4e6979aed 100644 --- a/opendaylight/md-sal/sal-clustering-commons/pom.xml +++ b/opendaylight/md-sal/sal-clustering-commons/pom.xml @@ -5,7 +5,7 @@ org.opendaylight.controller sal-parent - 1.2.0-Lithium + 1.2.1-SNAPSHOT sal-clustering-commons diff --git a/opendaylight/md-sal/sal-clustering-config/pom.xml b/opendaylight/md-sal/sal-clustering-config/pom.xml index f1de438772..32d21d729d 100644 --- a/opendaylight/md-sal/sal-clustering-config/pom.xml +++ b/opendaylight/md-sal/sal-clustering-config/pom.xml @@ -12,7 +12,7 @@ org.opendaylight.controller sal-parent - 1.2.0-Lithium + 1.2.1-SNAPSHOT sal-clustering-config Configuration files for md-sal clustering diff --git a/opendaylight/md-sal/sal-common-api/pom.xml b/opendaylight/md-sal/sal-common-api/pom.xml index 16e4061e73..a3790481e2 100644 --- a/opendaylight/md-sal/sal-common-api/pom.xml +++ b/opendaylight/md-sal/sal-common-api/pom.xml @@ -4,7 +4,7 @@ org.opendaylight.controller sal-parent - 1.2.0-Lithium + 1.2.1-SNAPSHOT sal-common-api diff --git a/opendaylight/md-sal/sal-common-impl/pom.xml b/opendaylight/md-sal/sal-common-impl/pom.xml index f5df587ae9..f5aa40e4fc 100644 --- a/opendaylight/md-sal/sal-common-impl/pom.xml +++ b/opendaylight/md-sal/sal-common-impl/pom.xml @@ -4,7 +4,7 @@ org.opendaylight.controller sal-parent - 1.2.0-Lithium + 1.2.1-SNAPSHOT sal-common-impl bundle diff --git a/opendaylight/md-sal/sal-common-util/pom.xml b/opendaylight/md-sal/sal-common-util/pom.xml index b88c2771d9..3dfd3a4a89 100644 --- a/opendaylight/md-sal/sal-common-util/pom.xml +++ b/opendaylight/md-sal/sal-common-util/pom.xml @@ -4,7 +4,7 @@ org.opendaylight.controller sal-parent - 1.2.0-Lithium + 1.2.1-SNAPSHOT sal-common-util diff --git a/opendaylight/md-sal/sal-common/pom.xml b/opendaylight/md-sal/sal-common/pom.xml index ddffa5d88a..9aad793322 100644 --- a/opendaylight/md-sal/sal-common/pom.xml +++ b/opendaylight/md-sal/sal-common/pom.xml @@ -4,7 +4,7 @@ org.opendaylight.controller sal-parent - 1.2.0-Lithium + 1.2.1-SNAPSHOT sal-common diff --git a/opendaylight/md-sal/sal-connector-api/pom.xml b/opendaylight/md-sal/sal-connector-api/pom.xml index 69ab4df8ef..4b560383fd 100644 --- a/opendaylight/md-sal/sal-connector-api/pom.xml +++ b/opendaylight/md-sal/sal-connector-api/pom.xml @@ -4,7 +4,7 @@ org.opendaylight.controller sal-parent - 1.2.0-Lithium + 1.2.1-SNAPSHOT sal-connector-api diff --git a/opendaylight/md-sal/sal-distributed-datastore/pom.xml b/opendaylight/md-sal/sal-distributed-datastore/pom.xml index 34e5c34339..3080c33ebb 100644 --- a/opendaylight/md-sal/sal-distributed-datastore/pom.xml +++ b/opendaylight/md-sal/sal-distributed-datastore/pom.xml @@ -4,7 +4,7 @@ org.opendaylight.controller sal-parent - 1.2.0-Lithium + 1.2.1-SNAPSHOT sal-distributed-datastore bundle diff --git a/opendaylight/md-sal/sal-dom-api/pom.xml b/opendaylight/md-sal/sal-dom-api/pom.xml index 0f57d62d1a..cfba92a645 100644 --- a/opendaylight/md-sal/sal-dom-api/pom.xml +++ b/opendaylight/md-sal/sal-dom-api/pom.xml @@ -4,7 +4,7 @@ org.opendaylight.controller sal-parent - 1.2.0-Lithium + 1.2.1-SNAPSHOT sal-core-api bundle diff --git a/opendaylight/md-sal/sal-dom-broker/pom.xml b/opendaylight/md-sal/sal-dom-broker/pom.xml index 60225261d7..286a8e407a 100644 --- a/opendaylight/md-sal/sal-dom-broker/pom.xml +++ b/opendaylight/md-sal/sal-dom-broker/pom.xml @@ -4,7 +4,7 @@ org.opendaylight.controller sal-parent - 1.2.0-Lithium + 1.2.1-SNAPSHOT sal-broker-impl bundle diff --git a/opendaylight/md-sal/sal-dom-spi/pom.xml b/opendaylight/md-sal/sal-dom-spi/pom.xml index 180afad0a7..2bf2dd2227 100644 --- a/opendaylight/md-sal/sal-dom-spi/pom.xml +++ b/opendaylight/md-sal/sal-dom-spi/pom.xml @@ -4,7 +4,7 @@ org.opendaylight.controller sal-parent - 1.2.0-Lithium + 1.2.1-SNAPSHOT sal-core-spi bundle diff --git a/opendaylight/md-sal/sal-dom-xsql-config/pom.xml b/opendaylight/md-sal/sal-dom-xsql-config/pom.xml index f7ca5ae703..f4eb74cde1 100644 --- a/opendaylight/md-sal/sal-dom-xsql-config/pom.xml +++ b/opendaylight/md-sal/sal-dom-xsql-config/pom.xml @@ -12,7 +12,7 @@ sal-parent org.opendaylight.controller - 1.2.0-Lithium + 1.2.1-SNAPSHOT sal-dom-xsql-config Configuration files for md-sal diff --git a/opendaylight/md-sal/sal-dom-xsql/pom.xml b/opendaylight/md-sal/sal-dom-xsql/pom.xml index 4b29057e42..09d96dba7e 100644 --- a/opendaylight/md-sal/sal-dom-xsql/pom.xml +++ b/opendaylight/md-sal/sal-dom-xsql/pom.xml @@ -4,7 +4,7 @@ org.opendaylight.controller sal-parent - 1.2.0-Lithium + 1.2.1-SNAPSHOT sal-dom-xsql bundle diff --git a/opendaylight/md-sal/sal-dummy-distributed-datastore/pom.xml b/opendaylight/md-sal/sal-dummy-distributed-datastore/pom.xml index 5dfdb6eaa1..8f2b8ea4ac 100644 --- a/opendaylight/md-sal/sal-dummy-distributed-datastore/pom.xml +++ b/opendaylight/md-sal/sal-dummy-distributed-datastore/pom.xml @@ -4,7 +4,7 @@ org.opendaylight.controller sal-parent - 1.2.0-Lithium + 1.2.1-SNAPSHOT sal-dummy-distributed-datastore bundle diff --git a/opendaylight/md-sal/sal-inmemory-datastore/pom.xml b/opendaylight/md-sal/sal-inmemory-datastore/pom.xml index a5f78d1f66..27398b746e 100644 --- a/opendaylight/md-sal/sal-inmemory-datastore/pom.xml +++ b/opendaylight/md-sal/sal-inmemory-datastore/pom.xml @@ -4,7 +4,7 @@ org.opendaylight.controller sal-parent - 1.2.0-Lithium + 1.2.1-SNAPSHOT sal-inmemory-datastore diff --git a/opendaylight/md-sal/sal-karaf-xsql/pom.xml b/opendaylight/md-sal/sal-karaf-xsql/pom.xml index 56f6502f85..1554d5fdb9 100644 --- a/opendaylight/md-sal/sal-karaf-xsql/pom.xml +++ b/opendaylight/md-sal/sal-karaf-xsql/pom.xml @@ -23,7 +23,7 @@ sal-parent org.opendaylight.controller - 1.2.0-Lithium + 1.2.1-SNAPSHOT org.opendaylight.controller @@ -63,7 +63,7 @@ org.opendaylight.controller sal-dom-xsql - 1.2.0-Lithium + 1.2.1-SNAPSHOT diff --git a/opendaylight/md-sal/sal-netconf-connector/pom.xml b/opendaylight/md-sal/sal-netconf-connector/pom.xml index 03940e7870..007e1be2d5 100644 --- a/opendaylight/md-sal/sal-netconf-connector/pom.xml +++ b/opendaylight/md-sal/sal-netconf-connector/pom.xml @@ -4,7 +4,7 @@ org.opendaylight.controller sal-parent - 1.2.0-Lithium + 1.2.1-SNAPSHOT sal-netconf-connector diff --git a/opendaylight/md-sal/sal-remote/pom.xml b/opendaylight/md-sal/sal-remote/pom.xml index 0ebeddf9c2..25a45c27f2 100644 --- a/opendaylight/md-sal/sal-remote/pom.xml +++ b/opendaylight/md-sal/sal-remote/pom.xml @@ -4,7 +4,7 @@ org.opendaylight.controller sal-parent - 1.2.0-Lithium + 1.2.1-SNAPSHOT sal-remote bundle diff --git a/opendaylight/md-sal/sal-remoterpc-connector/pom.xml b/opendaylight/md-sal/sal-remoterpc-connector/pom.xml index 38920154d1..4c0027e76e 100644 --- a/opendaylight/md-sal/sal-remoterpc-connector/pom.xml +++ b/opendaylight/md-sal/sal-remoterpc-connector/pom.xml @@ -4,7 +4,7 @@ org.opendaylight.controller sal-parent - 1.2.0-Lithium + 1.2.1-SNAPSHOT sal-remoterpc-connector bundle diff --git a/opendaylight/md-sal/sal-rest-connector-config/pom.xml b/opendaylight/md-sal/sal-rest-connector-config/pom.xml index 56bc40dd0f..3932d3c220 100644 --- a/opendaylight/md-sal/sal-rest-connector-config/pom.xml +++ b/opendaylight/md-sal/sal-rest-connector-config/pom.xml @@ -12,7 +12,7 @@ org.opendaylight.controller sal-parent - 1.2.0-Lithium + 1.2.1-SNAPSHOT sal-rest-connector-config Configuration files for sal-rest-connector diff --git a/opendaylight/md-sal/sal-rest-connector/pom.xml b/opendaylight/md-sal/sal-rest-connector/pom.xml index 5a35ba0026..9349e2e7ba 100644 --- a/opendaylight/md-sal/sal-rest-connector/pom.xml +++ b/opendaylight/md-sal/sal-rest-connector/pom.xml @@ -4,7 +4,7 @@ org.opendaylight.controller sal-parent - 1.2.0-Lithium + 1.2.1-SNAPSHOT sal-rest-connector bundle @@ -99,7 +99,7 @@ org.opendaylight.yangtools yang-model-export - 0.7.0-Lithium + 0.7.1-SNAPSHOT diff --git a/opendaylight/md-sal/sal-rest-docgen-maven/pom.xml b/opendaylight/md-sal/sal-rest-docgen-maven/pom.xml index 565e11503d..6cfb65439b 100644 --- a/opendaylight/md-sal/sal-rest-docgen-maven/pom.xml +++ b/opendaylight/md-sal/sal-rest-docgen-maven/pom.xml @@ -12,7 +12,7 @@ org.opendaylight.controller sal-parent - 1.2.0-Lithium + 1.2.1-SNAPSHOT sal-rest-docgen-maven diff --git a/opendaylight/md-sal/sal-rest-docgen/pom.xml b/opendaylight/md-sal/sal-rest-docgen/pom.xml index 0c8e5bc967..1de5fc8a41 100644 --- a/opendaylight/md-sal/sal-rest-docgen/pom.xml +++ b/opendaylight/md-sal/sal-rest-docgen/pom.xml @@ -4,7 +4,7 @@ org.opendaylight.controller sal-parent - 1.2.0-Lithium + 1.2.1-SNAPSHOT sal-rest-docgen diff --git a/opendaylight/md-sal/sal-restconf-broker/pom.xml b/opendaylight/md-sal/sal-restconf-broker/pom.xml index 92b102a984..e8dd5e4a50 100644 --- a/opendaylight/md-sal/sal-restconf-broker/pom.xml +++ b/opendaylight/md-sal/sal-restconf-broker/pom.xml @@ -4,7 +4,7 @@ org.opendaylight.controller sal-parent - 1.2.0-Lithium + 1.2.1-SNAPSHOT sal-restconf-broker bundle diff --git a/opendaylight/md-sal/sal-test-model/pom.xml b/opendaylight/md-sal/sal-test-model/pom.xml index 0b2a9e76bc..3e39260eb1 100644 --- a/opendaylight/md-sal/sal-test-model/pom.xml +++ b/opendaylight/md-sal/sal-test-model/pom.xml @@ -5,7 +5,7 @@ sal-parent org.opendaylight.controller - 1.2.0-Lithium + 1.2.1-SNAPSHOT 4.0.0 diff --git a/opendaylight/md-sal/samples/clustering-test-app/configuration/pom.xml b/opendaylight/md-sal/samples/clustering-test-app/configuration/pom.xml index 6c06016365..fd4266181a 100644 --- a/opendaylight/md-sal/samples/clustering-test-app/configuration/pom.xml +++ b/opendaylight/md-sal/samples/clustering-test-app/configuration/pom.xml @@ -12,7 +12,7 @@ clustering-it org.opendaylight.controller.samples - 1.2.0-Lithium + 1.2.1-SNAPSHOT clustering-it-config jar diff --git a/opendaylight/md-sal/samples/clustering-test-app/model/pom.xml b/opendaylight/md-sal/samples/clustering-test-app/model/pom.xml index 1790e8cfcd..49a224d279 100644 --- a/opendaylight/md-sal/samples/clustering-test-app/model/pom.xml +++ b/opendaylight/md-sal/samples/clustering-test-app/model/pom.xml @@ -4,7 +4,7 @@ clustering-it org.opendaylight.controller.samples - 1.2.0-Lithium + 1.2.1-SNAPSHOT clustering-it-model bundle diff --git a/opendaylight/md-sal/samples/clustering-test-app/pom.xml b/opendaylight/md-sal/samples/clustering-test-app/pom.xml index bce3a0ef76..93db5ea3bd 100644 --- a/opendaylight/md-sal/samples/clustering-test-app/pom.xml +++ b/opendaylight/md-sal/samples/clustering-test-app/pom.xml @@ -4,7 +4,7 @@ org.opendaylight.controller.samples sal-samples - 1.2.0-Lithium + 1.2.1-SNAPSHOT clustering-it pom diff --git a/opendaylight/md-sal/samples/clustering-test-app/provider/pom.xml b/opendaylight/md-sal/samples/clustering-test-app/provider/pom.xml index 4d762eb1b7..ab218723e8 100644 --- a/opendaylight/md-sal/samples/clustering-test-app/provider/pom.xml +++ b/opendaylight/md-sal/samples/clustering-test-app/provider/pom.xml @@ -4,7 +4,7 @@ clustering-it org.opendaylight.controller.samples - 1.2.0-Lithium + 1.2.1-SNAPSHOT clustering-it-provider bundle diff --git a/opendaylight/md-sal/samples/pom.xml b/opendaylight/md-sal/samples/pom.xml index 18fc41f19b..e955adcee9 100644 --- a/opendaylight/md-sal/samples/pom.xml +++ b/opendaylight/md-sal/samples/pom.xml @@ -4,7 +4,7 @@ org.opendaylight.controller sal-parent - 1.2.0-Lithium + 1.2.1-SNAPSHOT org.opendaylight.controller.samples diff --git a/opendaylight/md-sal/samples/toaster-config/pom.xml b/opendaylight/md-sal/samples/toaster-config/pom.xml index 954b4fdf71..f825d93a26 100644 --- a/opendaylight/md-sal/samples/toaster-config/pom.xml +++ b/opendaylight/md-sal/samples/toaster-config/pom.xml @@ -12,7 +12,7 @@ org.opendaylight.controller.samples sal-samples - 1.2.0-Lithium + 1.2.1-SNAPSHOT toaster-config Configuration files for toaster diff --git a/opendaylight/md-sal/samples/toaster-consumer/pom.xml b/opendaylight/md-sal/samples/toaster-consumer/pom.xml index ce5c6b4a98..14e7cef70b 100644 --- a/opendaylight/md-sal/samples/toaster-consumer/pom.xml +++ b/opendaylight/md-sal/samples/toaster-consumer/pom.xml @@ -4,13 +4,13 @@ org.opendaylight.controller.samples sal-samples - 1.2.0-Lithium + 1.2.1-SNAPSHOT sample-toaster-consumer bundle - 1.2.0-Lithium + 1.2.1-SNAPSHOT diff --git a/opendaylight/md-sal/samples/toaster-it/pom.xml b/opendaylight/md-sal/samples/toaster-it/pom.xml index 4a07db862c..d908974cd9 100644 --- a/opendaylight/md-sal/samples/toaster-it/pom.xml +++ b/opendaylight/md-sal/samples/toaster-it/pom.xml @@ -4,7 +4,7 @@ org.opendaylight.controller.samples sal-samples - 1.2.0-Lithium + 1.2.1-SNAPSHOT sample-toaster-it diff --git a/opendaylight/md-sal/samples/toaster-provider/pom.xml b/opendaylight/md-sal/samples/toaster-provider/pom.xml index 9ebfddadd5..4612e8003b 100644 --- a/opendaylight/md-sal/samples/toaster-provider/pom.xml +++ b/opendaylight/md-sal/samples/toaster-provider/pom.xml @@ -4,13 +4,13 @@ org.opendaylight.controller.samples sal-samples - 1.2.0-Lithium + 1.2.1-SNAPSHOT sample-toaster-provider bundle - 1.2.0-Lithium + 1.2.1-SNAPSHOT diff --git a/opendaylight/md-sal/samples/toaster/pom.xml b/opendaylight/md-sal/samples/toaster/pom.xml index 9fed175f1d..d189bc3af6 100644 --- a/opendaylight/md-sal/samples/toaster/pom.xml +++ b/opendaylight/md-sal/samples/toaster/pom.xml @@ -4,7 +4,7 @@ org.opendaylight.controller.samples sal-samples - 1.2.0-Lithium + 1.2.1-SNAPSHOT sample-toaster bundle diff --git a/opendaylight/netconf/config-netconf-connector/pom.xml b/opendaylight/netconf/config-netconf-connector/pom.xml index bc4f038eb6..721e9a060d 100644 --- a/opendaylight/netconf/config-netconf-connector/pom.xml +++ b/opendaylight/netconf/config-netconf-connector/pom.xml @@ -5,7 +5,7 @@ org.opendaylight.controller netconf-subsystem - 0.3.0-Lithium + 0.3.1-SNAPSHOT config-netconf-connector bundle diff --git a/opendaylight/netconf/config-persister-impl/pom.xml b/opendaylight/netconf/config-persister-impl/pom.xml index 7a8f2571f2..36d5b86b96 100644 --- a/opendaylight/netconf/config-persister-impl/pom.xml +++ b/opendaylight/netconf/config-persister-impl/pom.xml @@ -5,7 +5,7 @@ org.opendaylight.controller netconf-subsystem - 0.3.0-Lithium + 0.3.1-SNAPSHOT ../ config-persister-impl diff --git a/opendaylight/netconf/ietf-netconf-monitoring-extension/pom.xml b/opendaylight/netconf/ietf-netconf-monitoring-extension/pom.xml index 329030ff86..a3b80ac4b2 100644 --- a/opendaylight/netconf/ietf-netconf-monitoring-extension/pom.xml +++ b/opendaylight/netconf/ietf-netconf-monitoring-extension/pom.xml @@ -4,7 +4,7 @@ org.opendaylight.controller netconf-subsystem - 0.3.0-Lithium + 0.3.1-SNAPSHOT ietf-netconf-monitoring-extension bundle diff --git a/opendaylight/netconf/ietf-netconf-monitoring/pom.xml b/opendaylight/netconf/ietf-netconf-monitoring/pom.xml index 8dbb934358..710f4dd774 100644 --- a/opendaylight/netconf/ietf-netconf-monitoring/pom.xml +++ b/opendaylight/netconf/ietf-netconf-monitoring/pom.xml @@ -4,7 +4,7 @@ org.opendaylight.controller netconf-subsystem - 0.3.0-Lithium + 0.3.1-SNAPSHOT ietf-netconf-monitoring bundle diff --git a/opendaylight/netconf/ietf-netconf-notifications/pom.xml b/opendaylight/netconf/ietf-netconf-notifications/pom.xml index e16c7712af..f1da622d6e 100644 --- a/opendaylight/netconf/ietf-netconf-notifications/pom.xml +++ b/opendaylight/netconf/ietf-netconf-notifications/pom.xml @@ -12,7 +12,7 @@ org.opendaylight.controller netconf-subsystem - 0.3.0-Lithium + 0.3.1-SNAPSHOT ietf-netconf-notifications bundle diff --git a/opendaylight/netconf/ietf-netconf/pom.xml b/opendaylight/netconf/ietf-netconf/pom.xml index a75069bb78..16ab50e2c7 100644 --- a/opendaylight/netconf/ietf-netconf/pom.xml +++ b/opendaylight/netconf/ietf-netconf/pom.xml @@ -12,7 +12,7 @@ org.opendaylight.controller netconf-subsystem - 0.3.0-Lithium + 0.3.1-SNAPSHOT ietf-netconf bundle diff --git a/opendaylight/netconf/mdsal-netconf-connector/pom.xml b/opendaylight/netconf/mdsal-netconf-connector/pom.xml index 0a31999980..8a340349a4 100644 --- a/opendaylight/netconf/mdsal-netconf-connector/pom.xml +++ b/opendaylight/netconf/mdsal-netconf-connector/pom.xml @@ -5,7 +5,7 @@ org.opendaylight.controller netconf-subsystem - 0.3.0-Lithium + 0.3.1-SNAPSHOT mdsal-netconf-connector bundle diff --git a/opendaylight/netconf/mdsal-netconf-monitoring/pom.xml b/opendaylight/netconf/mdsal-netconf-monitoring/pom.xml index 12dc3abf67..4262178e60 100644 --- a/opendaylight/netconf/mdsal-netconf-monitoring/pom.xml +++ b/opendaylight/netconf/mdsal-netconf-monitoring/pom.xml @@ -4,7 +4,7 @@ org.opendaylight.controller netconf-subsystem - 0.3.0-Lithium + 0.3.1-SNAPSHOT mdsal-netconf-monitoring bundle diff --git a/opendaylight/netconf/netconf-api/pom.xml b/opendaylight/netconf/netconf-api/pom.xml index d1b2fd4564..5edebeb54d 100644 --- a/opendaylight/netconf/netconf-api/pom.xml +++ b/opendaylight/netconf/netconf-api/pom.xml @@ -5,7 +5,7 @@ org.opendaylight.controller netconf-subsystem - 0.3.0-Lithium + 0.3.1-SNAPSHOT netconf-api bundle diff --git a/opendaylight/netconf/netconf-artifacts/pom.xml b/opendaylight/netconf/netconf-artifacts/pom.xml index 6ebdd6d402..5732d0bdf0 100644 --- a/opendaylight/netconf/netconf-artifacts/pom.xml +++ b/opendaylight/netconf/netconf-artifacts/pom.xml @@ -12,7 +12,7 @@ 4.0.0 org.opendaylight.controller netconf-artifacts - 0.3.0-Lithium + 0.3.1-SNAPSHOT pom diff --git a/opendaylight/netconf/netconf-auth/pom.xml b/opendaylight/netconf/netconf-auth/pom.xml index edc403ca32..316594d312 100644 --- a/opendaylight/netconf/netconf-auth/pom.xml +++ b/opendaylight/netconf/netconf-auth/pom.xml @@ -12,7 +12,7 @@ org.opendaylight.controller netconf-subsystem - 0.3.0-Lithium + 0.3.1-SNAPSHOT ../ netconf-auth diff --git a/opendaylight/netconf/netconf-cli/pom.xml b/opendaylight/netconf/netconf-cli/pom.xml index 800658a6e8..df7978f3ff 100644 --- a/opendaylight/netconf/netconf-cli/pom.xml +++ b/opendaylight/netconf/netconf-cli/pom.xml @@ -10,7 +10,7 @@ org.opendaylight.controller netconf-subsystem - 0.3.0-Lithium + 0.3.1-SNAPSHOT netconf-cli jar diff --git a/opendaylight/netconf/netconf-client/pom.xml b/opendaylight/netconf/netconf-client/pom.xml index de623b84f0..e1d1060d0f 100644 --- a/opendaylight/netconf/netconf-client/pom.xml +++ b/opendaylight/netconf/netconf-client/pom.xml @@ -5,7 +5,7 @@ org.opendaylight.controller netconf-subsystem - 0.3.0-Lithium + 0.3.1-SNAPSHOT netconf-client bundle diff --git a/opendaylight/netconf/netconf-config/pom.xml b/opendaylight/netconf/netconf-config/pom.xml index 0beb8cbd7e..c701778f26 100644 --- a/opendaylight/netconf/netconf-config/pom.xml +++ b/opendaylight/netconf/netconf-config/pom.xml @@ -12,7 +12,7 @@ org.opendaylight.controller netconf-subsystem - 0.3.0-Lithium + 0.3.1-SNAPSHOT netconf-config Configuration files for netconf diff --git a/opendaylight/netconf/netconf-connector-config/pom.xml b/opendaylight/netconf/netconf-connector-config/pom.xml index 4a785b084e..309da877ec 100644 --- a/opendaylight/netconf/netconf-connector-config/pom.xml +++ b/opendaylight/netconf/netconf-connector-config/pom.xml @@ -12,7 +12,7 @@ org.opendaylight.controller netconf-subsystem - 0.3.0-Lithium + 0.3.1-SNAPSHOT netconf-connector-config Configuration files for netconf-connector diff --git a/opendaylight/netconf/netconf-impl/pom.xml b/opendaylight/netconf/netconf-impl/pom.xml index cededd8322..58beceb164 100644 --- a/opendaylight/netconf/netconf-impl/pom.xml +++ b/opendaylight/netconf/netconf-impl/pom.xml @@ -5,7 +5,7 @@ org.opendaylight.controller netconf-subsystem - 0.3.0-Lithium + 0.3.1-SNAPSHOT netconf-impl bundle diff --git a/opendaylight/netconf/netconf-it/pom.xml b/opendaylight/netconf/netconf-it/pom.xml index 6199ebf8fc..920142b232 100644 --- a/opendaylight/netconf/netconf-it/pom.xml +++ b/opendaylight/netconf/netconf-it/pom.xml @@ -5,7 +5,7 @@ org.opendaylight.controller netconf-subsystem - 0.3.0-Lithium + 0.3.1-SNAPSHOT netconf-it diff --git a/opendaylight/netconf/netconf-mapping-api/pom.xml b/opendaylight/netconf/netconf-mapping-api/pom.xml index 44379d48f6..d90e7de7db 100644 --- a/opendaylight/netconf/netconf-mapping-api/pom.xml +++ b/opendaylight/netconf/netconf-mapping-api/pom.xml @@ -5,7 +5,7 @@ org.opendaylight.controller netconf-subsystem - 0.3.0-Lithium + 0.3.1-SNAPSHOT netconf-mapping-api diff --git a/opendaylight/netconf/netconf-mdsal-config/pom.xml b/opendaylight/netconf/netconf-mdsal-config/pom.xml index eb233974e4..33b79e18b7 100644 --- a/opendaylight/netconf/netconf-mdsal-config/pom.xml +++ b/opendaylight/netconf/netconf-mdsal-config/pom.xml @@ -12,7 +12,7 @@ org.opendaylight.controller netconf-subsystem - 0.3.0-Lithium + 0.3.1-SNAPSHOT netconf-mdsal-config Configuration files for netconf for mdsal diff --git a/opendaylight/netconf/netconf-monitoring/pom.xml b/opendaylight/netconf/netconf-monitoring/pom.xml index bc6969b513..584065e976 100644 --- a/opendaylight/netconf/netconf-monitoring/pom.xml +++ b/opendaylight/netconf/netconf-monitoring/pom.xml @@ -4,7 +4,7 @@ org.opendaylight.controller netconf-subsystem - 0.3.0-Lithium + 0.3.1-SNAPSHOT netconf-monitoring bundle diff --git a/opendaylight/netconf/netconf-netty-util/pom.xml b/opendaylight/netconf/netconf-netty-util/pom.xml index af0eb9ea62..84d6f9e9c0 100644 --- a/opendaylight/netconf/netconf-netty-util/pom.xml +++ b/opendaylight/netconf/netconf-netty-util/pom.xml @@ -12,7 +12,7 @@ org.opendaylight.controller netconf-subsystem - 0.3.0-Lithium + 0.3.1-SNAPSHOT netconf-netty-util bundle diff --git a/opendaylight/netconf/netconf-notifications-api/pom.xml b/opendaylight/netconf/netconf-notifications-api/pom.xml index 617ab717d8..7f31485275 100644 --- a/opendaylight/netconf/netconf-notifications-api/pom.xml +++ b/opendaylight/netconf/netconf-notifications-api/pom.xml @@ -13,7 +13,7 @@ netconf-subsystem org.opendaylight.controller - 0.3.0-Lithium + 0.3.1-SNAPSHOT 4.0.0 bundle diff --git a/opendaylight/netconf/netconf-notifications-impl/pom.xml b/opendaylight/netconf/netconf-notifications-impl/pom.xml index 65c27b23c7..954c00f953 100644 --- a/opendaylight/netconf/netconf-notifications-impl/pom.xml +++ b/opendaylight/netconf/netconf-notifications-impl/pom.xml @@ -13,7 +13,7 @@ netconf-subsystem org.opendaylight.controller - 0.3.0-Lithium + 0.3.1-SNAPSHOT 4.0.0 bundle diff --git a/opendaylight/netconf/netconf-ssh/pom.xml b/opendaylight/netconf/netconf-ssh/pom.xml index 128698b38f..40dc2d5bf9 100644 --- a/opendaylight/netconf/netconf-ssh/pom.xml +++ b/opendaylight/netconf/netconf-ssh/pom.xml @@ -4,7 +4,7 @@ org.opendaylight.controller netconf-subsystem - 0.3.0-Lithium + 0.3.1-SNAPSHOT ../ netconf-ssh diff --git a/opendaylight/netconf/netconf-tcp/pom.xml b/opendaylight/netconf/netconf-tcp/pom.xml index b3fc001994..445afa5fdb 100644 --- a/opendaylight/netconf/netconf-tcp/pom.xml +++ b/opendaylight/netconf/netconf-tcp/pom.xml @@ -11,7 +11,7 @@ org.opendaylight.controller netconf-subsystem - 0.3.0-Lithium + 0.3.1-SNAPSHOT ../ netconf-tcp diff --git a/opendaylight/netconf/netconf-testtool/pom.xml b/opendaylight/netconf/netconf-testtool/pom.xml index dfc6552952..f975eab8a7 100644 --- a/opendaylight/netconf/netconf-testtool/pom.xml +++ b/opendaylight/netconf/netconf-testtool/pom.xml @@ -14,7 +14,7 @@ org.opendaylight.controller netconf-subsystem - 0.3.0-Lithium + 0.3.1-SNAPSHOT netconf-testtool diff --git a/opendaylight/netconf/netconf-usermanager/pom.xml b/opendaylight/netconf/netconf-usermanager/pom.xml index b35cd26720..5b59aa37cf 100644 --- a/opendaylight/netconf/netconf-usermanager/pom.xml +++ b/opendaylight/netconf/netconf-usermanager/pom.xml @@ -12,7 +12,7 @@ org.opendaylight.controller netconf-subsystem - 0.3.0-Lithium + 0.3.1-SNAPSHOT ../ netconf-usermanager diff --git a/opendaylight/netconf/netconf-util/pom.xml b/opendaylight/netconf/netconf-util/pom.xml index ad76a8dfc2..973abc3071 100644 --- a/opendaylight/netconf/netconf-util/pom.xml +++ b/opendaylight/netconf/netconf-util/pom.xml @@ -5,7 +5,7 @@ org.opendaylight.controller netconf-subsystem - 0.3.0-Lithium + 0.3.1-SNAPSHOT netconf-util bundle diff --git a/opendaylight/netconf/pom.xml b/opendaylight/netconf/pom.xml index 19bf611eb3..0da0c798e8 100644 --- a/opendaylight/netconf/pom.xml +++ b/opendaylight/netconf/pom.xml @@ -5,12 +5,12 @@ org.opendaylight.controller commons.opendaylight - 1.5.0-Lithium + 1.5.1-SNAPSHOT ../commons/opendaylight netconf-subsystem - 0.3.0-Lithium + 0.3.1-SNAPSHOT pom ${project.artifactId} diff --git a/pom.xml b/pom.xml index 1aa51d2430..538da7b903 100644 --- a/pom.xml +++ b/pom.xml @@ -4,12 +4,12 @@ org.opendaylight.controller commons.parent - 1.1.0-Lithium + 1.1.1-SNAPSHOT opendaylight/commons/parent releasepom - 0.2.0-Lithium + 0.2.1-SNAPSHOT pom controller