From: Thanh Ha Date: Fri, 4 Mar 2016 00:31:47 +0000 (-0500) Subject: Release Lithium-SR4 X-Git-Tag: release/lithium-sr4^0 X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=commitdiff_plain;h=f919bd2188310bd118c1ce54b967f68ebf45465e;p=controller.git Release Lithium-SR4 Change-Id: Ie49f4f97dea7bad87f358284962f6529d93cf823 Signed-off-by: Thanh Ha --- diff --git a/features/akka/pom.xml b/features/akka/pom.xml index fc8f8c8641..c13a8a2c60 100644 --- a/features/akka/pom.xml +++ b/features/akka/pom.xml @@ -10,7 +10,7 @@ org.opendaylight.controller commons.opendaylight - 1.5.4-SNAPSHOT + 1.5.4-Lithium-SR4 ../../opendaylight/commons/opendaylight features-akka @@ -20,11 +20,11 @@ features.xml - 1.1.4-SNAPSHOT - 1.5.4-SNAPSHOT + 1.1.4-Lithium-SR4 + 1.5.4-Lithium-SR4 3.0.3 - 0.7.4-SNAPSHOT - 1.5.4-SNAPSHOT + 0.7.4-Lithium-SR4 + 1.5.4-Lithium-SR4 2.16 @@ -42,21 +42,21 @@ org.opendaylight.yangtools features-yangtools - 0.7.4-SNAPSHOT + 0.7.4-Lithium-SR4 features xml org.opendaylight.controller features-mdsal - 1.2.4-SNAPSHOT + 1.2.4-Lithium-SR4 features xml org.opendaylight.openflowplugin features-openflowplugin - 0.1.4-SNAPSHOT + 0.1.4-Lithium-SR4 features xml diff --git a/features/akka/src/main/resources/features.xml b/features/akka/src/main/resources/features.xml index 2dde50ba54..170478ba25 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.4-SNAPSHOT/xml/features - mvn:org.opendaylight.controller/features-mdsal/1.2.4-SNAPSHOT/xml/features - mvn:org.opendaylight.openflowplugin/features-openflowplugin/0.1.4-SNAPSHOT/xml/features + mvn:org.opendaylight.yangtools/features-yangtools/0.7.4-Lithium-SR4/xml/features + mvn:org.opendaylight.controller/features-mdsal/1.2.4-Lithium-SR4/xml/features + mvn:org.opendaylight.openflowplugin/features-openflowplugin/0.1.4-Lithium-SR4/xml/features --> - 1.1.4-SNAPSHOT - 1.5.4-SNAPSHOT + 1.1.4-Lithium-SR4 + 1.5.4-Lithium-SR4 3.0.3 - 1.5.4-SNAPSHOT + 1.5.4-Lithium-SR4 2.16 diff --git a/features/mdsal/pom.xml b/features/mdsal/pom.xml index d45bbacec2..59e5aee233 100644 --- a/features/mdsal/pom.xml +++ b/features/mdsal/pom.xml @@ -4,7 +4,7 @@ org.opendaylight.controller sal-parent - 1.2.4-SNAPSHOT + 1.2.4-Lithium-SR4 ../../opendaylight/md-sal features-mdsal diff --git a/features/netconf-connector/pom.xml b/features/netconf-connector/pom.xml index 16ac64cb33..94d489ba79 100644 --- a/features/netconf-connector/pom.xml +++ b/features/netconf-connector/pom.xml @@ -10,7 +10,7 @@ org.opendaylight.controller sal-parent - 1.2.4-SNAPSHOT + 1.2.4-Lithium-SR4 ../../opendaylight/md-sal features-netconf-connector jar @@ -42,21 +42,21 @@ org.opendaylight.yangtools features-yangtools - 0.7.4-SNAPSHOT + 0.7.4-Lithium-SR4 features xml org.opendaylight.controller features-mdsal - 1.2.4-SNAPSHOT + 1.2.4-Lithium-SR4 features xml org.opendaylight.openflowplugin features-openflowplugin - 0.1.4-SNAPSHOT + 0.1.4-Lithium-SR4 features xml diff --git a/features/netconf-connector/src/main/resources/features.xml b/features/netconf-connector/src/main/resources/features.xml index 633728d71c..15e3934dc8 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.4-SNAPSHOT/xml/features - mvn:org.opendaylight.controller/features-mdsal/1.2.4-SNAPSHOT/xml/features - mvn:org.opendaylight.openflowplugin/features-openflowplugin/0.1.4-SNAPSHOT/xml/features + mvn:org.opendaylight.yangtools/features-yangtools/0.7.4-Lithium-SR4/xml/features + mvn:org.opendaylight.controller/features-mdsal/1.2.4-Lithium-SR4/xml/features + mvn:org.opendaylight.openflowplugin/features-openflowplugin/0.1.4-Lithium-SR4/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 05e675805e..3bcddc8042 100644 --- a/features/netconf/pom.xml +++ b/features/netconf/pom.xml @@ -4,7 +4,7 @@ org.opendaylight.controller netconf-subsystem - 0.3.4-SNAPSHOT + 0.3.4-Lithium-SR4 ../../opendaylight/netconf features-netconf diff --git a/features/netconf/src/main/resources/features.xml b/features/netconf/src/main/resources/features.xml index e422de2e80..c1cc419f94 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.4-SNAPSHOT + mvn:org.opendaylight.yangtools.model/ietf-yang-types-20130715/2013.07.15.7.4-Lithium-SR4 odl-netconf-api diff --git a/features/pom.xml b/features/pom.xml index 52a63aaca9..44162323c6 100644 --- a/features/pom.xml +++ b/features/pom.xml @@ -4,7 +4,7 @@ org.opendaylight.controller commons.opendaylight - 1.5.4-SNAPSHOT + 1.5.4-Lithium-SR4 ../opendaylight/commons/opendaylight features-controller diff --git a/features/protocol-framework/pom.xml b/features/protocol-framework/pom.xml index d1bb5a0c8a..e92f595dfe 100644 --- a/features/protocol-framework/pom.xml +++ b/features/protocol-framework/pom.xml @@ -4,7 +4,7 @@ org.opendaylight.controller commons.opendaylight - 1.5.4-SNAPSHOT + 1.5.4-Lithium-SR4 ../../opendaylight/commons/opendaylight features-protocol-framework diff --git a/features/restconf/pom.xml b/features/restconf/pom.xml index c6090210b4..28f8354db4 100644 --- a/features/restconf/pom.xml +++ b/features/restconf/pom.xml @@ -10,7 +10,7 @@ org.opendaylight.controller sal-parent - 1.2.4-SNAPSHOT + 1.2.4-Lithium-SR4 ../../opendaylight/md-sal jar @@ -43,21 +43,21 @@ org.opendaylight.yangtools features-yangtools - 0.7.4-SNAPSHOT + 0.7.4-Lithium-SR4 features xml org.opendaylight.controller features-mdsal - 1.2.4-SNAPSHOT + 1.2.4-Lithium-SR4 features xml org.opendaylight.openflowplugin features-openflowplugin - 0.1.4-SNAPSHOT + 0.1.4-Lithium-SR4 features xml diff --git a/features/restconf/src/main/resources/features.xml b/features/restconf/src/main/resources/features.xml index 760f23dae0..feb4a31606 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.4-SNAPSHOT/xml/features - mvn:org.opendaylight.controller/features-mdsal/1.2.4-SNAPSHOT/xml/features - mvn:org.opendaylight.openflowplugin/features-openflowplugin/0.1.4-SNAPSHOT/xml/features + mvn:org.opendaylight.yangtools/features-yangtools/0.7.4-Lithium-SR4/xml/features + mvn:org.opendaylight.controller/features-mdsal/1.2.4-Lithium-SR4/xml/features + mvn:org.opendaylight.openflowplugin/features-openflowplugin/0.1.4-Lithium-SR4/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 7fde48c77b..c2bc97d1ca 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.4-SNAPSHOT + 1.5.4-Lithium-SR4 ../pom.xml base-features-it diff --git a/itests/pom.xml b/itests/pom.xml index 6031e20827..b499d10f1b 100644 --- a/itests/pom.xml +++ b/itests/pom.xml @@ -4,7 +4,7 @@ org.opendaylight.controller commons.opendaylight - 1.5.4-SNAPSHOT + 1.5.4-Lithium-SR4 ../opendaylight/commons/opendaylight itests-controller diff --git a/karaf/karaf-branding/pom.xml b/karaf/karaf-branding/pom.xml index 9773cac20f..2ac9761108 100644 --- a/karaf/karaf-branding/pom.xml +++ b/karaf/karaf-branding/pom.xml @@ -5,11 +5,11 @@ org.opendaylight.controller releasepom - 0.2.4-SNAPSHOT + 0.2.4-Lithium-SR4 ../.. karaf.branding - 1.1.4-SNAPSHOT + 1.1.4-Lithium-SR4 bundle OpenDaylight :: Karaf :: Branding diff --git a/karaf/karaf-parent/pom.xml b/karaf/karaf-parent/pom.xml index acba702b1f..ee163392be 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.4-SNAPSHOT + 1.5.4-Lithium-SR4 4.0.0 @@ -21,8 +21,8 @@ and is available at http://www.eclipse.org/legal/epl-v10.html pom - 1.1.4-SNAPSHOT - 1.5.4-SNAPSHOT + 1.1.4-Lithium-SR4 + 1.5.4-Lithium-SR4 standard diff --git a/opendaylight/adsal/clustering/services/pom.xml b/opendaylight/adsal/clustering/services/pom.xml index 8a4e4b7803..5dd87a2956 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.4-SNAPSHOT + 1.5.4-Lithium-SR4 ../../../commons/opendaylight clustering.services - 0.6.4-SNAPSHOT + 0.6.4-Lithium-SR4 bundle diff --git a/opendaylight/adsal/clustering/services_implementation/pom.xml b/opendaylight/adsal/clustering/services_implementation/pom.xml index 06ea10e770..4f207c473d 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.4-SNAPSHOT + 1.5.4-Lithium-SR4 ../../../commons/opendaylight clustering.services-implementation - 0.5.4-SNAPSHOT + 0.5.4-Lithium-SR4 bundle diff --git a/opendaylight/adsal/clustering/stub/pom.xml b/opendaylight/adsal/clustering/stub/pom.xml index 113bf99865..3be490e1ca 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.4-SNAPSHOT + 1.5.4-Lithium-SR4 ../../../commons/opendaylight clustering.stub - 0.5.4-SNAPSHOT + 0.5.4-Lithium-SR4 bundle diff --git a/opendaylight/adsal/clustering/test/pom.xml b/opendaylight/adsal/clustering/test/pom.xml index 45e4fa9ba4..638169f831 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.4-SNAPSHOT + 1.5.4-Lithium-SR4 ../../../commons/opendaylight clustering.test - 0.5.4-SNAPSHOT + 0.5.4-Lithium-SR4 bundle diff --git a/opendaylight/adsal/commons/httpclient/pom.xml b/opendaylight/adsal/commons/httpclient/pom.xml index cc1fbdee19..599e2e0d24 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.4-SNAPSHOT + 1.5.4-Lithium-SR4 ../../../commons/opendaylight commons.httpclient - 0.2.4-SNAPSHOT + 0.2.4-Lithium-SR4 bundle @@ -70,7 +70,7 @@ org.opendaylight.controller checkstyle - 0.1.4-SNAPSHOT + 0.1.4-Lithium-SR4 diff --git a/opendaylight/adsal/commons/integrationtest/pom.xml b/opendaylight/adsal/commons/integrationtest/pom.xml index 9bc204cfae..290f49b9d7 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.4-SNAPSHOT + 1.5.4-Lithium-SR4 ../../../commons/opendaylight commons.integrationtest - 0.6.4-SNAPSHOT + 0.6.4-Lithium-SR4 pom @@ -88,7 +88,7 @@ org.opendaylight.controller checkstyle - 0.1.4-SNAPSHOT + 0.1.4-Lithium-SR4 diff --git a/opendaylight/adsal/configuration/api/pom.xml b/opendaylight/adsal/configuration/api/pom.xml index d2ab896425..05d998751d 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.4-SNAPSHOT + 1.5.4-Lithium-SR4 ../../../commons/opendaylight configuration - 0.5.4-SNAPSHOT + 0.5.4-Lithium-SR4 bundle diff --git a/opendaylight/adsal/configuration/implementation/pom.xml b/opendaylight/adsal/configuration/implementation/pom.xml index 95ec3d3794..a98ca03178 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.4-SNAPSHOT + 1.5.4-Lithium-SR4 ../../../commons/opendaylight configuration.implementation - 0.5.4-SNAPSHOT + 0.5.4-Lithium-SR4 bundle diff --git a/opendaylight/adsal/configuration/integrationtest/pom.xml b/opendaylight/adsal/configuration/integrationtest/pom.xml index f3d4a929eb..8e4d129912 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.4-SNAPSHOT + 0.6.4-Lithium-SR4 ../../commons/integrationtest configuration.integrationtest - 0.5.4-SNAPSHOT + 0.5.4-Lithium-SR4 ch.qos.logback diff --git a/opendaylight/adsal/connectionmanager/api/pom.xml b/opendaylight/adsal/connectionmanager/api/pom.xml index 0a223c0f76..6fea0f5a48 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.4-SNAPSHOT + 1.5.4-Lithium-SR4 ../../../commons/opendaylight connectionmanager - 0.2.4-SNAPSHOT + 0.2.4-Lithium-SR4 bundle diff --git a/opendaylight/adsal/connectionmanager/implementation/pom.xml b/opendaylight/adsal/connectionmanager/implementation/pom.xml index 49cf9b7571..41f14bbb0f 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.4-SNAPSHOT + 1.5.4-Lithium-SR4 ../../../commons/opendaylight connectionmanager.implementation - 0.2.4-SNAPSHOT + 0.2.4-Lithium-SR4 bundle diff --git a/opendaylight/adsal/containermanager/api/pom.xml b/opendaylight/adsal/containermanager/api/pom.xml index dbeaf00526..29ac5515ce 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.4-SNAPSHOT + 1.5.4-Lithium-SR4 ../../../commons/opendaylight containermanager - 0.6.4-SNAPSHOT + 0.6.4-Lithium-SR4 bundle diff --git a/opendaylight/adsal/containermanager/implementation/pom.xml b/opendaylight/adsal/containermanager/implementation/pom.xml index d8738cdbe9..a16983585e 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.4-SNAPSHOT + 1.5.4-Lithium-SR4 ../../../commons/opendaylight containermanager.implementation - 0.6.4-SNAPSHOT + 0.6.4-Lithium-SR4 bundle diff --git a/opendaylight/adsal/containermanager/it.implementation/pom.xml b/opendaylight/adsal/containermanager/it.implementation/pom.xml index 07e5462084..f99a80225a 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.4-SNAPSHOT + 1.5.4-Lithium-SR4 ../../../commons/opendaylight containermanager.it.implementation - 0.6.4-SNAPSHOT + 0.6.4-Lithium-SR4 bundle diff --git a/opendaylight/adsal/containermanager/shell/pom.xml b/opendaylight/adsal/containermanager/shell/pom.xml index 5b1a0adf96..7dd642521f 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.4-SNAPSHOT + 1.5.4-Lithium-SR4 ../../../commons/opendaylight containermanager.shell diff --git a/opendaylight/adsal/dummy-console/pom.xml b/opendaylight/adsal/dummy-console/pom.xml index 7fde974fca..9d1381bcb0 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.4-SNAPSHOT + 1.5.4-Lithium-SR4 ../../commons/opendaylight dummy-console - 1.2.4-SNAPSHOT + 1.2.4-Lithium-SR4 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 4f75aa34d8..0f97eb836e 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.4-SNAPSHOT + 1.5.4-Lithium-SR4 ../../../../opendaylight/commons/opendaylight features-adsal @@ -31,7 +31,7 @@ org.opendaylight.controller opendaylight-karaf-empty - 1.5.4-SNAPSHOT + 1.5.4-Lithium-SR4 zip diff --git a/opendaylight/adsal/features/base/pom.xml b/opendaylight/adsal/features/base/pom.xml index 844c64cef3..a39fa6c5d6 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.4-SNAPSHOT + 1.5.4-Lithium-SR4 ../../../../opendaylight/commons/opendaylight features-base @@ -448,7 +448,7 @@ org.opendaylight.controller opendaylight-karaf-empty - 1.5.4-SNAPSHOT + 1.5.4-Lithium-SR4 zip diff --git a/opendaylight/adsal/features/base/src/main/resources/features.xml b/opendaylight/adsal/features/base/src/main/resources/features.xml index 5bcb1bc4dc..5ad0f1576b 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.4-SNAPSHOT + + mvn:org.opendaylight.controller/dummy-console/1.2.4-Lithium-SR4 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 d0a16f2a8d..94342037be 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.4-SNAPSHOT + 1.5.4-Lithium-SR4 ../../../../opendaylight/commons/opendaylight controller-features diff --git a/opendaylight/adsal/features/extras/pom.xml b/opendaylight/adsal/features/extras/pom.xml index df41de07db..838d64fadb 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.4-SNAPSHOT + 1.5.4-Lithium-SR4 ../../../../opendaylight/commons/opendaylight extras-features diff --git a/opendaylight/adsal/features/nsf/pom.xml b/opendaylight/adsal/features/nsf/pom.xml index 5cd10185ec..f2d3b758d5 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.4-SNAPSHOT + 1.5.4-Lithium-SR4 ../../../../opendaylight/commons/opendaylight features-nsf @@ -25,7 +25,7 @@ org.opendaylight.controller opendaylight-karaf-empty - 1.5.4-SNAPSHOT + 1.5.4-Lithium-SR4 zip diff --git a/opendaylight/adsal/forwarding/staticrouting/pom.xml b/opendaylight/adsal/forwarding/staticrouting/pom.xml index 4affba05f2..837ae8f5c9 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.4-SNAPSHOT + 1.5.4-Lithium-SR4 ../../../commons/opendaylight forwarding.staticrouting - 0.6.4-SNAPSHOT + 0.6.4-Lithium-SR4 bundle diff --git a/opendaylight/adsal/forwardingrulesmanager/api/pom.xml b/opendaylight/adsal/forwardingrulesmanager/api/pom.xml index 5ba9b71c2b..590883204d 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.4-SNAPSHOT + 1.5.4-Lithium-SR4 ../../../commons/opendaylight forwardingrulesmanager - 0.7.4-SNAPSHOT + 0.7.4-Lithium-SR4 bundle diff --git a/opendaylight/adsal/forwardingrulesmanager/implementation/pom.xml b/opendaylight/adsal/forwardingrulesmanager/implementation/pom.xml index acc2a428e2..f7a8c5c729 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.4-SNAPSHOT + 1.5.4-Lithium-SR4 ../../../commons/opendaylight forwardingrulesmanager.implementation - 0.5.4-SNAPSHOT + 0.5.4-Lithium-SR4 bundle diff --git a/opendaylight/adsal/forwardingrulesmanager/integrationtest/pom.xml b/opendaylight/adsal/forwardingrulesmanager/integrationtest/pom.xml index 84f5d6dfde..39ed520695 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.4-SNAPSHOT + 0.6.4-Lithium-SR4 ../../commons/integrationtest forwardingrulesmanager.integrationtest - 0.5.4-SNAPSHOT + 0.5.4-Lithium-SR4 ../../implementation/target/jacoco-it.exec diff --git a/opendaylight/adsal/hosttracker/api/pom.xml b/opendaylight/adsal/hosttracker/api/pom.xml index c57d7289ba..5fbf46658a 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.4-SNAPSHOT + 1.5.4-Lithium-SR4 ../../../commons/opendaylight hosttracker - 0.6.4-SNAPSHOT + 0.6.4-Lithium-SR4 bundle diff --git a/opendaylight/adsal/hosttracker/implementation/pom.xml b/opendaylight/adsal/hosttracker/implementation/pom.xml index 78a1fdde05..25852f6510 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.4-SNAPSHOT + 1.5.4-Lithium-SR4 ../../../commons/opendaylight hosttracker.implementation - 0.6.4-SNAPSHOT + 0.6.4-Lithium-SR4 bundle diff --git a/opendaylight/adsal/hosttracker/integrationtest/pom.xml b/opendaylight/adsal/hosttracker/integrationtest/pom.xml index c6c4848d73..ac7170ff0a 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.4-SNAPSHOT + 0.6.4-Lithium-SR4 ../../commons/integrationtest hosttracker.integrationtest - 0.6.4-SNAPSHOT + 0.6.4-Lithium-SR4 ../../implementaiton/target/jacoco-it.exec diff --git a/opendaylight/adsal/hosttracker/shell/pom.xml b/opendaylight/adsal/hosttracker/shell/pom.xml index 1ab84a7238..73bbc810d1 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.4-SNAPSHOT + 1.5.4-Lithium-SR4 ../../../commons/opendaylight hosttracker.shell diff --git a/opendaylight/adsal/hosttracker_new/api/pom.xml b/opendaylight/adsal/hosttracker_new/api/pom.xml index 21a61c4836..5de335074b 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.4-SNAPSHOT + 1.5.4-Lithium-SR4 ../../../commons/opendaylight hosttracker_new - 0.5.4-SNAPSHOT + 0.5.4-Lithium-SR4 bundle diff --git a/opendaylight/adsal/hosttracker_new/implementation/pom.xml b/opendaylight/adsal/hosttracker_new/implementation/pom.xml index 82b487e139..461908e71f 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.4-SNAPSHOT + 1.5.4-Lithium-SR4 ../../../commons/opendaylight hosttracker_new.implementation - 0.5.4-SNAPSHOT + 0.5.4-Lithium-SR4 bundle diff --git a/opendaylight/adsal/karaf-tomcat-security/pom.xml b/opendaylight/adsal/karaf-tomcat-security/pom.xml index 9b32428a06..34e4f57f52 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.4-SNAPSHOT + 1.5.4-Lithium-SR4 ../../commons/opendaylight karaf-tomcat-security - 0.5.4-SNAPSHOT + 0.5.4-Lithium-SR4 bundle diff --git a/opendaylight/adsal/logging/bridge/pom.xml b/opendaylight/adsal/logging/bridge/pom.xml index 74c33c59f6..ddd2c4daad 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.4-SNAPSHOT + 1.5.4-Lithium-SR4 ../../../commons/opendaylight logging.bridge - 0.5.4-SNAPSHOT + 0.5.4-Lithium-SR4 bundle diff --git a/opendaylight/adsal/northbound/archetype-app-northbound/pom.xml b/opendaylight/adsal/northbound/archetype-app-northbound/pom.xml index 7bcea7ae29..515e2acb38 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.4-SNAPSHOT + 0.1.4-Lithium-SR4 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 b320e9f4da..cb0544f230 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.4-SNAPSHOT + 1.5.4-Lithium-SR4 ../../../commons/opendaylight diff --git a/opendaylight/adsal/northbound/bundlescanner/api/pom.xml b/opendaylight/adsal/northbound/bundlescanner/api/pom.xml index 9148f03dc0..318ea141a2 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.4-SNAPSHOT + 1.5.4-Lithium-SR4 ../../../../commons/opendaylight bundlescanner - 0.5.4-SNAPSHOT + 0.5.4-Lithium-SR4 bundle diff --git a/opendaylight/adsal/northbound/bundlescanner/implementation/pom.xml b/opendaylight/adsal/northbound/bundlescanner/implementation/pom.xml index 305fc25200..0c9b884e3c 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.4-SNAPSHOT + 1.5.4-Lithium-SR4 ../../../../commons/opendaylight bundlescanner.implementation - 0.5.4-SNAPSHOT + 0.5.4-Lithium-SR4 bundle diff --git a/opendaylight/adsal/northbound/commons/pom.xml b/opendaylight/adsal/northbound/commons/pom.xml index 17e7cea5b1..4430e6f75b 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.4-SNAPSHOT + 1.5.4-Lithium-SR4 ../../../commons/opendaylight commons.northbound - 0.5.4-SNAPSHOT + 0.5.4-Lithium-SR4 bundle diff --git a/opendaylight/adsal/northbound/connectionmanager/pom.xml b/opendaylight/adsal/northbound/connectionmanager/pom.xml index d43f5a33b9..140bf41968 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.4-SNAPSHOT + 1.5.4-Lithium-SR4 ../../adsal-enunciate-parent connectionmanager.northbound - 0.2.4-SNAPSHOT + 0.2.4-Lithium-SR4 bundle diff --git a/opendaylight/adsal/northbound/containermanager/pom.xml b/opendaylight/adsal/northbound/containermanager/pom.xml index de5bd32226..9010ed5cee 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.4-SNAPSHOT + 1.5.4-Lithium-SR4 ../../../commons/enunciate-parent containermanager.northbound - 0.5.4-SNAPSHOT + 0.5.4-Lithium-SR4 bundle diff --git a/opendaylight/adsal/northbound/controllermanager/pom.xml b/opendaylight/adsal/northbound/controllermanager/pom.xml index 61c33157a2..8c48ab87e8 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.4-SNAPSHOT + 1.5.4-Lithium-SR4 ../../adsal-enunciate-parent controllermanager.northbound - 0.1.4-SNAPSHOT + 0.1.4-Lithium-SR4 bundle diff --git a/opendaylight/adsal/northbound/flowprogrammer/pom.xml b/opendaylight/adsal/northbound/flowprogrammer/pom.xml index 449b2e0b37..ad58f51392 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.4-SNAPSHOT + 1.5.4-Lithium-SR4 ../../adsal-enunciate-parent flowprogrammer.northbound - 0.5.4-SNAPSHOT + 0.5.4-Lithium-SR4 bundle diff --git a/opendaylight/adsal/northbound/hosttracker/pom.xml b/opendaylight/adsal/northbound/hosttracker/pom.xml index 6fdd1f596a..c45c423e41 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.4-SNAPSHOT + 1.5.4-Lithium-SR4 ../../adsal-enunciate-parent hosttracker.northbound - 0.5.4-SNAPSHOT + 0.5.4-Lithium-SR4 bundle diff --git a/opendaylight/adsal/northbound/httpservice-bridge/pom.xml b/opendaylight/adsal/northbound/httpservice-bridge/pom.xml index c3fbaa9fd7..0b85d1cb9b 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.4-SNAPSHOT + 1.5.4-Lithium-SR4 ../../../commons/opendaylight httpservice-bridge - 0.1.4-SNAPSHOT + 0.1.4-Lithium-SR4 bundle HttpService bridge web application diff --git a/opendaylight/adsal/northbound/integrationtest/pom.xml b/opendaylight/adsal/northbound/integrationtest/pom.xml index 32d5795327..89d923104f 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.4-SNAPSHOT + 0.6.4-Lithium-SR4 ../../commons/integrationtest northbound.integrationtest - 0.5.4-SNAPSHOT + 0.5.4-Lithium-SR4 ch.qos.logback diff --git a/opendaylight/adsal/northbound/java-client/pom.xml b/opendaylight/adsal/northbound/java-client/pom.xml index f324169a19..6a31e2bbbe 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.4-SNAPSHOT + 1.5.4-Lithium-SR4 ../../../commons/enunciate-parent northbound.client - 0.1.4-SNAPSHOT + 0.1.4-Lithium-SR4 pom diff --git a/opendaylight/adsal/northbound/jolokia/pom.xml b/opendaylight/adsal/northbound/jolokia/pom.xml index 1fa685d637..3cb23ac46a 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.4-SNAPSHOT + 1.5.4-Lithium-SR4 ../../../commons/opendaylight jolokia-bridge - 0.1.4-SNAPSHOT + 0.1.4-Lithium-SR4 bundle Jolokia bridge web application diff --git a/opendaylight/adsal/northbound/networkconfiguration/bridgedomain/pom.xml b/opendaylight/adsal/northbound/networkconfiguration/bridgedomain/pom.xml index fb305115dd..e43131a167 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.4-SNAPSHOT + 1.5.4-Lithium-SR4 ../../../adsal-enunciate-parent networkconfig.bridgedomain.northbound - 0.1.4-SNAPSHOT + 0.1.4-Lithium-SR4 bundle diff --git a/opendaylight/adsal/northbound/staticrouting/pom.xml b/opendaylight/adsal/northbound/staticrouting/pom.xml index 65a1e84cc4..f952440135 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.4-SNAPSHOT + 1.5.4-Lithium-SR4 ../../adsal-enunciate-parent forwarding.staticrouting.northbound - 0.5.4-SNAPSHOT + 0.5.4-Lithium-SR4 bundle diff --git a/opendaylight/adsal/northbound/statistics/pom.xml b/opendaylight/adsal/northbound/statistics/pom.xml index 01d9a52723..eee716ddbf 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.4-SNAPSHOT + 1.5.4-Lithium-SR4 ../../adsal-enunciate-parent statistics.northbound - 0.5.4-SNAPSHOT + 0.5.4-Lithium-SR4 bundle diff --git a/opendaylight/adsal/northbound/subnets/pom.xml b/opendaylight/adsal/northbound/subnets/pom.xml index 4d7c58058a..768e2dacf4 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.4-SNAPSHOT + 1.5.4-Lithium-SR4 ../../adsal-enunciate-parent subnets.northbound - 0.5.4-SNAPSHOT + 0.5.4-Lithium-SR4 bundle diff --git a/opendaylight/adsal/northbound/swagger-ui/pom.xml b/opendaylight/adsal/northbound/swagger-ui/pom.xml index 1c2b43e54f..21f2c2c395 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.4-SNAPSHOT + 1.5.4-Lithium-SR4 ../../../commons/opendaylight swagger-ui - 0.1.4-SNAPSHOT + 0.1.4-Lithium-SR4 bundle diff --git a/opendaylight/adsal/northbound/switchmanager/pom.xml b/opendaylight/adsal/northbound/switchmanager/pom.xml index 27268416a5..dc0a1def58 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.4-SNAPSHOT + 1.5.4-Lithium-SR4 ../../adsal-enunciate-parent switchmanager.northbound - 0.5.4-SNAPSHOT + 0.5.4-Lithium-SR4 bundle diff --git a/opendaylight/adsal/northbound/topology/pom.xml b/opendaylight/adsal/northbound/topology/pom.xml index ba46595f67..96b636ce89 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.4-SNAPSHOT + 1.5.4-Lithium-SR4 ../../adsal-enunciate-parent topology.northbound - 0.5.4-SNAPSHOT + 0.5.4-Lithium-SR4 bundle diff --git a/opendaylight/adsal/northbound/usermanager/pom.xml b/opendaylight/adsal/northbound/usermanager/pom.xml index 76113ff610..1825a2c4a5 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.4-SNAPSHOT + 1.5.4-Lithium-SR4 ../../../commons/enunciate-parent usermanager.northbound - 0.1.4-SNAPSHOT + 0.1.4-Lithium-SR4 bundle diff --git a/opendaylight/adsal/northboundtest/unit_test_suite/pom.xml b/opendaylight/adsal/northboundtest/unit_test_suite/pom.xml index d3c2209169..828b45c8c2 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.4-SNAPSHOT + 1.5.4-Lithium-SR4 ../../../../opendaylight/commons/opendaylight @@ -16,7 +16,7 @@ org.opendaylight.controller northboundtest - 0.5.4-SNAPSHOT + 0.5.4-Lithium-SR4 bundle diff --git a/opendaylight/adsal/pom.xml b/opendaylight/adsal/pom.xml index 63b51fe4e6..2afda0bff9 100644 --- a/opendaylight/adsal/pom.xml +++ b/opendaylight/adsal/pom.xml @@ -5,7 +5,7 @@ org.opendaylight.controller commons.parent - 1.1.4-SNAPSHOT + 1.1.4-Lithium-SR4 ../commons/parent diff --git a/opendaylight/adsal/protocol_plugins/openflow/pom.xml b/opendaylight/adsal/protocol_plugins/openflow/pom.xml index 13ea5070be..d8c6951dfa 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.4-SNAPSHOT + 1.5.4-Lithium-SR4 ../../../commons/opendaylight protocol_plugins.openflow - 0.5.4-SNAPSHOT + 0.5.4-Lithium-SR4 bundle diff --git a/opendaylight/adsal/protocol_plugins/stub/pom.xml b/opendaylight/adsal/protocol_plugins/stub/pom.xml index eb337fecb5..7beaddab04 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.4-SNAPSHOT + 1.5.4-Lithium-SR4 ../../../commons/opendaylight protocol_plugins.stub - 0.5.4-SNAPSHOT + 0.5.4-Lithium-SR4 bundle diff --git a/opendaylight/adsal/routing/dijkstra_implementation/pom.xml b/opendaylight/adsal/routing/dijkstra_implementation/pom.xml index 296ccfe85e..21deb9d4f1 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.4-SNAPSHOT + 1.5.4-Lithium-SR4 ../../../commons/opendaylight routing.dijkstra_implementation - 0.5.4-SNAPSHOT + 0.5.4-Lithium-SR4 bundle diff --git a/opendaylight/adsal/sal/api/pom.xml b/opendaylight/adsal/sal/api/pom.xml index e36287e550..e7971e8353 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.4-SNAPSHOT + 1.5.4-Lithium-SR4 ../../../commons/opendaylight sal - 0.9.4-SNAPSHOT + 0.9.4-Lithium-SR4 bundle diff --git a/opendaylight/adsal/sal/connection/api/pom.xml b/opendaylight/adsal/sal/connection/api/pom.xml index 92096bda5b..1bfbeca243 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.4-SNAPSHOT + 1.5.4-Lithium-SR4 ../../../../commons/opendaylight sal.connection - 0.2.4-SNAPSHOT + 0.2.4-Lithium-SR4 bundle diff --git a/opendaylight/adsal/sal/connection/implementation/pom.xml b/opendaylight/adsal/sal/connection/implementation/pom.xml index ab69ab44c4..c8b02382dd 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.4-SNAPSHOT + 1.5.4-Lithium-SR4 ../../../../commons/opendaylight sal.connection.implementation - 0.2.4-SNAPSHOT + 0.2.4-Lithium-SR4 bundle diff --git a/opendaylight/adsal/sal/implementation/pom.xml b/opendaylight/adsal/sal/implementation/pom.xml index 775f91cc42..7b55c1f8d6 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.4-SNAPSHOT + 1.5.4-Lithium-SR4 ../../../commons/opendaylight sal.implementation - 0.5.4-SNAPSHOT + 0.5.4-Lithium-SR4 bundle diff --git a/opendaylight/adsal/sal/networkconfiguration/api/pom.xml b/opendaylight/adsal/sal/networkconfiguration/api/pom.xml index aaddb5e1c3..b6f8a73129 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.4-SNAPSHOT + 1.5.4-Lithium-SR4 ../../../../commons/opendaylight sal.networkconfiguration - 0.1.4-SNAPSHOT + 0.1.4-Lithium-SR4 bundle diff --git a/opendaylight/adsal/sal/networkconfiguration/implementation/pom.xml b/opendaylight/adsal/sal/networkconfiguration/implementation/pom.xml index 267bb8735c..29f2e9df39 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.4-SNAPSHOT + 1.5.4-Lithium-SR4 ../../../../commons/opendaylight sal.networkconfiguration.implementation - 0.1.4-SNAPSHOT + 0.1.4-Lithium-SR4 bundle diff --git a/opendaylight/adsal/samples/clustersession/pom.xml b/opendaylight/adsal/samples/clustersession/pom.xml index d97b96d319..e3a12b564a 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.4-SNAPSHOT + 1.5.4-Lithium-SR4 ../../../commons/opendaylight org.opendaylight.controller clustersession - 1.1.4-SNAPSHOT + 1.1.4-Lithium-SR4 bundle @@ -43,7 +43,7 @@ org.opendaylight.controller clustering.services - 0.6.4-SNAPSHOT + 0.6.4-Lithium-SR4 org.slf4j diff --git a/opendaylight/adsal/samples/loadbalancer/pom.xml b/opendaylight/adsal/samples/loadbalancer/pom.xml index 4cfb0040cd..cfa2f4228e 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.4-SNAPSHOT + 1.5.4-Lithium-SR4 ../../../commons/opendaylight samples.loadbalancer - 0.6.4-SNAPSHOT + 0.6.4-Lithium-SR4 bundle diff --git a/opendaylight/adsal/samples/northbound/loadbalancer/pom.xml b/opendaylight/adsal/samples/northbound/loadbalancer/pom.xml index c6fca3a0db..1e717aec0b 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.4-SNAPSHOT + 1.5.4-Lithium-SR4 ../../../adsal-enunciate-parent samples.loadbalancer.northbound - 0.5.4-SNAPSHOT + 0.5.4-Lithium-SR4 bundle diff --git a/opendaylight/adsal/samples/simpleforwarding/pom.xml b/opendaylight/adsal/samples/simpleforwarding/pom.xml index 483ed49c6d..026c12fb6b 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.4-SNAPSHOT + 1.5.4-Lithium-SR4 ../../../commons/opendaylight samples.simpleforwarding - 0.5.4-SNAPSHOT + 0.5.4-Lithium-SR4 bundle diff --git a/opendaylight/adsal/security/pom.xml b/opendaylight/adsal/security/pom.xml index c9e2d93002..897312ffd9 100644 --- a/opendaylight/adsal/security/pom.xml +++ b/opendaylight/adsal/security/pom.xml @@ -4,12 +4,12 @@ org.opendaylight.controller commons.opendaylight - 1.5.4-SNAPSHOT + 1.5.4-Lithium-SR4 ../../commons/opendaylight security - 0.5.4-SNAPSHOT + 0.5.4-Lithium-SR4 bundle diff --git a/opendaylight/adsal/statisticsmanager/api/pom.xml b/opendaylight/adsal/statisticsmanager/api/pom.xml index 658b8c4913..ec874f31f3 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.4-SNAPSHOT + 1.5.4-Lithium-SR4 ../../../commons/opendaylight statisticsmanager - 0.6.4-SNAPSHOT + 0.6.4-Lithium-SR4 bundle diff --git a/opendaylight/adsal/statisticsmanager/implementation/pom.xml b/opendaylight/adsal/statisticsmanager/implementation/pom.xml index 61f7bfd841..d761e723e4 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.4-SNAPSHOT + 1.5.4-Lithium-SR4 ../../../commons/opendaylight statisticsmanager.implementation - 0.5.4-SNAPSHOT + 0.5.4-Lithium-SR4 bundle diff --git a/opendaylight/adsal/statisticsmanager/integrationtest/pom.xml b/opendaylight/adsal/statisticsmanager/integrationtest/pom.xml index 61d7613cd0..53e79907b5 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.4-SNAPSHOT + 0.6.4-Lithium-SR4 ../../commons/integrationtest statisticsmanager.integrationtest - 0.5.4-SNAPSHOT + 0.5.4-Lithium-SR4 ../../implementation/target/jacoco-it.exec diff --git a/opendaylight/adsal/switchmanager/api/pom.xml b/opendaylight/adsal/switchmanager/api/pom.xml index b1639625c9..48a1c9c7a7 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.4-SNAPSHOT + 1.5.4-Lithium-SR4 ../../../commons/opendaylight switchmanager - 0.8.4-SNAPSHOT + 0.8.4-Lithium-SR4 bundle diff --git a/opendaylight/adsal/switchmanager/implementation/pom.xml b/opendaylight/adsal/switchmanager/implementation/pom.xml index 679b797176..aad050523b 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.4-SNAPSHOT + 1.5.4-Lithium-SR4 ../../../commons/opendaylight switchmanager.implementation - 0.5.4-SNAPSHOT + 0.5.4-Lithium-SR4 bundle diff --git a/opendaylight/adsal/switchmanager/integrationtest/pom.xml b/opendaylight/adsal/switchmanager/integrationtest/pom.xml index 113bcc4ba1..5306fa675f 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.4-SNAPSHOT + 0.6.4-Lithium-SR4 ../../commons/integrationtest switchmanager.integrationtest - 0.5.4-SNAPSHOT + 0.5.4-Lithium-SR4 ../../implementation/target/jacoco-it.exec diff --git a/opendaylight/adsal/topologymanager/implementation/pom.xml b/opendaylight/adsal/topologymanager/implementation/pom.xml index 25506cefbb..a58351935b 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.4-SNAPSHOT + 1.5.4-Lithium-SR4 ../../../commons/opendaylight topologymanager - 0.5.4-SNAPSHOT + 0.5.4-Lithium-SR4 bundle diff --git a/opendaylight/adsal/topologymanager/integrationtest/pom.xml b/opendaylight/adsal/topologymanager/integrationtest/pom.xml index 25dc9970da..43f003026c 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.4-SNAPSHOT + 0.6.4-Lithium-SR4 ../../commons/integrationtest topologymanager.integrationtest - 0.5.4-SNAPSHOT + 0.5.4-Lithium-SR4 ../../implementaiton/target/jacoco-it.exec diff --git a/opendaylight/adsal/topologymanager/shell/pom.xml b/opendaylight/adsal/topologymanager/shell/pom.xml index 7f54bff4d8..1e7d85ff52 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.4-SNAPSHOT + 1.5.4-Lithium-SR4 ../../../commons/opendaylight topologymanager.shell diff --git a/opendaylight/adsal/usermanager/api/pom.xml b/opendaylight/adsal/usermanager/api/pom.xml index 4ebc37eb53..f25db6449b 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.4-SNAPSHOT + 1.5.4-Lithium-SR4 ../../../commons/opendaylight usermanager - 0.5.4-SNAPSHOT + 0.5.4-Lithium-SR4 bundle diff --git a/opendaylight/adsal/usermanager/implementation/pom.xml b/opendaylight/adsal/usermanager/implementation/pom.xml index 4e9fca0a1b..9f94396ccb 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.4-SNAPSHOT + 1.5.4-Lithium-SR4 ../../../commons/opendaylight usermanager.implementation - 0.5.4-SNAPSHOT + 0.5.4-Lithium-SR4 bundle diff --git a/opendaylight/adsal/web/brandfragment/pom.xml b/opendaylight/adsal/web/brandfragment/pom.xml index 04c9dc5fa5..4cf1270876 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.4-SNAPSHOT + 1.5.4-Lithium-SR4 ../../../commons/opendaylight @@ -17,7 +17,7 @@ org.opendaylight.controller web.brandfragment - 0.5.4-SNAPSHOT + 0.5.4-Lithium-SR4 bundle diff --git a/opendaylight/adsal/web/devices/pom.xml b/opendaylight/adsal/web/devices/pom.xml index e2574c47d3..fe04b7108b 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.4-SNAPSHOT + 1.5.4-Lithium-SR4 ../../../commons/opendaylight devices.web - 0.5.4-SNAPSHOT + 0.5.4-Lithium-SR4 bundle diff --git a/opendaylight/adsal/web/flows/pom.xml b/opendaylight/adsal/web/flows/pom.xml index 75f8fd5035..4c5fe3cb90 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.4-SNAPSHOT + 1.5.4-Lithium-SR4 ../../../commons/opendaylight flows.web - 0.5.4-SNAPSHOT + 0.5.4-Lithium-SR4 bundle diff --git a/opendaylight/adsal/web/osgi-brandfragment/pom.xml b/opendaylight/adsal/web/osgi-brandfragment/pom.xml index 84cabdbf7f..9436d1fe53 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.4-SNAPSHOT + 1.5.4-Lithium-SR4 ../../../commons/opendaylight osgi-brandfragment.web - 0.1.4-SNAPSHOT + 0.1.4-Lithium-SR4 bundle OSGi management web application brand fragment diff --git a/opendaylight/adsal/web/root/pom.xml b/opendaylight/adsal/web/root/pom.xml index eaea52e61b..a7873acfa8 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.4-SNAPSHOT + 1.5.4-Lithium-SR4 ../../../commons/opendaylight web - 0.5.4-SNAPSHOT + 0.5.4-Lithium-SR4 bundle diff --git a/opendaylight/adsal/web/topology/pom.xml b/opendaylight/adsal/web/topology/pom.xml index 3b559b0fbe..a9035235ca 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.4-SNAPSHOT + 1.5.4-Lithium-SR4 ../../../commons/opendaylight topology.web - 0.5.4-SNAPSHOT + 0.5.4-Lithium-SR4 bundle diff --git a/opendaylight/adsal/web/troubleshoot/pom.xml b/opendaylight/adsal/web/troubleshoot/pom.xml index b23c30058b..dc2742b64f 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.4-SNAPSHOT + 1.5.4-Lithium-SR4 ../../../commons/opendaylight troubleshoot.web - 0.5.4-SNAPSHOT + 0.5.4-Lithium-SR4 bundle diff --git a/opendaylight/archetypes/odl-model-project/pom.xml b/opendaylight/archetypes/odl-model-project/pom.xml index a20095c2ea..c23e15c963 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.4-SNAPSHOT + 0.2.4-Lithium-SR4 org.opendaylight.controller.archetypes odl-model-project - 1.2.4-SNAPSHOT + 1.2.4-Lithium-SR4 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 3180404cb6..05f2c522ed 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.4-SNAPSHOT - 0.7.4-SNAPSHOT + 0.7.4-Lithium-SR4 + 0.7.4-Lithium-SR4 2.3.7 diff --git a/opendaylight/archetypes/opendaylight-configfile-archetype/pom.xml b/opendaylight/archetypes/opendaylight-configfile-archetype/pom.xml index 16b58fa5cc..5fb321d996 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.4-SNAPSHOT + 0.2.4-Lithium-SR4 org.opendaylight.controller opendaylight-configfile-archetype - 1.2.4-SNAPSHOT + 1.2.4-Lithium-SR4 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 3cd9bac675..d1c11337f8 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.4-SNAPSHOT + 0.2.4-Lithium-SR4 org.opendaylight.controller opendaylight-karaf-distro-archetype - 1.1.4-SNAPSHOT + 1.1.4-Lithium-SR4 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 df98f70f4b..0b722fce62 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.4-SNAPSHOT - 1.5.4-SNAPSHOT + 1.1.4-Lithium-SR4 + 1.5.4-Lithium-SR4 3.0.3 @@ -81,7 +81,7 @@ org.opendaylight.openflowplugin features-openflowplugin - 0.1.4-SNAPSHOT + 0.1.4-Lithium-SR4 features xml runtime diff --git a/opendaylight/archetypes/opendaylight-karaf-features/pom.xml b/opendaylight/archetypes/opendaylight-karaf-features/pom.xml index cf6d2c36dc..c2a679af40 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.4-SNAPSHOT + 0.2.4-Lithium-SR4 org.opendaylight.controller opendaylight-karaf-features-archetype - 1.1.4-SNAPSHOT + 1.1.4-Lithium-SR4 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 9127cb9a85..e3b3ad8b51 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.4-SNAPSHOT - 1.5.4-SNAPSHOT + 1.1.4-Lithium-SR4 + 1.5.4-Lithium-SR4 3.0.3 - 1.5.4-SNAPSHOT - 1.5.4-SNAPSHOT + 1.5.4-Lithium-SR4 + 1.5.4-Lithium-SR4 2.16 @@ -46,21 +46,21 @@ org.opendaylight.yangtools features-yangtools - 0.7.4-SNAPSHOT + 0.7.4-Lithium-SR4 features xml org.opendaylight.controller features-mdsal - 1.2.4-SNAPSHOT + 1.2.4-Lithium-SR4 features xml org.opendaylight.openflowplugin features-openflowplugin - 0.1.4-SNAPSHOT + 0.1.4-Lithium-SR4 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 28f0a91662..e9140589bc 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.4-SNAPSHOT/xml/features - mvn:org.opendaylight.controller/features-mdsal/1.2.4-SNAPSHOT/xml/features - mvn:org.opendaylight.openflowplugin/features-openflowplugin/0.1.4-SNAPSHOT/xml/features + mvn:org.opendaylight.yangtools/features-yangtools/0.7.4-Lithium-SR4/xml/features + mvn:org.opendaylight.controller/features-mdsal/1.2.4-Lithium-SR4/xml/features + mvn:org.opendaylight.openflowplugin/features-openflowplugin/0.1.4-Lithium-SR4/xml/features --> diff --git a/opendaylight/commons/checkstyle/pom.xml b/opendaylight/commons/checkstyle/pom.xml index 1feed03fb9..af61a96e0f 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.4-SNAPSHOT + 0.1.4-Lithium-SR4 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 4ce334033a..dbdbdcff0f 100644 --- a/opendaylight/commons/concepts/pom.xml +++ b/opendaylight/commons/concepts/pom.xml @@ -4,12 +4,12 @@ org.opendaylight.controller commons.opendaylight - 1.5.4-SNAPSHOT + 1.5.4-Lithium-SR4 ../../commons/opendaylight concepts - 0.6.4-SNAPSHOT + 0.6.4-Lithium-SR4 bundle @@ -43,7 +43,7 @@ org.opendaylight.controller checkstyle - 0.1.4-SNAPSHOT + 0.1.4-Lithium-SR4 diff --git a/opendaylight/commons/enunciate-parent/pom.xml b/opendaylight/commons/enunciate-parent/pom.xml index 8ea4596d5c..9cb01cfec5 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.4-SNAPSHOT + 1.5.4-Lithium-SR4 ../opendaylight diff --git a/opendaylight/commons/filter-valve/pom.xml b/opendaylight/commons/filter-valve/pom.xml index d953e33f78..116e6e8831 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.4-SNAPSHOT + 1.5.4-Lithium-SR4 ../opendaylight filter-valve diff --git a/opendaylight/commons/liblldp/pom.xml b/opendaylight/commons/liblldp/pom.xml index f797fd5b9c..4ad4fd1a6f 100644 --- a/opendaylight/commons/liblldp/pom.xml +++ b/opendaylight/commons/liblldp/pom.xml @@ -4,12 +4,12 @@ org.opendaylight.controller commons.opendaylight - 1.5.4-SNAPSHOT + 1.5.4-Lithium-SR4 ../opendaylight liblldp - 0.9.4-SNAPSHOT + 0.9.4-Lithium-SR4 bundle diff --git a/opendaylight/commons/logback_settings/pom.xml b/opendaylight/commons/logback_settings/pom.xml index 851e94da53..0728ff3c7c 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.4-SNAPSHOT + 1.1.4-Lithium-SR4 ../parent commons.logback_settings - 0.1.4-SNAPSHOT + 0.1.4-Lithium-SR4 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 b9a8c77ee1..9539dcfb49 100644 --- a/opendaylight/commons/opendaylight/pom.xml +++ b/opendaylight/commons/opendaylight/pom.xml @@ -4,30 +4,30 @@ org.opendaylight.odlparent odlparent - 1.5.4-SNAPSHOT + 1.5.4-Lithium-SR4 org.opendaylight.controller commons.opendaylight - 1.5.4-SNAPSHOT + 1.5.4-Lithium-SR4 pom 2.3.10 - 0.5.4-SNAPSHOT - 0.1.4-SNAPSHOT - 0.6.4-SNAPSHOT + 0.5.4-Lithium-SR4 + 0.1.4-Lithium-SR4 + 0.6.4-Lithium-SR4 - 0.5.4-SNAPSHOT - 0.5.4-SNAPSHOT - 0.5.4-SNAPSHOT - 0.6.4-SNAPSHOT - 0.5.4-SNAPSHOT - 0.5.4-SNAPSHOT - 0.5.4-SNAPSHOT - 0.5.4-SNAPSHOT + 0.5.4-Lithium-SR4 + 0.5.4-Lithium-SR4 + 0.5.4-Lithium-SR4 + 0.6.4-Lithium-SR4 + 0.5.4-Lithium-SR4 + 0.5.4-Lithium-SR4 + 0.5.4-Lithium-SR4 + 0.5.4-Lithium-SR4 3.0.1 @@ -41,19 +41,19 @@ 7.0.53.v201406060720 7.0.53.v201406070630 - 0.1.4-SNAPSHOT - 0.2.4-SNAPSHOT - 0.1.4-SNAPSHOT + 0.1.4-Lithium-SR4 + 0.2.4-Lithium-SR4 + 0.1.4-Lithium-SR4 3.0.1 - 0.2.4-SNAPSHOT - 0.6.4-SNAPSHOT - 1.5.4-SNAPSHOT - 1.1.4-SNAPSHOT - 0.2.4-SNAPSHOT - 0.6.4-SNAPSHOT + 0.2.4-Lithium-SR4 + 0.6.4-Lithium-SR4 + 1.5.4-Lithium-SR4 + 1.1.4-Lithium-SR4 + 0.2.4-Lithium-SR4 + 0.6.4-Lithium-SR4 1.4 - 0.3.4-SNAPSHOT - 0.2.4-SNAPSHOT + 0.3.4-Lithium-SR4 + 0.2.4-Lithium-SR4 etc/opendaylight/karaf 05-clustering.xml 06-clustered-entity-ownership.xml @@ -66,87 +66,87 @@ 10-rest-connector.xml 10-restconf-service.xml 99-netconf-connector.xml - 0.5.4-SNAPSHOT - 0.5.4-SNAPSHOT - 0.2.4-SNAPSHOT - 0.6.4-SNAPSHOT - 0.5.4-SNAPSHOT - 0.6.4-SNAPSHOT - 0.6.4-SNAPSHOT - 0.1.4-SNAPSHOT - 0.5.4-SNAPSHOT - 1.2.4-SNAPSHOT + 0.5.4-Lithium-SR4 + 0.5.4-Lithium-SR4 + 0.2.4-Lithium-SR4 + 0.6.4-Lithium-SR4 + 0.5.4-Lithium-SR4 + 0.6.4-Lithium-SR4 + 0.6.4-Lithium-SR4 + 0.1.4-Lithium-SR4 + 0.5.4-Lithium-SR4 + 1.2.4-Lithium-SR4 30-statistics-manager.xml 3.8.0.I20120518-2145 0000.0002.0053.0 1.6.0 - 1.5.4-SNAPSHOT - 1.5.4-SNAPSHOT + 1.5.4-Lithium-SR4 + 1.5.4-Lithium-SR4 2.4.0 - 0.5.4-SNAPSHOT - 0.5.4-SNAPSHOT - 0.6.4-SNAPSHOT - 0.5.4-SNAPSHOT - 0.5.4-SNAPSHOT - 0.7.4-SNAPSHOT - 0.6.4-SNAPSHOT - 0.6.4-SNAPSHOT - 0.5.4-SNAPSHOT - 1.1.4-SNAPSHOT - 0.5.4-SNAPSHOT - 0.5.4-SNAPSHOT - 0.1.4-SNAPSHOT - 2010.09.24.7.4-SNAPSHOT - 2013.10.19.7.4-SNAPSHOT - 2013.10.21.7.4-SNAPSHOT - 2010.09.24.7.4-SNAPSHOT + 0.5.4-Lithium-SR4 + 0.5.4-Lithium-SR4 + 0.6.4-Lithium-SR4 + 0.5.4-Lithium-SR4 + 0.5.4-Lithium-SR4 + 0.7.4-Lithium-SR4 + 0.6.4-Lithium-SR4 + 0.6.4-Lithium-SR4 + 0.5.4-Lithium-SR4 + 1.1.4-Lithium-SR4 + 0.5.4-Lithium-SR4 + 0.5.4-Lithium-SR4 + 0.1.4-Lithium-SR4 + 2010.09.24.7.4-Lithium-SR4 + 2013.10.19.7.4-Lithium-SR4 + 2013.10.21.7.4-Lithium-SR4 + 2010.09.24.7.4-Lithium-SR4 2.0-beta-2 src/main/yang-gen-config - 0.1.4-SNAPSHOT + 0.1.4-Lithium-SR4 1.1.4 1.1.1 2.0 - 1.1.4-SNAPSHOT + 1.1.4-Lithium-SR4 ${karaf.version} 0.7 1.8-odl 1.0.0 - 0.5.4-SNAPSHOT + 0.5.4-Lithium-SR4 3.0.5 1.9.4 - 1.2.4-SNAPSHOT - 0.3.4-SNAPSHOT - 0.1.4-SNAPSHOT + 1.2.4-Lithium-SR4 + 0.3.4-Lithium-SR4 + 0.1.4-Lithium-SR4 http://nexus.opendaylight.org/content - 0.5.4-SNAPSHOT - 1.5.4-SNAPSHOT - 1.5.4-SNAPSHOT - 2013.08.27.7.4-SNAPSHOT - 0.1.4-SNAPSHOT + 0.5.4-Lithium-SR4 + 1.5.4-Lithium-SR4 + 1.5.4-Lithium-SR4 + 2013.08.27.7.4-Lithium-SR4 + 0.1.4-Lithium-SR4 1.1.6 1.1.6 1.0-alpha-2 2.5.0 - 0.6.4-SNAPSHOT - 0.5.4-SNAPSHOT - 0.5.4-SNAPSHOT - 0.5.4-SNAPSHOT - 0.2.4-SNAPSHOT - 0.5.4-SNAPSHOT - 0.1.4-SNAPSHOT - 0.9.4-SNAPSHOT + 0.6.4-Lithium-SR4 + 0.5.4-Lithium-SR4 + 0.5.4-Lithium-SR4 + 0.5.4-Lithium-SR4 + 0.2.4-Lithium-SR4 + 0.5.4-Lithium-SR4 + 0.1.4-Lithium-SR4 + 0.9.4-Lithium-SR4 src/main/yang-gen-sal - 0.6.4-SNAPSHOT - 0.5.4-SNAPSHOT - 0.5.4-SNAPSHOT - 0.5.4-SNAPSHOT + 0.6.4-Lithium-SR4 + 0.5.4-Lithium-SR4 + 0.5.4-Lithium-SR4 + 0.5.4-Lithium-SR4 2.10 4 - 0.5.4-SNAPSHOT - 0.5.4-SNAPSHOT + 0.5.4-Lithium-SR4 + 0.5.4-Lithium-SR4 1.2.4 dav:http://nexus.opendaylight.org/content/sites/site ${user.name}-private-view @@ -163,30 +163,30 @@ 3.1.4.RELEASE 3.1.3.RELEASE 3.1.3.RELEASE - 0.5.4-SNAPSHOT - 0.5.4-SNAPSHOT - 0.6.4-SNAPSHOT - 0.5.4-SNAPSHOT + 0.5.4-Lithium-SR4 + 0.5.4-Lithium-SR4 + 0.6.4-Lithium-SR4 + 0.5.4-Lithium-SR4 2.15 - 0.8.4-SNAPSHOT - 0.5.4-SNAPSHOT - 0.5.4-SNAPSHOT + 0.8.4-Lithium-SR4 + 0.5.4-Lithium-SR4 + 0.5.4-Lithium-SR4 -Xmx1024m -XX:MaxPermSize=256m - 0.5.4-SNAPSHOT - 0.5.4-SNAPSHOT - 0.5.4-SNAPSHOT - 1.1.4-SNAPSHOT - 0.5.4-SNAPSHOT + 0.5.4-Lithium-SR4 + 0.5.4-Lithium-SR4 + 0.5.4-Lithium-SR4 + 1.1.4-Lithium-SR4 + 0.5.4-Lithium-SR4 1.2.0 1.2.2a - 0.5.4-SNAPSHOT - 0.1.4-SNAPSHOT - 0.5.4-SNAPSHOT - 0.5.4-SNAPSHOT - 0.5.4-SNAPSHOT - 2013.09.07.7.4-SNAPSHOT - 1.1.4-SNAPSHOT - 0.7.4-SNAPSHOT + 0.5.4-Lithium-SR4 + 0.1.4-Lithium-SR4 + 0.5.4-Lithium-SR4 + 0.5.4-Lithium-SR4 + 0.5.4-Lithium-SR4 + 2013.09.07.7.4-Lithium-SR4 + 1.1.4-Lithium-SR4 + 0.7.4-Lithium-SR4 0.14.0 0.9.7 3.3.0 @@ -952,12 +952,12 @@ org.opendaylight.controller httpservice-bridge - 0.1.4-SNAPSHOT + 0.1.4-Lithium-SR4 org.opendaylight.controller jolokia-bridge - 0.1.4-SNAPSHOT + 0.1.4-Lithium-SR4 @@ -1261,7 +1261,7 @@ org.opendaylight.controller commons.logback_settings - 0.1.4-SNAPSHOT + 0.1.4-Lithium-SR4 test @@ -1428,7 +1428,7 @@ org.opendaylight.controller commons.logback_settings - 0.1.4-SNAPSHOT + 0.1.4-Lithium-SR4 @@ -1662,7 +1662,7 @@ org.opendaylight.controller checkstyle - 0.1.4-SNAPSHOT + 0.1.4-Lithium-SR4 diff --git a/opendaylight/commons/parent/pom.xml b/opendaylight/commons/parent/pom.xml index ca70abfc09..83d70860e0 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.4-SNAPSHOT + 1.1.4-Lithium-SR4 pom diff --git a/opendaylight/commons/protocol-framework/pom.xml b/opendaylight/commons/protocol-framework/pom.xml index 6e4ab615b1..41e7fd16cf 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.4-SNAPSHOT + 1.5.4-Lithium-SR4 ../../commons/opendaylight protocol-framework - 0.6.4-SNAPSHOT + 0.6.4-Lithium-SR4 bundle ${project.artifactId} Common protocol framework diff --git a/opendaylight/config/config-api/pom.xml b/opendaylight/config/config-api/pom.xml index f29285f317..e628606aae 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.4-SNAPSHOT + 0.3.4-Lithium-SR4 config-api diff --git a/opendaylight/config/config-artifacts/pom.xml b/opendaylight/config/config-artifacts/pom.xml index 48be4754f6..b6058dd1c1 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.4-SNAPSHOT + 0.3.4-Lithium-SR4 pom diff --git a/opendaylight/config/config-manager/pom.xml b/opendaylight/config/config-manager/pom.xml index 2e3f2c0c6c..ed2e47da62 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.4-SNAPSHOT + 0.3.4-Lithium-SR4 .. config-manager diff --git a/opendaylight/config/config-module-archetype/pom.xml b/opendaylight/config/config-module-archetype/pom.xml index 9732c195f3..15053c503e 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.4-SNAPSHOT + 0.3.4-Lithium-SR4 config-module-archetype diff --git a/opendaylight/config/config-netty-config/pom.xml b/opendaylight/config/config-netty-config/pom.xml index 5fc0eec64a..15501d5b1c 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.4-SNAPSHOT + 0.3.4-Lithium-SR4 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 c7a5cb7205..c04d5db958 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.4-SNAPSHOT + 0.7.4-Lithium-SR4 4.0.0 org.opendaylight.controller config-parent - 0.3.4-SNAPSHOT + 0.3.4-Lithium-SR4 pom - 0.3.4-SNAPSHOT - 1.2.4-SNAPSHOT - 0.7.4-SNAPSHOT + 0.3.4-Lithium-SR4 + 1.2.4-Lithium-SR4 + 0.7.4-Lithium-SR4 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 499ed9c1e5..28db76361b 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.4-SNAPSHOT + 0.3.4-Lithium-SR4 .. 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 cb42471f96..e594fc1fe2 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.4-SNAPSHOT + 0.3.4-Lithium-SR4 .. 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 f652620c24..dae2faf292 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.4-SNAPSHOT + 0.3.4-Lithium-SR4 .. diff --git a/opendaylight/config/config-persister-file-xml-adapter/pom.xml b/opendaylight/config/config-persister-file-xml-adapter/pom.xml index abe9de2014..e6676226e9 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.4-SNAPSHOT + 0.3.4-Lithium-SR4 .. config-persister-file-xml-adapter diff --git a/opendaylight/config/config-plugin-parent/pom.xml b/opendaylight/config/config-plugin-parent/pom.xml index 6c114b713a..0a09c44ab1 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.4-SNAPSHOT + 0.3.4-Lithium-SR4 ../ config-plugin-parent diff --git a/opendaylight/config/config-util/pom.xml b/opendaylight/config/config-util/pom.xml index d010df45a8..2fd7b0bda8 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.4-SNAPSHOT + 0.3.4-Lithium-SR4 .. config-util diff --git a/opendaylight/config/logback-config-loader/pom.xml b/opendaylight/config/logback-config-loader/pom.xml index ca64328144..156f1617a1 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.4-SNAPSHOT + 0.3.4-Lithium-SR4 ../config-plugin-parent logback-config-loader diff --git a/opendaylight/config/logback-config/pom.xml b/opendaylight/config/logback-config/pom.xml index 7ce47c5b3c..1c3f8e0cc0 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.4-SNAPSHOT + 0.3.4-Lithium-SR4 ../config-plugin-parent logback-config diff --git a/opendaylight/config/netconf-config-dispatcher/pom.xml b/opendaylight/config/netconf-config-dispatcher/pom.xml index 9cc31e0f40..edee0dae03 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.4-SNAPSHOT + 0.3.4-Lithium-SR4 ../config-plugin-parent diff --git a/opendaylight/config/netty-config-api/pom.xml b/opendaylight/config/netty-config-api/pom.xml index c04862a900..c4f2be9f86 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.4-SNAPSHOT + 0.3.4-Lithium-SR4 ../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 4f5728a7b2..7b4bdce653 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.4-SNAPSHOT + 0.3.4-Lithium-SR4 ../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 f53c9a3ff1..a73ade57a6 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.4-SNAPSHOT + 0.3.4-Lithium-SR4 ../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 16a97759c9..1bfdf9cb65 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.4-SNAPSHOT + 0.3.4-Lithium-SR4 ../config-plugin-parent netty-timer-config diff --git a/opendaylight/config/pom.xml b/opendaylight/config/pom.xml index 515c28127f..bdaddc9f77 100644 --- a/opendaylight/config/pom.xml +++ b/opendaylight/config/pom.xml @@ -5,12 +5,12 @@ org.opendaylight.controller commons.opendaylight - 1.5.4-SNAPSHOT + 1.5.4-Lithium-SR4 ../commons/opendaylight config-subsystem - 0.3.4-SNAPSHOT + 0.3.4-Lithium-SR4 pom ${project.artifactId} diff --git a/opendaylight/config/shutdown-api/pom.xml b/opendaylight/config/shutdown-api/pom.xml index 7a42666c04..f97f48d80a 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.4-SNAPSHOT + 0.3.4-Lithium-SR4 ../config-plugin-parent shutdown-api diff --git a/opendaylight/config/shutdown-impl/pom.xml b/opendaylight/config/shutdown-impl/pom.xml index 3536e2c258..c3b4bee729 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.4-SNAPSHOT + 0.3.4-Lithium-SR4 ../config-plugin-parent shutdown-impl diff --git a/opendaylight/config/threadpool-config-api/pom.xml b/opendaylight/config/threadpool-config-api/pom.xml index 3f33f3a560..9b6194a13b 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.4-SNAPSHOT + 0.3.4-Lithium-SR4 ../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 e12e780d64..11acc54be4 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.4-SNAPSHOT + 0.3.4-Lithium-SR4 ../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 8ee3886a5a..eae953eb1b 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.4-SNAPSHOT + 0.3.4-Lithium-SR4 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 81f85fe636..979ce03940 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.4-SNAPSHOT + 0.3.4-Lithium-SR4 .. yang-jmx-generator-plugin diff --git a/opendaylight/config/yang-jmx-generator/pom.xml b/opendaylight/config/yang-jmx-generator/pom.xml index e3a4da816c..bf08dde904 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.4-SNAPSHOT + 0.3.4-Lithium-SR4 ../ diff --git a/opendaylight/config/yang-test-plugin/pom.xml b/opendaylight/config/yang-test-plugin/pom.xml index f9a85eabe7..6e59147289 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.4-SNAPSHOT + 0.3.4-Lithium-SR4 ../config-plugin-parent yang-test-plugin diff --git a/opendaylight/config/yang-test/pom.xml b/opendaylight/config/yang-test/pom.xml index 0389c885f5..d6680701e4 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.4-SNAPSHOT + 0.3.4-Lithium-SR4 ../config-plugin-parent diff --git a/opendaylight/md-sal/benchmark-data-store/pom.xml b/opendaylight/md-sal/benchmark-data-store/pom.xml index eb4b553508..9318b3da9d 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.4-SNAPSHOT + 1.2.4-Lithium-SR4 4.0.0 diff --git a/opendaylight/md-sal/md-sal-config/pom.xml b/opendaylight/md-sal/md-sal-config/pom.xml index 506f523655..2184156b11 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.4-SNAPSHOT + 1.2.4-Lithium-SR4 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 a726a3940d..1fa60538c9 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.4-SNAPSHOT + 1.2.4-Lithium-SR4 pom diff --git a/opendaylight/md-sal/messagebus-api/pom.xml b/opendaylight/md-sal/messagebus-api/pom.xml index 643915308a..42507db432 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.4-SNAPSHOT + 1.2.4-Lithium-SR4 messagebus-api diff --git a/opendaylight/md-sal/messagebus-config/pom.xml b/opendaylight/md-sal/messagebus-config/pom.xml index b232312cce..8936954b69 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.4-SNAPSHOT + 1.2.4-Lithium-SR4 messagebus-config diff --git a/opendaylight/md-sal/messagebus-impl/pom.xml b/opendaylight/md-sal/messagebus-impl/pom.xml index 4c9aa43a2d..42f01c4c51 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.4-SNAPSHOT + 1.2.4-Lithium-SR4 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.4-SNAPSHOT + 1.2.4-Lithium-SR4 org.opendaylight.controller messagebus-spi - 1.2.4-SNAPSHOT + 1.2.4-Lithium-SR4 org.opendaylight.controller diff --git a/opendaylight/md-sal/messagebus-spi/pom.xml b/opendaylight/md-sal/messagebus-spi/pom.xml index 717b2dd545..145b633736 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.4-SNAPSHOT + 1.2.4-Lithium-SR4 messagebus-spi diff --git a/opendaylight/md-sal/model/model-inventory/pom.xml b/opendaylight/md-sal/model/model-inventory/pom.xml index f71028e8ac..707bc3d51c 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.4-SNAPSHOT + 1.2.4-Lithium-SR4 model-inventory bundle diff --git a/opendaylight/md-sal/model/model-topology/pom.xml b/opendaylight/md-sal/model/model-topology/pom.xml index f83d0389b6..92f92f1d7b 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.4-SNAPSHOT + 1.2.4-Lithium-SR4 model-topology bundle diff --git a/opendaylight/md-sal/model/pom.xml b/opendaylight/md-sal/model/pom.xml index 2489b194c3..1a367fe8e6 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.4-SNAPSHOT + 1.2.4-Lithium-SR4 org.opendaylight.controller.model model-parent diff --git a/opendaylight/md-sal/pom.xml b/opendaylight/md-sal/pom.xml index f6be9e819d..32bb95078e 100644 --- a/opendaylight/md-sal/pom.xml +++ b/opendaylight/md-sal/pom.xml @@ -5,12 +5,12 @@ org.opendaylight.controller commons.opendaylight - 1.5.4-SNAPSHOT + 1.5.4-Lithium-SR4 ../commons/opendaylight sal-parent - 1.2.4-SNAPSHOT + 1.2.4-Lithium-SR4 pom diff --git a/opendaylight/md-sal/sal-akka-raft-example/pom.xml b/opendaylight/md-sal/sal-akka-raft-example/pom.xml index f2b72627d8..c5cf8226a2 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.4-SNAPSHOT + 1.2.4-Lithium-SR4 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 862270fdc7..8b5326743d 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.4-SNAPSHOT + 1.2.4-Lithium-SR4 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 19e0d5a479..42054946e1 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.4-SNAPSHOT + 1.2.4-Lithium-SR4 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 a683ad7de6..9867358dd8 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.4-SNAPSHOT + 1.2.4-Lithium-SR4 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 893284cfdc..b979a043db 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.4-SNAPSHOT + 1.2.4-Lithium-SR4 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 a1893f3498..aa6ade883f 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.4-SNAPSHOT + 1.2.4-Lithium-SR4 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 eb8c9aabff..6c18b55a88 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.4-SNAPSHOT + 1.2.4-Lithium-SR4 sal-binding-it diff --git a/opendaylight/md-sal/sal-binding-util/pom.xml b/opendaylight/md-sal/sal-binding-util/pom.xml index 8b11e38b07..24a077e9b1 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.4-SNAPSHOT + 1.2.4-Lithium-SR4 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 e060372423..f9a4080b93 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.4-SNAPSHOT + 1.2.4-Lithium-SR4 sal-clustering-commons diff --git a/opendaylight/md-sal/sal-clustering-config/pom.xml b/opendaylight/md-sal/sal-clustering-config/pom.xml index 5cf6926a58..fedb623e36 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.4-SNAPSHOT + 1.2.4-Lithium-SR4 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 bb339d6fcd..ea0a972769 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.4-SNAPSHOT + 1.2.4-Lithium-SR4 sal-common-api diff --git a/opendaylight/md-sal/sal-common-impl/pom.xml b/opendaylight/md-sal/sal-common-impl/pom.xml index ee540256f2..278ad1c999 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.4-SNAPSHOT + 1.2.4-Lithium-SR4 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 97d24451cb..1682944479 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.4-SNAPSHOT + 1.2.4-Lithium-SR4 sal-common-util diff --git a/opendaylight/md-sal/sal-common/pom.xml b/opendaylight/md-sal/sal-common/pom.xml index 4b757a089b..e658305fca 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.4-SNAPSHOT + 1.2.4-Lithium-SR4 sal-common diff --git a/opendaylight/md-sal/sal-connector-api/pom.xml b/opendaylight/md-sal/sal-connector-api/pom.xml index 594a04ccc4..4b8a5fe606 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.4-SNAPSHOT + 1.2.4-Lithium-SR4 sal-connector-api diff --git a/opendaylight/md-sal/sal-distributed-datastore/pom.xml b/opendaylight/md-sal/sal-distributed-datastore/pom.xml index 064b209eaa..a4ac4fadb6 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.4-SNAPSHOT + 1.2.4-Lithium-SR4 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 fd2ce2f345..becdb111f1 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.4-SNAPSHOT + 1.2.4-Lithium-SR4 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 cc9426a1ec..7c6984f5a2 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.4-SNAPSHOT + 1.2.4-Lithium-SR4 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 a4c2ade981..66bd52fac2 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.4-SNAPSHOT + 1.2.4-Lithium-SR4 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 ccb4e533d8..26e84ba1cc 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.4-SNAPSHOT + 1.2.4-Lithium-SR4 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 309a7c81a4..ddc712b73d 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.4-SNAPSHOT + 1.2.4-Lithium-SR4 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 da23dc212f..c53f276afe 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.4-SNAPSHOT + 1.2.4-Lithium-SR4 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 741ecfb897..820b1cfacd 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.4-SNAPSHOT + 1.2.4-Lithium-SR4 sal-inmemory-datastore diff --git a/opendaylight/md-sal/sal-karaf-xsql/pom.xml b/opendaylight/md-sal/sal-karaf-xsql/pom.xml index f84d877079..4b2fa0ce7b 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.4-SNAPSHOT + 1.2.4-Lithium-SR4 org.opendaylight.controller @@ -63,7 +63,7 @@ org.opendaylight.controller sal-dom-xsql - 1.2.4-SNAPSHOT + 1.2.4-Lithium-SR4 diff --git a/opendaylight/md-sal/sal-netconf-connector/pom.xml b/opendaylight/md-sal/sal-netconf-connector/pom.xml index d4195f4e30..74d1991d80 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.4-SNAPSHOT + 1.2.4-Lithium-SR4 sal-netconf-connector diff --git a/opendaylight/md-sal/sal-remote/pom.xml b/opendaylight/md-sal/sal-remote/pom.xml index 89111e34bd..c654f97008 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.4-SNAPSHOT + 1.2.4-Lithium-SR4 sal-remote bundle diff --git a/opendaylight/md-sal/sal-remoterpc-connector/pom.xml b/opendaylight/md-sal/sal-remoterpc-connector/pom.xml index 4f7d8dad2f..8aa4c10fe1 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.4-SNAPSHOT + 1.2.4-Lithium-SR4 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 65ffbcaad2..b40cd5d12f 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.4-SNAPSHOT + 1.2.4-Lithium-SR4 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 c2a7898656..17aef23e7e 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.4-SNAPSHOT + 1.2.4-Lithium-SR4 sal-rest-connector bundle @@ -99,7 +99,7 @@ org.opendaylight.yangtools yang-model-export - 0.7.4-SNAPSHOT + 0.7.4-Lithium-SR4 diff --git a/opendaylight/md-sal/sal-rest-docgen-maven/pom.xml b/opendaylight/md-sal/sal-rest-docgen-maven/pom.xml index 05605e85ac..63c773c6a6 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.4-SNAPSHOT + 1.2.4-Lithium-SR4 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 a1558a642d..73f6bde74c 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.4-SNAPSHOT + 1.2.4-Lithium-SR4 sal-rest-docgen diff --git a/opendaylight/md-sal/sal-restconf-broker/pom.xml b/opendaylight/md-sal/sal-restconf-broker/pom.xml index fc230b829c..875754628c 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.4-SNAPSHOT + 1.2.4-Lithium-SR4 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 4ee0aa3b21..e5024028a0 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.4-SNAPSHOT + 1.2.4-Lithium-SR4 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 00bd7ed6e1..badf10a768 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.4-SNAPSHOT + 1.2.4-Lithium-SR4 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 45ce9f21e1..b245801959 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.4-SNAPSHOT + 1.2.4-Lithium-SR4 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 ed4e58e8cb..558584a64f 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.4-SNAPSHOT + 1.2.4-Lithium-SR4 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 3fb6297b04..dd8a65e7d6 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.4-SNAPSHOT + 1.2.4-Lithium-SR4 clustering-it-provider bundle diff --git a/opendaylight/md-sal/samples/pom.xml b/opendaylight/md-sal/samples/pom.xml index 3c62c0c48c..4899120c46 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.4-SNAPSHOT + 1.2.4-Lithium-SR4 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 f58d537024..2925f61f46 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.4-SNAPSHOT + 1.2.4-Lithium-SR4 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 5217538c3d..c17869c043 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.4-SNAPSHOT + 1.2.4-Lithium-SR4 sample-toaster-consumer bundle - 1.2.4-SNAPSHOT + 1.2.4-Lithium-SR4 diff --git a/opendaylight/md-sal/samples/toaster-it/pom.xml b/opendaylight/md-sal/samples/toaster-it/pom.xml index 9852d68863..214aaecf98 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.4-SNAPSHOT + 1.2.4-Lithium-SR4 sample-toaster-it diff --git a/opendaylight/md-sal/samples/toaster-provider/pom.xml b/opendaylight/md-sal/samples/toaster-provider/pom.xml index 704e8649cf..5a3173e95c 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.4-SNAPSHOT + 1.2.4-Lithium-SR4 sample-toaster-provider bundle - 1.2.4-SNAPSHOT + 1.2.4-Lithium-SR4 diff --git a/opendaylight/md-sal/samples/toaster/pom.xml b/opendaylight/md-sal/samples/toaster/pom.xml index 1b77049453..6b4c3c09d6 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.4-SNAPSHOT + 1.2.4-Lithium-SR4 sample-toaster bundle diff --git a/opendaylight/netconf/config-netconf-connector/pom.xml b/opendaylight/netconf/config-netconf-connector/pom.xml index 4314249edc..2d90092a55 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.4-SNAPSHOT + 0.3.4-Lithium-SR4 config-netconf-connector bundle diff --git a/opendaylight/netconf/config-persister-impl/pom.xml b/opendaylight/netconf/config-persister-impl/pom.xml index 02846fb30a..e493f8bf2a 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.4-SNAPSHOT + 0.3.4-Lithium-SR4 ../ config-persister-impl diff --git a/opendaylight/netconf/ietf-netconf-monitoring-extension/pom.xml b/opendaylight/netconf/ietf-netconf-monitoring-extension/pom.xml index 639856bd28..6ddec20cc0 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.4-SNAPSHOT + 0.3.4-Lithium-SR4 ietf-netconf-monitoring-extension bundle diff --git a/opendaylight/netconf/ietf-netconf-monitoring/pom.xml b/opendaylight/netconf/ietf-netconf-monitoring/pom.xml index b54a2003bd..846829dbf3 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.4-SNAPSHOT + 0.3.4-Lithium-SR4 ietf-netconf-monitoring bundle diff --git a/opendaylight/netconf/ietf-netconf-notifications/pom.xml b/opendaylight/netconf/ietf-netconf-notifications/pom.xml index 9ed2e43ae3..f233875067 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.4-SNAPSHOT + 0.3.4-Lithium-SR4 ietf-netconf-notifications bundle diff --git a/opendaylight/netconf/ietf-netconf/pom.xml b/opendaylight/netconf/ietf-netconf/pom.xml index 4a378f3990..30dbc66aba 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.4-SNAPSHOT + 0.3.4-Lithium-SR4 ietf-netconf bundle diff --git a/opendaylight/netconf/mdsal-netconf-connector/pom.xml b/opendaylight/netconf/mdsal-netconf-connector/pom.xml index 94ff358376..f8a83a244b 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.4-SNAPSHOT + 0.3.4-Lithium-SR4 mdsal-netconf-connector bundle diff --git a/opendaylight/netconf/mdsal-netconf-monitoring/pom.xml b/opendaylight/netconf/mdsal-netconf-monitoring/pom.xml index 51a1697bd7..a6e0236c6b 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.4-SNAPSHOT + 0.3.4-Lithium-SR4 mdsal-netconf-monitoring bundle diff --git a/opendaylight/netconf/netconf-api/pom.xml b/opendaylight/netconf/netconf-api/pom.xml index 9105a4eb67..faea6bde17 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.4-SNAPSHOT + 0.3.4-Lithium-SR4 netconf-api bundle diff --git a/opendaylight/netconf/netconf-artifacts/pom.xml b/opendaylight/netconf/netconf-artifacts/pom.xml index 746dc06377..37c4660fb3 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.4-SNAPSHOT + 0.3.4-Lithium-SR4 pom diff --git a/opendaylight/netconf/netconf-auth/pom.xml b/opendaylight/netconf/netconf-auth/pom.xml index 7ccaf08a26..359005df49 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.4-SNAPSHOT + 0.3.4-Lithium-SR4 ../ netconf-auth diff --git a/opendaylight/netconf/netconf-cli/pom.xml b/opendaylight/netconf/netconf-cli/pom.xml index b1b67b7f2c..e02230499b 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.4-SNAPSHOT + 0.3.4-Lithium-SR4 netconf-cli jar diff --git a/opendaylight/netconf/netconf-client/pom.xml b/opendaylight/netconf/netconf-client/pom.xml index b36a475931..674d898ff0 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.4-SNAPSHOT + 0.3.4-Lithium-SR4 netconf-client bundle diff --git a/opendaylight/netconf/netconf-config/pom.xml b/opendaylight/netconf/netconf-config/pom.xml index daa18ed366..2d1f9fe327 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.4-SNAPSHOT + 0.3.4-Lithium-SR4 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 f00caa4d93..d1bb737e2f 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.4-SNAPSHOT + 0.3.4-Lithium-SR4 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 99b23f8576..2aacd74769 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.4-SNAPSHOT + 0.3.4-Lithium-SR4 netconf-impl bundle diff --git a/opendaylight/netconf/netconf-it/pom.xml b/opendaylight/netconf/netconf-it/pom.xml index 23537d33f0..9b3274e362 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.4-SNAPSHOT + 0.3.4-Lithium-SR4 netconf-it diff --git a/opendaylight/netconf/netconf-mapping-api/pom.xml b/opendaylight/netconf/netconf-mapping-api/pom.xml index d79db655fd..db10fd970d 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.4-SNAPSHOT + 0.3.4-Lithium-SR4 netconf-mapping-api diff --git a/opendaylight/netconf/netconf-mdsal-config/pom.xml b/opendaylight/netconf/netconf-mdsal-config/pom.xml index 84a9fdaa1e..546b3f6912 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.4-SNAPSHOT + 0.3.4-Lithium-SR4 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 b0de1237b2..e1700128af 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.4-SNAPSHOT + 0.3.4-Lithium-SR4 netconf-monitoring bundle diff --git a/opendaylight/netconf/netconf-netty-util/pom.xml b/opendaylight/netconf/netconf-netty-util/pom.xml index 123cc255ec..1c28dd96f8 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.4-SNAPSHOT + 0.3.4-Lithium-SR4 netconf-netty-util bundle diff --git a/opendaylight/netconf/netconf-notifications-api/pom.xml b/opendaylight/netconf/netconf-notifications-api/pom.xml index 645b476dcf..62a8cbaebd 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.4-SNAPSHOT + 0.3.4-Lithium-SR4 4.0.0 bundle diff --git a/opendaylight/netconf/netconf-notifications-impl/pom.xml b/opendaylight/netconf/netconf-notifications-impl/pom.xml index 8f1d0de21a..7b3cfd770e 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.4-SNAPSHOT + 0.3.4-Lithium-SR4 4.0.0 bundle diff --git a/opendaylight/netconf/netconf-ssh/pom.xml b/opendaylight/netconf/netconf-ssh/pom.xml index 2fa656d8c0..805bcd54fa 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.4-SNAPSHOT + 0.3.4-Lithium-SR4 ../ netconf-ssh diff --git a/opendaylight/netconf/netconf-tcp/pom.xml b/opendaylight/netconf/netconf-tcp/pom.xml index 9bd6141667..4332955b47 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.4-SNAPSHOT + 0.3.4-Lithium-SR4 ../ netconf-tcp diff --git a/opendaylight/netconf/netconf-testtool/pom.xml b/opendaylight/netconf/netconf-testtool/pom.xml index 92feb9d491..fee8d5cb00 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.4-SNAPSHOT + 0.3.4-Lithium-SR4 netconf-testtool diff --git a/opendaylight/netconf/netconf-usermanager/pom.xml b/opendaylight/netconf/netconf-usermanager/pom.xml index 388f8be5e6..41cccbc6e4 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.4-SNAPSHOT + 0.3.4-Lithium-SR4 ../ netconf-usermanager diff --git a/opendaylight/netconf/netconf-util/pom.xml b/opendaylight/netconf/netconf-util/pom.xml index f6f2a22da0..9ee692f68a 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.4-SNAPSHOT + 0.3.4-Lithium-SR4 netconf-util bundle diff --git a/opendaylight/netconf/pom.xml b/opendaylight/netconf/pom.xml index d4c4c84ca1..64bed56bb8 100644 --- a/opendaylight/netconf/pom.xml +++ b/opendaylight/netconf/pom.xml @@ -5,12 +5,12 @@ org.opendaylight.controller commons.opendaylight - 1.5.4-SNAPSHOT + 1.5.4-Lithium-SR4 ../commons/opendaylight netconf-subsystem - 0.3.4-SNAPSHOT + 0.3.4-Lithium-SR4 pom ${project.artifactId} diff --git a/pom.xml b/pom.xml index 6592ba9f1a..836583e40c 100644 --- a/pom.xml +++ b/pom.xml @@ -4,12 +4,12 @@ org.opendaylight.controller commons.parent - 1.1.4-SNAPSHOT + 1.1.4-Lithium-SR4 opendaylight/commons/parent releasepom - 0.2.4-SNAPSHOT + 0.2.4-Lithium-SR4 pom controller