From 691de504aaf8ff3f1628b6bf5532eefa4f7b332a Mon Sep 17 00:00:00 2001 From: Thanh Ha Date: Mon, 5 Jun 2017 22:13:13 -0400 Subject: [PATCH] Migrate to odlparent 1.8.0-Carbon Per request of odlparent project we are downgrading all Nitrogen projects to use the released odlparent 1.8.0-Carbon to allow for the odlparent project to start performing semver style releases. Jira: RELENG-159 RT: 41406 Change-Id: Ica7007072c5f10e052c4aab6c46feb26e89c5915 Signed-off-by: Thanh Ha --- binding/binding-parent/pom.xml | 2 +- binding/maven-sal-api-gen-plugin/pom.xml | 2 +- binding/mdsal-binding-api/pom.xml | 2 +- binding/mdsal-binding-dom-adapter/pom.xml | 2 +- binding/mdsal-binding-dom-codec-osgi/pom.xml | 2 +- binding/mdsal-binding-dom-codec/pom.xml | 2 +- binding/mdsal-binding-generator-api/pom.xml | 2 +- binding/mdsal-binding-generator-impl/pom.xml | 2 +- binding/mdsal-binding-generator-util/pom.xml | 2 +- binding/mdsal-binding-java-api-generator/pom.xml | 2 +- binding/mdsal-binding-test-utils/pom.xml | 2 +- binding/mdsal-binding-util/pom.xml | 2 +- binding/pom.xml | 2 +- binding/yang-binding/pom.xml | 2 +- binding2/mdsal-binding2-api/pom.xml | 2 +- binding2/mdsal-binding2-dom-adapter/pom.xml | 2 +- binding2/mdsal-binding2-dom-codec/pom.xml | 2 +- binding2/mdsal-binding2-generator-api/pom.xml | 2 +- binding2/mdsal-binding2-generator-impl/pom.xml | 2 +- binding2/mdsal-binding2-generator-util/pom.xml | 2 +- binding2/mdsal-binding2-java-api-generator/pom.xml | 2 +- binding2/mdsal-binding2-maven-api-gen-plugin/pom.xml | 2 +- binding2/mdsal-binding2-spec/pom.xml | 2 +- binding2/mdsal-binding2-util/pom.xml | 2 +- binding2/mdsal-model-binding2-parent/pom.xml | 2 +- binding2/pom.xml | 2 +- common/artifacts/pom.xml | 2 +- common/features/features-mdsal/pom.xml | 4 ++-- common/features/features4-mdsal/pom.xml | 2 +- common/features/odl-mdsal-binding-api/pom.xml | 2 +- common/features/odl-mdsal-binding-base/pom.xml | 2 +- common/features/odl-mdsal-binding-dom-adapter/pom.xml | 2 +- common/features/odl-mdsal-binding-runtime/pom.xml | 2 +- common/features/odl-mdsal-binding/pom.xml | 2 +- common/features/odl-mdsal-common/pom.xml | 2 +- common/features/odl-mdsal-dom-api/pom.xml | 2 +- common/features/odl-mdsal-dom-broker/pom.xml | 4 ++-- common/features/odl-mdsal-dom/pom.xml | 2 +- common/features/odl-mdsal-eos-binding/pom.xml | 2 +- common/features/odl-mdsal-eos-common/pom.xml | 2 +- common/features/odl-mdsal-eos-dom/pom.xml | 2 +- common/features/odl-mdsal-singleton-common/pom.xml | 2 +- common/features/odl-mdsal-singleton-dom/pom.xml | 2 +- common/features/pom.xml | 2 +- common/mdsal-common-api/pom.xml | 2 +- common/parent/pom.xml | 4 ++-- common/pom.xml | 2 +- dom/mdsal-dom-api/pom.xml | 2 +- dom/mdsal-dom-broker/pom.xml | 2 +- dom/mdsal-dom-inmemory-datastore/pom.xml | 2 +- dom/mdsal-dom-spi/pom.xml | 2 +- dom/pom.xml | 2 +- entityownership/mdsal-eos-binding-adapter/pom.xml | 2 +- entityownership/mdsal-eos-binding-api/pom.xml | 2 +- entityownership/mdsal-eos-common-api/pom.xml | 2 +- entityownership/mdsal-eos-common-spi/pom.xml | 2 +- entityownership/mdsal-eos-dom-api/pom.xml | 2 +- entityownership/mdsal-eos-dom-simple/pom.xml | 2 +- entityownership/pom.xml | 2 +- model-binding2/pom.xml | 2 +- model/artifacts/pom.xml | 2 +- model/features/features-mdsal-model/pom.xml | 2 +- model/features/features4-mdsal-model/pom.xml | 2 +- model/features/odl-mdsal-models/pom.xml | 2 +- model/features/pom.xml | 2 +- model/iana/pom.xml | 2 +- model/ietf/pom.xml | 2 +- model/pom.xml | 2 +- pom.xml | 2 +- singleton-service/mdsal-singleton-common-api/pom.xml | 2 +- singleton-service/mdsal-singleton-dom-impl/pom.xml | 2 +- singleton-service/pom.xml | 2 +- 72 files changed, 75 insertions(+), 75 deletions(-) diff --git a/binding/binding-parent/pom.xml b/binding/binding-parent/pom.xml index 2dc5511e03..7d0954c361 100644 --- a/binding/binding-parent/pom.xml +++ b/binding/binding-parent/pom.xml @@ -12,7 +12,7 @@ org.opendaylight.odlparent bundle-parent - 1.9.0-SNAPSHOT + 1.8.0-Carbon diff --git a/binding/maven-sal-api-gen-plugin/pom.xml b/binding/maven-sal-api-gen-plugin/pom.xml index ad685550f4..77250bb599 100644 --- a/binding/maven-sal-api-gen-plugin/pom.xml +++ b/binding/maven-sal-api-gen-plugin/pom.xml @@ -12,7 +12,7 @@ org.opendaylight.odlparent odlparent - 1.9.0-SNAPSHOT + 1.8.0-Carbon diff --git a/binding/mdsal-binding-api/pom.xml b/binding/mdsal-binding-api/pom.xml index 7ef0b24f76..4b051d382e 100644 --- a/binding/mdsal-binding-api/pom.xml +++ b/binding/mdsal-binding-api/pom.xml @@ -11,7 +11,7 @@ org.opendaylight.odlparent bundle-parent - 1.9.0-SNAPSHOT + 1.8.0-Carbon diff --git a/binding/mdsal-binding-dom-adapter/pom.xml b/binding/mdsal-binding-dom-adapter/pom.xml index 61410bdd38..68fb6703a8 100644 --- a/binding/mdsal-binding-dom-adapter/pom.xml +++ b/binding/mdsal-binding-dom-adapter/pom.xml @@ -11,7 +11,7 @@ org.opendaylight.odlparent bundle-parent - 1.9.0-SNAPSHOT + 1.8.0-Carbon diff --git a/binding/mdsal-binding-dom-codec-osgi/pom.xml b/binding/mdsal-binding-dom-codec-osgi/pom.xml index 1785cda135..e4c52600ef 100644 --- a/binding/mdsal-binding-dom-codec-osgi/pom.xml +++ b/binding/mdsal-binding-dom-codec-osgi/pom.xml @@ -12,7 +12,7 @@ org.opendaylight.odlparent bundle-parent - 1.9.0-SNAPSHOT + 1.8.0-Carbon diff --git a/binding/mdsal-binding-dom-codec/pom.xml b/binding/mdsal-binding-dom-codec/pom.xml index 91b6f58d0b..f535d75c0e 100644 --- a/binding/mdsal-binding-dom-codec/pom.xml +++ b/binding/mdsal-binding-dom-codec/pom.xml @@ -12,7 +12,7 @@ org.opendaylight.odlparent bundle-parent - 1.9.0-SNAPSHOT + 1.8.0-Carbon diff --git a/binding/mdsal-binding-generator-api/pom.xml b/binding/mdsal-binding-generator-api/pom.xml index 0a2ba31fe1..9b2e6293aa 100644 --- a/binding/mdsal-binding-generator-api/pom.xml +++ b/binding/mdsal-binding-generator-api/pom.xml @@ -12,7 +12,7 @@ org.opendaylight.odlparent bundle-parent - 1.9.0-SNAPSHOT + 1.8.0-Carbon diff --git a/binding/mdsal-binding-generator-impl/pom.xml b/binding/mdsal-binding-generator-impl/pom.xml index c1544dbf76..ce4e05f4e0 100644 --- a/binding/mdsal-binding-generator-impl/pom.xml +++ b/binding/mdsal-binding-generator-impl/pom.xml @@ -12,7 +12,7 @@ org.opendaylight.odlparent bundle-parent - 1.9.0-SNAPSHOT + 1.8.0-Carbon diff --git a/binding/mdsal-binding-generator-util/pom.xml b/binding/mdsal-binding-generator-util/pom.xml index 1004de3c12..38b41366f2 100644 --- a/binding/mdsal-binding-generator-util/pom.xml +++ b/binding/mdsal-binding-generator-util/pom.xml @@ -12,7 +12,7 @@ org.opendaylight.odlparent bundle-parent - 1.9.0-SNAPSHOT + 1.8.0-Carbon diff --git a/binding/mdsal-binding-java-api-generator/pom.xml b/binding/mdsal-binding-java-api-generator/pom.xml index 892a9084ab..aecdca7675 100644 --- a/binding/mdsal-binding-java-api-generator/pom.xml +++ b/binding/mdsal-binding-java-api-generator/pom.xml @@ -12,7 +12,7 @@ org.opendaylight.odlparent bundle-parent - 1.9.0-SNAPSHOT + 1.8.0-Carbon diff --git a/binding/mdsal-binding-test-utils/pom.xml b/binding/mdsal-binding-test-utils/pom.xml index 442b147e2b..f2cdb800d7 100644 --- a/binding/mdsal-binding-test-utils/pom.xml +++ b/binding/mdsal-binding-test-utils/pom.xml @@ -14,7 +14,7 @@ org.opendaylight.odlparent odlparent - 1.9.0-SNAPSHOT + 1.8.0-Carbon diff --git a/binding/mdsal-binding-util/pom.xml b/binding/mdsal-binding-util/pom.xml index fd5f515a38..149cc0d3b4 100644 --- a/binding/mdsal-binding-util/pom.xml +++ b/binding/mdsal-binding-util/pom.xml @@ -11,7 +11,7 @@ org.opendaylight.odlparent bundle-parent - 1.9.0-SNAPSHOT + 1.8.0-Carbon diff --git a/binding/pom.xml b/binding/pom.xml index 4699bf3f49..2f07a885d8 100644 --- a/binding/pom.xml +++ b/binding/pom.xml @@ -12,7 +12,7 @@ org.opendaylight.odlparent odlparent-lite - 1.9.0-SNAPSHOT + 1.8.0-Carbon 4.0.0 diff --git a/binding/yang-binding/pom.xml b/binding/yang-binding/pom.xml index b91bf057b5..a1b9568c10 100644 --- a/binding/yang-binding/pom.xml +++ b/binding/yang-binding/pom.xml @@ -12,7 +12,7 @@ org.opendaylight.odlparent bundle-parent - 1.9.0-SNAPSHOT + 1.8.0-Carbon diff --git a/binding2/mdsal-binding2-api/pom.xml b/binding2/mdsal-binding2-api/pom.xml index a39c24168d..0331940530 100644 --- a/binding2/mdsal-binding2-api/pom.xml +++ b/binding2/mdsal-binding2-api/pom.xml @@ -11,7 +11,7 @@ org.opendaylight.odlparent bundle-parent - 1.9.0-SNAPSHOT + 1.8.0-Carbon diff --git a/binding2/mdsal-binding2-dom-adapter/pom.xml b/binding2/mdsal-binding2-dom-adapter/pom.xml index d58bea023c..a74a56f3dd 100644 --- a/binding2/mdsal-binding2-dom-adapter/pom.xml +++ b/binding2/mdsal-binding2-dom-adapter/pom.xml @@ -14,7 +14,7 @@ org.opendaylight.odlparent bundle-parent - 1.9.0-SNAPSHOT + 1.8.0-Carbon diff --git a/binding2/mdsal-binding2-dom-codec/pom.xml b/binding2/mdsal-binding2-dom-codec/pom.xml index a7c6dfd939..994571aee6 100644 --- a/binding2/mdsal-binding2-dom-codec/pom.xml +++ b/binding2/mdsal-binding2-dom-codec/pom.xml @@ -13,7 +13,7 @@ org.opendaylight.odlparent bundle-parent - 1.9.0-SNAPSHOT + 1.8.0-Carbon diff --git a/binding2/mdsal-binding2-generator-api/pom.xml b/binding2/mdsal-binding2-generator-api/pom.xml index 44d5f38c3c..8b70d3bf97 100644 --- a/binding2/mdsal-binding2-generator-api/pom.xml +++ b/binding2/mdsal-binding2-generator-api/pom.xml @@ -12,7 +12,7 @@ org.opendaylight.odlparent bundle-parent - 1.9.0-SNAPSHOT + 1.8.0-Carbon diff --git a/binding2/mdsal-binding2-generator-impl/pom.xml b/binding2/mdsal-binding2-generator-impl/pom.xml index 58656fc89e..e3ac06ae0b 100644 --- a/binding2/mdsal-binding2-generator-impl/pom.xml +++ b/binding2/mdsal-binding2-generator-impl/pom.xml @@ -12,7 +12,7 @@ org.opendaylight.odlparent bundle-parent - 1.9.0-SNAPSHOT + 1.8.0-Carbon diff --git a/binding2/mdsal-binding2-generator-util/pom.xml b/binding2/mdsal-binding2-generator-util/pom.xml index efb21a70ab..844aff5ef4 100644 --- a/binding2/mdsal-binding2-generator-util/pom.xml +++ b/binding2/mdsal-binding2-generator-util/pom.xml @@ -12,7 +12,7 @@ org.opendaylight.odlparent bundle-parent - 1.9.0-SNAPSHOT + 1.8.0-Carbon diff --git a/binding2/mdsal-binding2-java-api-generator/pom.xml b/binding2/mdsal-binding2-java-api-generator/pom.xml index 8ffac7546a..4b69fc9393 100644 --- a/binding2/mdsal-binding2-java-api-generator/pom.xml +++ b/binding2/mdsal-binding2-java-api-generator/pom.xml @@ -12,7 +12,7 @@ org.opendaylight.odlparent bundle-parent - 1.9.0-SNAPSHOT + 1.8.0-Carbon diff --git a/binding2/mdsal-binding2-maven-api-gen-plugin/pom.xml b/binding2/mdsal-binding2-maven-api-gen-plugin/pom.xml index 9ba988a4ce..3e7c3581ca 100644 --- a/binding2/mdsal-binding2-maven-api-gen-plugin/pom.xml +++ b/binding2/mdsal-binding2-maven-api-gen-plugin/pom.xml @@ -12,7 +12,7 @@ org.opendaylight.odlparent odlparent - 1.9.0-SNAPSHOT + 1.8.0-Carbon diff --git a/binding2/mdsal-binding2-spec/pom.xml b/binding2/mdsal-binding2-spec/pom.xml index e4d3019f5f..1231520b3a 100644 --- a/binding2/mdsal-binding2-spec/pom.xml +++ b/binding2/mdsal-binding2-spec/pom.xml @@ -12,7 +12,7 @@ org.opendaylight.odlparent bundle-parent - 1.9.0-SNAPSHOT + 1.8.0-Carbon diff --git a/binding2/mdsal-binding2-util/pom.xml b/binding2/mdsal-binding2-util/pom.xml index 436de759e1..37f8e43c4e 100644 --- a/binding2/mdsal-binding2-util/pom.xml +++ b/binding2/mdsal-binding2-util/pom.xml @@ -14,7 +14,7 @@ org.opendaylight.odlparent bundle-parent - 1.9.0-SNAPSHOT + 1.8.0-Carbon diff --git a/binding2/mdsal-model-binding2-parent/pom.xml b/binding2/mdsal-model-binding2-parent/pom.xml index c622209217..5aadefe20b 100644 --- a/binding2/mdsal-model-binding2-parent/pom.xml +++ b/binding2/mdsal-model-binding2-parent/pom.xml @@ -12,7 +12,7 @@ org.opendaylight.odlparent bundle-parent - 1.9.0-SNAPSHOT + 1.8.0-Carbon diff --git a/binding2/pom.xml b/binding2/pom.xml index 47ccc40074..21cbdaa1f9 100644 --- a/binding2/pom.xml +++ b/binding2/pom.xml @@ -12,7 +12,7 @@ org.opendaylight.odlparent odlparent-lite - 1.9.0-SNAPSHOT + 1.8.0-Carbon diff --git a/common/artifacts/pom.xml b/common/artifacts/pom.xml index 9cb25d2ca9..714fc48d63 100644 --- a/common/artifacts/pom.xml +++ b/common/artifacts/pom.xml @@ -14,7 +14,7 @@ org.opendaylight.odlparent odlparent-lite - 1.9.0-SNAPSHOT + 1.8.0-Carbon diff --git a/common/features/features-mdsal/pom.xml b/common/features/features-mdsal/pom.xml index 7428c275de..c56406a742 100644 --- a/common/features/features-mdsal/pom.xml +++ b/common/features/features-mdsal/pom.xml @@ -12,7 +12,7 @@ org.opendaylight.odlparent features-parent - 1.9.0-SNAPSHOT + 1.8.0-Carbon @@ -22,7 +22,7 @@ jar - 1.9.0-SNAPSHOT + 1.8.0-Carbon 1.2.0-SNAPSHOT diff --git a/common/features/features4-mdsal/pom.xml b/common/features/features4-mdsal/pom.xml index b3e916c286..a8673c3074 100644 --- a/common/features/features4-mdsal/pom.xml +++ b/common/features/features4-mdsal/pom.xml @@ -12,7 +12,7 @@ org.opendaylight.odlparent feature-repo-parent - 1.9.0-SNAPSHOT + 1.8.0-Carbon diff --git a/common/features/odl-mdsal-binding-api/pom.xml b/common/features/odl-mdsal-binding-api/pom.xml index 43325d9cb5..2b5a0d9088 100644 --- a/common/features/odl-mdsal-binding-api/pom.xml +++ b/common/features/odl-mdsal-binding-api/pom.xml @@ -14,7 +14,7 @@ org.opendaylight.odlparent single-feature-parent - 1.9.0-SNAPSHOT + 1.8.0-Carbon diff --git a/common/features/odl-mdsal-binding-base/pom.xml b/common/features/odl-mdsal-binding-base/pom.xml index 5cc22702c5..0ae0361b0e 100644 --- a/common/features/odl-mdsal-binding-base/pom.xml +++ b/common/features/odl-mdsal-binding-base/pom.xml @@ -14,7 +14,7 @@ org.opendaylight.odlparent single-feature-parent - 1.9.0-SNAPSHOT + 1.8.0-Carbon diff --git a/common/features/odl-mdsal-binding-dom-adapter/pom.xml b/common/features/odl-mdsal-binding-dom-adapter/pom.xml index 34366d2ab1..ec813f5256 100644 --- a/common/features/odl-mdsal-binding-dom-adapter/pom.xml +++ b/common/features/odl-mdsal-binding-dom-adapter/pom.xml @@ -14,7 +14,7 @@ org.opendaylight.odlparent single-feature-parent - 1.9.0-SNAPSHOT + 1.8.0-Carbon diff --git a/common/features/odl-mdsal-binding-runtime/pom.xml b/common/features/odl-mdsal-binding-runtime/pom.xml index 4d2096f077..4b95dc9d05 100644 --- a/common/features/odl-mdsal-binding-runtime/pom.xml +++ b/common/features/odl-mdsal-binding-runtime/pom.xml @@ -14,7 +14,7 @@ org.opendaylight.odlparent single-feature-parent - 1.9.0-SNAPSHOT + 1.8.0-Carbon diff --git a/common/features/odl-mdsal-binding/pom.xml b/common/features/odl-mdsal-binding/pom.xml index 4965bd6234..ad62dd6568 100644 --- a/common/features/odl-mdsal-binding/pom.xml +++ b/common/features/odl-mdsal-binding/pom.xml @@ -14,7 +14,7 @@ org.opendaylight.odlparent single-feature-parent - 1.9.0-SNAPSHOT + 1.8.0-Carbon diff --git a/common/features/odl-mdsal-common/pom.xml b/common/features/odl-mdsal-common/pom.xml index a785077f9d..f3188fab9e 100644 --- a/common/features/odl-mdsal-common/pom.xml +++ b/common/features/odl-mdsal-common/pom.xml @@ -14,7 +14,7 @@ org.opendaylight.odlparent single-feature-parent - 1.9.0-SNAPSHOT + 1.8.0-Carbon diff --git a/common/features/odl-mdsal-dom-api/pom.xml b/common/features/odl-mdsal-dom-api/pom.xml index 026286d8f1..f001944838 100644 --- a/common/features/odl-mdsal-dom-api/pom.xml +++ b/common/features/odl-mdsal-dom-api/pom.xml @@ -14,7 +14,7 @@ org.opendaylight.odlparent single-feature-parent - 1.9.0-SNAPSHOT + 1.8.0-Carbon diff --git a/common/features/odl-mdsal-dom-broker/pom.xml b/common/features/odl-mdsal-dom-broker/pom.xml index 0ebe50c1eb..0a443192aa 100644 --- a/common/features/odl-mdsal-dom-broker/pom.xml +++ b/common/features/odl-mdsal-dom-broker/pom.xml @@ -14,7 +14,7 @@ org.opendaylight.odlparent single-feature-parent - 1.9.0-SNAPSHOT + 1.8.0-Carbon @@ -30,7 +30,7 @@ org.opendaylight.odlparent odlparent-artifacts - 1.9.0-SNAPSHOT + 1.8.0-Carbon pom import diff --git a/common/features/odl-mdsal-dom/pom.xml b/common/features/odl-mdsal-dom/pom.xml index 6abfd6bbe1..da599a7ce0 100644 --- a/common/features/odl-mdsal-dom/pom.xml +++ b/common/features/odl-mdsal-dom/pom.xml @@ -14,7 +14,7 @@ org.opendaylight.odlparent single-feature-parent - 1.9.0-SNAPSHOT + 1.8.0-Carbon diff --git a/common/features/odl-mdsal-eos-binding/pom.xml b/common/features/odl-mdsal-eos-binding/pom.xml index 9512628962..f972898f3a 100644 --- a/common/features/odl-mdsal-eos-binding/pom.xml +++ b/common/features/odl-mdsal-eos-binding/pom.xml @@ -14,7 +14,7 @@ org.opendaylight.odlparent single-feature-parent - 1.9.0-SNAPSHOT + 1.8.0-Carbon diff --git a/common/features/odl-mdsal-eos-common/pom.xml b/common/features/odl-mdsal-eos-common/pom.xml index b37dfef3e3..670a98216f 100644 --- a/common/features/odl-mdsal-eos-common/pom.xml +++ b/common/features/odl-mdsal-eos-common/pom.xml @@ -14,7 +14,7 @@ org.opendaylight.odlparent single-feature-parent - 1.9.0-SNAPSHOT + 1.8.0-Carbon diff --git a/common/features/odl-mdsal-eos-dom/pom.xml b/common/features/odl-mdsal-eos-dom/pom.xml index c39782ac50..0347504ab3 100644 --- a/common/features/odl-mdsal-eos-dom/pom.xml +++ b/common/features/odl-mdsal-eos-dom/pom.xml @@ -14,7 +14,7 @@ org.opendaylight.odlparent single-feature-parent - 1.9.0-SNAPSHOT + 1.8.0-Carbon diff --git a/common/features/odl-mdsal-singleton-common/pom.xml b/common/features/odl-mdsal-singleton-common/pom.xml index d4c8182443..81bae2d653 100644 --- a/common/features/odl-mdsal-singleton-common/pom.xml +++ b/common/features/odl-mdsal-singleton-common/pom.xml @@ -14,7 +14,7 @@ org.opendaylight.odlparent single-feature-parent - 1.9.0-SNAPSHOT + 1.8.0-Carbon diff --git a/common/features/odl-mdsal-singleton-dom/pom.xml b/common/features/odl-mdsal-singleton-dom/pom.xml index f3391a1030..763a77e397 100644 --- a/common/features/odl-mdsal-singleton-dom/pom.xml +++ b/common/features/odl-mdsal-singleton-dom/pom.xml @@ -14,7 +14,7 @@ org.opendaylight.odlparent single-feature-parent - 1.9.0-SNAPSHOT + 1.8.0-Carbon diff --git a/common/features/pom.xml b/common/features/pom.xml index bbadaa57c7..59e611776b 100644 --- a/common/features/pom.xml +++ b/common/features/pom.xml @@ -13,7 +13,7 @@ org.opendaylight.odlparent odlparent-lite - 1.9.0-SNAPSHOT + 1.8.0-Carbon diff --git a/common/mdsal-common-api/pom.xml b/common/mdsal-common-api/pom.xml index d080fc4f40..7a6f99d451 100644 --- a/common/mdsal-common-api/pom.xml +++ b/common/mdsal-common-api/pom.xml @@ -11,7 +11,7 @@ org.opendaylight.odlparent bundle-parent - 1.9.0-SNAPSHOT + 1.8.0-Carbon diff --git a/common/parent/pom.xml b/common/parent/pom.xml index afd5a240c6..7d85bc6b60 100644 --- a/common/parent/pom.xml +++ b/common/parent/pom.xml @@ -13,7 +13,7 @@ org.opendaylight.odlparent odlparent - 1.9.0-SNAPSHOT + 1.8.0-Carbon @@ -36,7 +36,7 @@ org.opendaylight.odlparent odlparent-artifacts - 1.9.0-SNAPSHOT + 1.8.0-Carbon pom import diff --git a/common/pom.xml b/common/pom.xml index ce7fd5803d..56f4e83a81 100644 --- a/common/pom.xml +++ b/common/pom.xml @@ -13,7 +13,7 @@ org.opendaylight.odlparent odlparent-lite - 1.9.0-SNAPSHOT + 1.8.0-Carbon diff --git a/dom/mdsal-dom-api/pom.xml b/dom/mdsal-dom-api/pom.xml index a30099a6b9..1ad33e3ee4 100644 --- a/dom/mdsal-dom-api/pom.xml +++ b/dom/mdsal-dom-api/pom.xml @@ -13,7 +13,7 @@ org.opendaylight.odlparent bundle-parent - 1.9.0-SNAPSHOT + 1.8.0-Carbon diff --git a/dom/mdsal-dom-broker/pom.xml b/dom/mdsal-dom-broker/pom.xml index d30da6a512..ed064c5619 100644 --- a/dom/mdsal-dom-broker/pom.xml +++ b/dom/mdsal-dom-broker/pom.xml @@ -12,7 +12,7 @@ org.opendaylight.odlparent bundle-parent - 1.9.0-SNAPSHOT + 1.8.0-Carbon diff --git a/dom/mdsal-dom-inmemory-datastore/pom.xml b/dom/mdsal-dom-inmemory-datastore/pom.xml index e7030633dd..9543e9e0bd 100644 --- a/dom/mdsal-dom-inmemory-datastore/pom.xml +++ b/dom/mdsal-dom-inmemory-datastore/pom.xml @@ -13,7 +13,7 @@ org.opendaylight.odlparent bundle-parent - 1.9.0-SNAPSHOT + 1.8.0-Carbon diff --git a/dom/mdsal-dom-spi/pom.xml b/dom/mdsal-dom-spi/pom.xml index 9d977128d7..1582387455 100644 --- a/dom/mdsal-dom-spi/pom.xml +++ b/dom/mdsal-dom-spi/pom.xml @@ -12,7 +12,7 @@ org.opendaylight.odlparent bundle-parent - 1.9.0-SNAPSHOT + 1.8.0-Carbon diff --git a/dom/pom.xml b/dom/pom.xml index c6920e4bb4..e80cce47c3 100644 --- a/dom/pom.xml +++ b/dom/pom.xml @@ -12,7 +12,7 @@ org.opendaylight.odlparent odlparent-lite - 1.9.0-SNAPSHOT + 1.8.0-Carbon diff --git a/entityownership/mdsal-eos-binding-adapter/pom.xml b/entityownership/mdsal-eos-binding-adapter/pom.xml index c1286e3bc2..5ecbd33ceb 100644 --- a/entityownership/mdsal-eos-binding-adapter/pom.xml +++ b/entityownership/mdsal-eos-binding-adapter/pom.xml @@ -12,7 +12,7 @@ org.opendaylight.odlparent bundle-parent - 1.9.0-SNAPSHOT + 1.8.0-Carbon diff --git a/entityownership/mdsal-eos-binding-api/pom.xml b/entityownership/mdsal-eos-binding-api/pom.xml index 02c8b27526..f395c3a049 100644 --- a/entityownership/mdsal-eos-binding-api/pom.xml +++ b/entityownership/mdsal-eos-binding-api/pom.xml @@ -11,7 +11,7 @@ org.opendaylight.odlparent bundle-parent - 1.9.0-SNAPSHOT + 1.8.0-Carbon diff --git a/entityownership/mdsal-eos-common-api/pom.xml b/entityownership/mdsal-eos-common-api/pom.xml index e8c1e0df3a..294253259e 100644 --- a/entityownership/mdsal-eos-common-api/pom.xml +++ b/entityownership/mdsal-eos-common-api/pom.xml @@ -11,7 +11,7 @@ org.opendaylight.odlparent bundle-parent - 1.9.0-SNAPSHOT + 1.8.0-Carbon diff --git a/entityownership/mdsal-eos-common-spi/pom.xml b/entityownership/mdsal-eos-common-spi/pom.xml index 8241d26ff2..ab9a8f8cf7 100644 --- a/entityownership/mdsal-eos-common-spi/pom.xml +++ b/entityownership/mdsal-eos-common-spi/pom.xml @@ -11,7 +11,7 @@ org.opendaylight.odlparent bundle-parent - 1.9.0-SNAPSHOT + 1.8.0-Carbon diff --git a/entityownership/mdsal-eos-dom-api/pom.xml b/entityownership/mdsal-eos-dom-api/pom.xml index a6e88c2960..1d12e5cff9 100644 --- a/entityownership/mdsal-eos-dom-api/pom.xml +++ b/entityownership/mdsal-eos-dom-api/pom.xml @@ -11,7 +11,7 @@ org.opendaylight.odlparent bundle-parent - 1.9.0-SNAPSHOT + 1.8.0-Carbon diff --git a/entityownership/mdsal-eos-dom-simple/pom.xml b/entityownership/mdsal-eos-dom-simple/pom.xml index feaf8541c0..8de08b9227 100644 --- a/entityownership/mdsal-eos-dom-simple/pom.xml +++ b/entityownership/mdsal-eos-dom-simple/pom.xml @@ -11,7 +11,7 @@ org.opendaylight.odlparent bundle-parent - 1.9.0-SNAPSHOT + 1.8.0-Carbon diff --git a/entityownership/pom.xml b/entityownership/pom.xml index f9b9eaa1b3..aafab7f4f3 100644 --- a/entityownership/pom.xml +++ b/entityownership/pom.xml @@ -12,7 +12,7 @@ org.opendaylight.odlparent odlparent-lite - 1.9.0-SNAPSHOT + 1.8.0-Carbon diff --git a/model-binding2/pom.xml b/model-binding2/pom.xml index 4c3dc12167..2adf98356d 100644 --- a/model-binding2/pom.xml +++ b/model-binding2/pom.xml @@ -12,7 +12,7 @@ org.opendaylight.odlparent odlparent-lite - 1.9.0-SNAPSHOT + 1.8.0-Carbon diff --git a/model/artifacts/pom.xml b/model/artifacts/pom.xml index 6a0421151a..6fd606bebd 100644 --- a/model/artifacts/pom.xml +++ b/model/artifacts/pom.xml @@ -14,7 +14,7 @@ org.opendaylight.odlparent odlparent-lite - 1.9.0-SNAPSHOT + 1.8.0-Carbon diff --git a/model/features/features-mdsal-model/pom.xml b/model/features/features-mdsal-model/pom.xml index 7e9c1e5f14..f0b5531434 100644 --- a/model/features/features-mdsal-model/pom.xml +++ b/model/features/features-mdsal-model/pom.xml @@ -12,7 +12,7 @@ org.opendaylight.odlparent features-parent - 1.9.0-SNAPSHOT + 1.8.0-Carbon diff --git a/model/features/features4-mdsal-model/pom.xml b/model/features/features4-mdsal-model/pom.xml index 4f91db14de..f41e2f7d9c 100644 --- a/model/features/features4-mdsal-model/pom.xml +++ b/model/features/features4-mdsal-model/pom.xml @@ -12,7 +12,7 @@ org.opendaylight.odlparent feature-repo-parent - 1.9.0-SNAPSHOT + 1.8.0-Carbon diff --git a/model/features/odl-mdsal-models/pom.xml b/model/features/odl-mdsal-models/pom.xml index bec914fd11..9efe9c3676 100644 --- a/model/features/odl-mdsal-models/pom.xml +++ b/model/features/odl-mdsal-models/pom.xml @@ -14,7 +14,7 @@ org.opendaylight.odlparent single-feature-parent - 1.9.0-SNAPSHOT + 1.8.0-Carbon diff --git a/model/features/pom.xml b/model/features/pom.xml index 55832588db..6e4bb38f53 100644 --- a/model/features/pom.xml +++ b/model/features/pom.xml @@ -13,7 +13,7 @@ org.opendaylight.odlparent odlparent-lite - 1.9.0-SNAPSHOT + 1.8.0-Carbon diff --git a/model/iana/pom.xml b/model/iana/pom.xml index 273730cf92..319b0a8182 100644 --- a/model/iana/pom.xml +++ b/model/iana/pom.xml @@ -12,7 +12,7 @@ org.opendaylight.odlparent odlparent-lite - 1.9.0-SNAPSHOT + 1.8.0-Carbon diff --git a/model/ietf/pom.xml b/model/ietf/pom.xml index 0f1c37a264..6beb68f911 100644 --- a/model/ietf/pom.xml +++ b/model/ietf/pom.xml @@ -12,7 +12,7 @@ org.opendaylight.odlparent odlparent-lite - 1.9.0-SNAPSHOT + 1.8.0-Carbon diff --git a/model/pom.xml b/model/pom.xml index 7ac6fa80c1..fa86448ebd 100644 --- a/model/pom.xml +++ b/model/pom.xml @@ -12,7 +12,7 @@ org.opendaylight.odlparent odlparent-lite - 1.9.0-SNAPSHOT + 1.8.0-Carbon diff --git a/pom.xml b/pom.xml index f21184ebcd..27c89f61c8 100644 --- a/pom.xml +++ b/pom.xml @@ -13,7 +13,7 @@ org.opendaylight.odlparent odlparent-lite - 1.9.0-SNAPSHOT + 1.8.0-Carbon diff --git a/singleton-service/mdsal-singleton-common-api/pom.xml b/singleton-service/mdsal-singleton-common-api/pom.xml index 903667a756..41db1cad7b 100644 --- a/singleton-service/mdsal-singleton-common-api/pom.xml +++ b/singleton-service/mdsal-singleton-common-api/pom.xml @@ -11,7 +11,7 @@ org.opendaylight.odlparent bundle-parent - 1.9.0-SNAPSHOT + 1.8.0-Carbon diff --git a/singleton-service/mdsal-singleton-dom-impl/pom.xml b/singleton-service/mdsal-singleton-dom-impl/pom.xml index 7a2dfb9ce3..ea2ca97d95 100644 --- a/singleton-service/mdsal-singleton-dom-impl/pom.xml +++ b/singleton-service/mdsal-singleton-dom-impl/pom.xml @@ -11,7 +11,7 @@ org.opendaylight.odlparent bundle-parent - 1.9.0-SNAPSHOT + 1.8.0-Carbon diff --git a/singleton-service/pom.xml b/singleton-service/pom.xml index 4487b77264..8a4a969c7f 100644 --- a/singleton-service/pom.xml +++ b/singleton-service/pom.xml @@ -12,7 +12,7 @@ org.opendaylight.odlparent odlparent-lite - 1.9.0-SNAPSHOT + 1.8.0-Carbon -- 2.36.6