From b27412a298d1b7b6121af757f5d3d1f4ef6d9607 Mon Sep 17 00:00:00 2001 From: jenkins-releng Date: Thu, 29 Oct 2020 00:58:03 +0000 Subject: [PATCH] Release Aluminium --- artifacts/pom.xml | 2 +- features/parent/pom.xml | 2 +- features/production/features-neutron/pom.xml | 2 +- features/production/odl-neutron-hostconfig-ovs/pom.xml | 8 ++++---- features/production/odl-neutron-hostconfig-vpp/pom.xml | 4 ++-- features/production/odl-neutron-logger/pom.xml | 2 +- features/production/odl-neutron-model/pom.xml | 2 +- features/production/odl-neutron-northbound-api/pom.xml | 6 +++--- features/production/odl-neutron-service/pom.xml | 2 +- features/production/odl-neutron-spi/pom.xml | 2 +- features/production/pom.xml | 2 +- features/test/features-neutron-test/pom.xml | 2 +- features/test/odl-neutron-logger-test/pom.xml | 2 +- features/test/pom.xml | 2 +- integration/test-standalone/pom.xml | 4 ++-- integration/test/pom.xml | 2 +- karaf/pom.xml | 2 +- model/pom.xml | 4 ++-- neutron-hostconfig/ovs/pom.xml | 8 ++++---- neutron-hostconfig/pom.xml | 2 +- neutron-hostconfig/utils/pom.xml | 4 ++-- neutron-hostconfig/vpp/pom.xml | 6 +++--- neutron-logger/pom.xml | 4 ++-- neutron-spi/pom.xml | 4 ++-- northbound-api/pom.xml | 8 ++++---- parent/pom.xml | 2 +- pom.xml | 4 ++-- transcriber/pom.xml | 4 ++-- 28 files changed, 49 insertions(+), 49 deletions(-) diff --git a/artifacts/pom.xml b/artifacts/pom.xml index 3a96a8e20..3d5e75da8 100644 --- a/artifacts/pom.xml +++ b/artifacts/pom.xml @@ -18,7 +18,7 @@ org.opendaylight.neutron neutron-artifacts - 0.15.1-SNAPSHOT + 0.15.1 pom Neutron Artifacts diff --git a/features/parent/pom.xml b/features/parent/pom.xml index 4e4bbf0d7..25274ad8b 100644 --- a/features/parent/pom.xml +++ b/features/parent/pom.xml @@ -18,7 +18,7 @@ org.opendaylight.neutron neutron-single-feature-parent - 0.15.1-SNAPSHOT + 0.15.1 pom diff --git a/features/production/features-neutron/pom.xml b/features/production/features-neutron/pom.xml index 1dc470375..8fbfc78bc 100644 --- a/features/production/features-neutron/pom.xml +++ b/features/production/features-neutron/pom.xml @@ -12,7 +12,7 @@ org.opendaylight.neutron neutron-single-feature-parent - 0.15.1-SNAPSHOT + 0.15.1 ../../parent diff --git a/features/production/odl-neutron-hostconfig-ovs/pom.xml b/features/production/odl-neutron-hostconfig-ovs/pom.xml index 4c3eff32a..0099d4ee9 100644 --- a/features/production/odl-neutron-hostconfig-ovs/pom.xml +++ b/features/production/odl-neutron-hostconfig-ovs/pom.xml @@ -12,7 +12,7 @@ org.opendaylight.neutron neutron-single-feature-parent - 0.15.1-SNAPSHOT + 0.15.1 ../../parent @@ -25,7 +25,7 @@ org.opendaylight.ovsdb southbound-artifacts - 1.11.1-SNAPSHOT + 1.11.1 pom import @@ -44,14 +44,14 @@ odl-ovsdb-utils xml features - 1.11.1-SNAPSHOT + 1.11.1 org.opendaylight.aaa odl-aaa-cert xml features - 0.12.1-SNAPSHOT + 0.12.1 ${project.groupId} diff --git a/features/production/odl-neutron-hostconfig-vpp/pom.xml b/features/production/odl-neutron-hostconfig-vpp/pom.xml index 4e7239ed5..3ee59bbf9 100644 --- a/features/production/odl-neutron-hostconfig-vpp/pom.xml +++ b/features/production/odl-neutron-hostconfig-vpp/pom.xml @@ -12,7 +12,7 @@ org.opendaylight.neutron neutron-single-feature-parent - 0.15.1-SNAPSHOT + 0.15.1 ../../parent @@ -21,7 +21,7 @@ OpenDaylight :: Neutron :: Hostconfig :: VPP - 1.9.1-SNAPSHOT + 1.9.1 diff --git a/features/production/odl-neutron-logger/pom.xml b/features/production/odl-neutron-logger/pom.xml index 4a8b55e17..277c7c779 100644 --- a/features/production/odl-neutron-logger/pom.xml +++ b/features/production/odl-neutron-logger/pom.xml @@ -12,7 +12,7 @@ org.opendaylight.neutron neutron-single-feature-parent - 0.15.1-SNAPSHOT + 0.15.1 ../../parent diff --git a/features/production/odl-neutron-model/pom.xml b/features/production/odl-neutron-model/pom.xml index 352348323..db3324d97 100644 --- a/features/production/odl-neutron-model/pom.xml +++ b/features/production/odl-neutron-model/pom.xml @@ -12,7 +12,7 @@ org.opendaylight.neutron neutron-single-feature-parent - 0.15.1-SNAPSHOT + 0.15.1 ../../parent diff --git a/features/production/odl-neutron-northbound-api/pom.xml b/features/production/odl-neutron-northbound-api/pom.xml index d8d986b0f..055fb13e0 100644 --- a/features/production/odl-neutron-northbound-api/pom.xml +++ b/features/production/odl-neutron-northbound-api/pom.xml @@ -12,7 +12,7 @@ org.opendaylight.neutron neutron-single-feature-parent - 0.15.1-SNAPSHOT + 0.15.1 ../../parent @@ -37,14 +37,14 @@ org.opendaylight.aaa aaa-artifacts - 0.12.1-SNAPSHOT + 0.12.1 pom import org.opendaylight.netconf netconf-artifacts - 1.9.1-SNAPSHOT + 1.9.1 pom import diff --git a/features/production/odl-neutron-service/pom.xml b/features/production/odl-neutron-service/pom.xml index 2630ba4c5..ec29b783e 100644 --- a/features/production/odl-neutron-service/pom.xml +++ b/features/production/odl-neutron-service/pom.xml @@ -12,7 +12,7 @@ org.opendaylight.neutron neutron-single-feature-parent - 0.15.1-SNAPSHOT + 0.15.1 ../../parent diff --git a/features/production/odl-neutron-spi/pom.xml b/features/production/odl-neutron-spi/pom.xml index 0a09789ee..6d4ad89c6 100644 --- a/features/production/odl-neutron-spi/pom.xml +++ b/features/production/odl-neutron-spi/pom.xml @@ -12,7 +12,7 @@ org.opendaylight.neutron neutron-single-feature-parent - 0.15.1-SNAPSHOT + 0.15.1 ../../parent diff --git a/features/production/pom.xml b/features/production/pom.xml index 9fcba42c4..49cfe8ea9 100644 --- a/features/production/pom.xml +++ b/features/production/pom.xml @@ -17,7 +17,7 @@ org.opendaylight.neutron features-aggregator - 0.15.1-SNAPSHOT + 0.15.1 pom diff --git a/features/test/features-neutron-test/pom.xml b/features/test/features-neutron-test/pom.xml index ea2ab24c0..77ee8aed0 100644 --- a/features/test/features-neutron-test/pom.xml +++ b/features/test/features-neutron-test/pom.xml @@ -18,7 +18,7 @@ org.opendaylight.neutron features-neutron-test - 0.15.1-SNAPSHOT + 0.15.1 feature diff --git a/features/test/odl-neutron-logger-test/pom.xml b/features/test/odl-neutron-logger-test/pom.xml index c5306ff7f..10dd0770d 100644 --- a/features/test/odl-neutron-logger-test/pom.xml +++ b/features/test/odl-neutron-logger-test/pom.xml @@ -12,7 +12,7 @@ org.opendaylight.neutron neutron-single-feature-parent - 0.15.1-SNAPSHOT + 0.15.1 ../../parent diff --git a/features/test/pom.xml b/features/test/pom.xml index 4e825660f..8b03fd003 100644 --- a/features/test/pom.xml +++ b/features/test/pom.xml @@ -17,7 +17,7 @@ org.opendaylight.neutron features-test-aggregator - 0.15.1-SNAPSHOT + 0.15.1 pom diff --git a/integration/test-standalone/pom.xml b/integration/test-standalone/pom.xml index a36e0c297..0d77af51a 100644 --- a/integration/test-standalone/pom.xml +++ b/integration/test-standalone/pom.xml @@ -11,7 +11,7 @@ org.opendaylight.neutron integration-test-standalone - 0.15.1-SNAPSHOT + 0.15.1 bundle diff --git a/karaf/pom.xml b/karaf/pom.xml index 30d740055..8574c2b20 100644 --- a/karaf/pom.xml +++ b/karaf/pom.xml @@ -15,7 +15,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html INTERNAL 4.0.0 org.opendaylight.neutron neutron-karaf - 0.15.1-SNAPSHOT + 0.15.1 ${project.artifactId} diff --git a/model/pom.xml b/model/pom.xml index 4ec5dc643..2a114270a 100644 --- a/model/pom.xml +++ b/model/pom.xml @@ -13,13 +13,13 @@ and is available at http://www.eclipse.org/legal/epl-v10.html org.opendaylight.neutron project-neutron-parent - 0.15.1-SNAPSHOT + 0.15.1 ../parent org.opendaylight.neutron model - 0.15.1-SNAPSHOT + 0.15.1 bundle diff --git a/neutron-hostconfig/ovs/pom.xml b/neutron-hostconfig/ovs/pom.xml index 1c4fe51a9..eb4b42d31 100644 --- a/neutron-hostconfig/ovs/pom.xml +++ b/neutron-hostconfig/ovs/pom.xml @@ -12,13 +12,13 @@ org.opendaylight.neutron project-neutron-parent - 0.15.1-SNAPSHOT + 0.15.1 ../../parent org.opendaylight.neutron neutron-hostconfig-ovs - 0.15.1-SNAPSHOT + 0.15.1 bundle @@ -38,12 +38,12 @@ org.opendaylight.ovsdb utils.mdsal-utils - 1.11.1-SNAPSHOT + 1.11.1 org.opendaylight.ovsdb utils.southbound-utils - 1.11.1-SNAPSHOT + 1.11.1 org.opendaylight.neutron diff --git a/neutron-hostconfig/pom.xml b/neutron-hostconfig/pom.xml index 5e306a70d..463950d54 100644 --- a/neutron-hostconfig/pom.xml +++ b/neutron-hostconfig/pom.xml @@ -18,7 +18,7 @@ org.opendaylight.neutron neutron-hostconfig - 0.15.1-SNAPSHOT + 0.15.1 pom diff --git a/neutron-hostconfig/utils/pom.xml b/neutron-hostconfig/utils/pom.xml index 6e96a51a3..17aa2264a 100644 --- a/neutron-hostconfig/utils/pom.xml +++ b/neutron-hostconfig/utils/pom.xml @@ -12,13 +12,13 @@ org.opendaylight.neutron project-neutron-parent - 0.15.1-SNAPSHOT + 0.15.1 ../../parent org.opendaylight.neutron neutron-hostconfig-utils - 0.15.1-SNAPSHOT + 0.15.1 bundle diff --git a/neutron-hostconfig/vpp/pom.xml b/neutron-hostconfig/vpp/pom.xml index 1bc7b88ca..e4c5171ad 100644 --- a/neutron-hostconfig/vpp/pom.xml +++ b/neutron-hostconfig/vpp/pom.xml @@ -12,13 +12,13 @@ org.opendaylight.neutron project-neutron-parent - 0.15.1-SNAPSHOT + 0.15.1 ../../parent org.opendaylight.neutron neutron-hostconfig-vpp - 0.15.1-SNAPSHOT + 0.15.1 bundle @@ -29,7 +29,7 @@ org.opendaylight.netconf netconf-artifacts - 1.9.1-SNAPSHOT + 1.9.1 pom import diff --git a/neutron-logger/pom.xml b/neutron-logger/pom.xml index a643d1169..c6b7d2938 100644 --- a/neutron-logger/pom.xml +++ b/neutron-logger/pom.xml @@ -12,13 +12,13 @@ org.opendaylight.neutron project-neutron-parent - 0.15.1-SNAPSHOT + 0.15.1 ../parent org.opendaylight.neutron neutron-logger - 0.15.1-SNAPSHOT + 0.15.1 bundle diff --git a/neutron-spi/pom.xml b/neutron-spi/pom.xml index 7a3cdbb21..549a99a62 100644 --- a/neutron-spi/pom.xml +++ b/neutron-spi/pom.xml @@ -12,13 +12,13 @@ org.opendaylight.neutron project-neutron-parent - 0.15.1-SNAPSHOT + 0.15.1 ../parent org.opendaylight.neutron neutron-spi - 0.15.1-SNAPSHOT + 0.15.1 bundle diff --git a/northbound-api/pom.xml b/northbound-api/pom.xml index a70d343ef..8e1d4461c 100644 --- a/northbound-api/pom.xml +++ b/northbound-api/pom.xml @@ -12,13 +12,13 @@ org.opendaylight.neutron project-neutron-parent - 0.15.1-SNAPSHOT + 0.15.1 ../parent org.opendaylight.neutron northbound-api - 0.15.1-SNAPSHOT + 0.15.1 bundle @@ -29,14 +29,14 @@ org.opendaylight.aaa aaa-artifacts - 0.12.1-SNAPSHOT + 0.12.1 pom import org.opendaylight.netconf netconf-artifacts - 1.9.1-SNAPSHOT + 1.9.1 pom import diff --git a/parent/pom.xml b/parent/pom.xml index d36eae47c..106c9d7c5 100644 --- a/parent/pom.xml +++ b/parent/pom.xml @@ -18,7 +18,7 @@ org.opendaylight.neutron project-neutron-parent - 0.15.1-SNAPSHOT + 0.15.1 pom diff --git a/pom.xml b/pom.xml index 4719bc484..5d5de8ea7 100644 --- a/pom.xml +++ b/pom.xml @@ -9,12 +9,12 @@ org.opendaylight.neutron project-neutron-parent - 0.15.1-SNAPSHOT + 0.15.1 parent org.opendaylight.neutron project-neutron - 0.15.1-SNAPSHOT + 0.15.1 pom neutron OpenDaylight Neutron Northbound Service diff --git a/transcriber/pom.xml b/transcriber/pom.xml index a8f48d908..2ebdb3117 100644 --- a/transcriber/pom.xml +++ b/transcriber/pom.xml @@ -12,12 +12,12 @@ org.opendaylight.neutron project-neutron-parent - 0.15.1-SNAPSHOT + 0.15.1 ../parent org.opendaylight.neutron transcriber - 0.15.1-SNAPSHOT + 0.15.1 bundle -- 2.36.6