From 084e7d4b072112a5fa4fd6beae2aaabdb0f320a1 Mon Sep 17 00:00:00 2001 From: Stephen Kitt Date: Thu, 22 Mar 2018 18:24:25 +0100 Subject: [PATCH] Bump to odlparent 3.1.0 and yangtools 2.0.3 Change-Id: I0be0c15527aa9375d7c886f668259c5c19c29ab9 Signed-off-by: Stephen Kitt --- alto-basic/alto-bwmonitor/pom.xml | 2 +- alto-basic/auto-maps/pom.xml | 2 +- alto-basic/manual-maps/pom.xml | 3 +-- alto-basic/path-manager/pom.xml | 2 +- alto-basic/pom.xml | 5 +++-- alto-basic/simple-ecs/pom.xml | 2 +- alto-basic/simple-ird/pom.xml | 2 +- alto-core/northbound/api/pom.xml | 2 +- alto-core/northbound/pom.xml | 2 +- alto-core/pom.xml | 5 +++-- alto-core/resourcepool/pom.xml | 2 +- alto-core/standard-northbound-routes/costmap/pom.xml | 5 +++-- alto-core/standard-northbound-routes/endpointcost/pom.xml | 5 +++-- .../standard-northbound-routes/endpointproperty/pom.xml | 5 +++-- alto-core/standard-northbound-routes/networkmap/pom.xml | 5 +++-- alto-core/standard-northbound-routes/pom.xml | 5 +++-- alto-core/standard-service-models/pom.xml | 5 +++-- alto-extensions/incremental-update/pom.xml | 2 +- alto-extensions/multicost/pom.xml | 2 +- alto-extensions/pom.xml | 5 +++-- alto-extensions/rsade/pom.xml | 2 +- alto-extensions/simple-pce/network-tracker/features/pom.xml | 2 +- alto-extensions/simple-pce/network-tracker/pom.xml | 2 +- alto-extensions/simple-pce/pom.xml | 5 +++-- alto-karaf/pom.xml | 2 +- alto-release-features/features-alto/pom.xml | 2 +- alto-release-features/odl-alto-auto-maps/pom.xml | 6 ++---- alto-release-features/odl-alto-basic/pom.xml | 6 ++---- alto-release-features/odl-alto-core/pom.xml | 6 ++---- alto-release-features/odl-alto-extension/pom.xml | 6 ++---- alto-release-features/odl-alto-iupd/pom.xml | 6 ++---- alto-release-features/odl-alto-manual-maps/pom.xml | 6 ++---- alto-release-features/odl-alto-multicost/pom.xml | 6 ++---- .../odl-alto-nonstandard-northbound-route/pom.xml | 6 ++---- .../odl-alto-nonstandard-service-models/pom.xml | 6 ++---- alto-release-features/odl-alto-nonstandard-types/pom.xml | 6 ++---- alto-release-features/odl-alto-northbound/pom.xml | 6 ++---- alto-release-features/odl-alto-release/pom.xml | 6 ++---- alto-release-features/odl-alto-resourcepool/pom.xml | 6 ++---- alto-release-features/odl-alto-rsabs/pom.xml | 6 ++---- alto-release-features/odl-alto-simpleecs/pom.xml | 6 ++---- alto-release-features/odl-alto-simpleird/pom.xml | 6 ++---- alto-release-features/odl-alto-spce/pom.xml | 6 ++---- .../odl-alto-standard-northbound-route/pom.xml | 6 ++---- .../odl-alto-standard-resource-translator/pom.xml | 6 ++---- .../odl-alto-standard-service-models/pom.xml | 6 ++---- alto-release-features/odl-alto-standard-types/pom.xml | 6 ++---- alto-release-features/pom.xml | 2 +- pom.xml | 5 +++-- 49 files changed, 92 insertions(+), 124 deletions(-) diff --git a/alto-basic/alto-bwmonitor/pom.xml b/alto-basic/alto-bwmonitor/pom.xml index f1749382..7fd02c05 100644 --- a/alto-basic/alto-bwmonitor/pom.xml +++ b/alto-basic/alto-bwmonitor/pom.xml @@ -11,7 +11,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html INTERNAL org.opendaylight.odlparent odlparent - 3.0.2 + 3.1.0 diff --git a/alto-basic/auto-maps/pom.xml b/alto-basic/auto-maps/pom.xml index 7115f0ed..201e3529 100644 --- a/alto-basic/auto-maps/pom.xml +++ b/alto-basic/auto-maps/pom.xml @@ -11,7 +11,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html INTERNAL org.opendaylight.odlparent odlparent - 3.0.2 + 3.1.0 diff --git a/alto-basic/manual-maps/pom.xml b/alto-basic/manual-maps/pom.xml index 2bb64fa3..1b23364c 100644 --- a/alto-basic/manual-maps/pom.xml +++ b/alto-basic/manual-maps/pom.xml @@ -10,7 +10,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html INTERNAL org.opendaylight.odlparent odlparent - 3.0.2 + 3.1.0 @@ -50,4 +50,3 @@ and is available at http://www.eclipse.org/legal/epl-v10.html INTERNAL - diff --git a/alto-basic/path-manager/pom.xml b/alto-basic/path-manager/pom.xml index e0cda609..736d1ac7 100644 --- a/alto-basic/path-manager/pom.xml +++ b/alto-basic/path-manager/pom.xml @@ -11,7 +11,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html INTERNAL org.opendaylight.odlparent odlparent - 3.0.2 + 3.1.0 diff --git a/alto-basic/pom.xml b/alto-basic/pom.xml index 198a0689..66257ffa 100644 --- a/alto-basic/pom.xml +++ b/alto-basic/pom.xml @@ -4,12 +4,13 @@ Copyright © 2015 Copyright (c) Yale University and others. All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v1.0 which accompanies this distribution, and is available at http://www.eclipse.org/legal/epl-v10.html INTERNAL ---> +--> + org.opendaylight.odlparent odlparent - 3.0.2 + 3.1.0 diff --git a/alto-basic/simple-ecs/pom.xml b/alto-basic/simple-ecs/pom.xml index 6f250ae5..cd83c0e4 100644 --- a/alto-basic/simple-ecs/pom.xml +++ b/alto-basic/simple-ecs/pom.xml @@ -10,7 +10,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html INTERNAL org.opendaylight.odlparent odlparent - 3.0.2 + 3.1.0 diff --git a/alto-basic/simple-ird/pom.xml b/alto-basic/simple-ird/pom.xml index 10737b44..035d25e5 100644 --- a/alto-basic/simple-ird/pom.xml +++ b/alto-basic/simple-ird/pom.xml @@ -10,7 +10,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html INTERNAL org.opendaylight.odlparent odlparent - 3.0.2 + 3.1.0 diff --git a/alto-core/northbound/api/pom.xml b/alto-core/northbound/api/pom.xml index c49b9ec0..d8d69726 100644 --- a/alto-core/northbound/api/pom.xml +++ b/alto-core/northbound/api/pom.xml @@ -10,7 +10,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html org.opendaylight.odlparent bundle-parent - 3.0.2 + 3.1.0 diff --git a/alto-core/northbound/pom.xml b/alto-core/northbound/pom.xml index ad92cccb..23f8cf0c 100644 --- a/alto-core/northbound/pom.xml +++ b/alto-core/northbound/pom.xml @@ -10,7 +10,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html INTERNAL org.opendaylight.odlparent odlparent - 3.0.2 + 3.1.0 diff --git a/alto-core/pom.xml b/alto-core/pom.xml index 866505db..9ca5f009 100644 --- a/alto-core/pom.xml +++ b/alto-core/pom.xml @@ -4,12 +4,13 @@ Copyright © 2015 Copyright (c) Yale University and others. All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v1.0 which accompanies this distribution, and is available at http://www.eclipse.org/legal/epl-v10.html INTERNAL ---> +--> + org.opendaylight.odlparent odlparent - 3.0.2 + 3.1.0 diff --git a/alto-core/resourcepool/pom.xml b/alto-core/resourcepool/pom.xml index a8c6af9d..b1c1e000 100644 --- a/alto-core/resourcepool/pom.xml +++ b/alto-core/resourcepool/pom.xml @@ -10,7 +10,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html INTERNAL org.opendaylight.odlparent odlparent - 3.0.2 + 3.1.0 diff --git a/alto-core/standard-northbound-routes/costmap/pom.xml b/alto-core/standard-northbound-routes/costmap/pom.xml index db823b5f..179ca545 100644 --- a/alto-core/standard-northbound-routes/costmap/pom.xml +++ b/alto-core/standard-northbound-routes/costmap/pom.xml @@ -4,12 +4,13 @@ Copyright © 2015 Copyright (c) Yale University and others. All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v1.0 which accompanies this distribution, and is available at http://www.eclipse.org/legal/epl-v10.html INTERNAL ---> +--> + org.opendaylight.odlparent odlparent - 3.0.2 + 3.1.0 diff --git a/alto-core/standard-northbound-routes/endpointcost/pom.xml b/alto-core/standard-northbound-routes/endpointcost/pom.xml index af385380..f7e4ba3c 100644 --- a/alto-core/standard-northbound-routes/endpointcost/pom.xml +++ b/alto-core/standard-northbound-routes/endpointcost/pom.xml @@ -4,12 +4,13 @@ Copyright © 2015 Copyright (c) Yale University and others. All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v1.0 which accompanies this distribution, and is available at http://www.eclipse.org/legal/epl-v10.html INTERNAL ---> +--> + org.opendaylight.odlparent odlparent - 3.0.2 + 3.1.0 diff --git a/alto-core/standard-northbound-routes/endpointproperty/pom.xml b/alto-core/standard-northbound-routes/endpointproperty/pom.xml index ecd0d02c..cbf9caee 100644 --- a/alto-core/standard-northbound-routes/endpointproperty/pom.xml +++ b/alto-core/standard-northbound-routes/endpointproperty/pom.xml @@ -4,12 +4,13 @@ Copyright © 2015 Copyright (c) Yale University and others. All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v1.0 which accompanies this distribution, and is available at http://www.eclipse.org/legal/epl-v10.html INTERNAL ---> +--> + org.opendaylight.odlparent odlparent - 3.0.2 + 3.1.0 diff --git a/alto-core/standard-northbound-routes/networkmap/pom.xml b/alto-core/standard-northbound-routes/networkmap/pom.xml index 933e9922..261b5273 100644 --- a/alto-core/standard-northbound-routes/networkmap/pom.xml +++ b/alto-core/standard-northbound-routes/networkmap/pom.xml @@ -4,12 +4,13 @@ Copyright © 2015 Copyright (c) Yale University and others. All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v1.0 which accompanies this distribution, and is available at http://www.eclipse.org/legal/epl-v10.html INTERNAL ---> +--> + org.opendaylight.odlparent odlparent - 3.0.2 + 3.1.0 diff --git a/alto-core/standard-northbound-routes/pom.xml b/alto-core/standard-northbound-routes/pom.xml index b69bc7bf..26e1abe5 100644 --- a/alto-core/standard-northbound-routes/pom.xml +++ b/alto-core/standard-northbound-routes/pom.xml @@ -4,12 +4,13 @@ Copyright © 2015 Copyright (c) Yale University and others. All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v1.0 which accompanies this distribution, and is available at http://www.eclipse.org/legal/epl-v10.html INTERNAL ---> +--> + org.opendaylight.odlparent odlparent - 3.0.2 + 3.1.0 diff --git a/alto-core/standard-service-models/pom.xml b/alto-core/standard-service-models/pom.xml index 90a15f07..91dc0d3d 100644 --- a/alto-core/standard-service-models/pom.xml +++ b/alto-core/standard-service-models/pom.xml @@ -4,12 +4,13 @@ Copyright © 2015 Yale University and others. All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v1.0 which accompanies this distribution, and is available at http://www.eclipse.org/legal/epl-v10.html INTERNAL ---> +--> + org.opendaylight.odlparent odlparent - 3.0.2 + 3.1.0 diff --git a/alto-extensions/incremental-update/pom.xml b/alto-extensions/incremental-update/pom.xml index c728a259..a24d13cf 100644 --- a/alto-extensions/incremental-update/pom.xml +++ b/alto-extensions/incremental-update/pom.xml @@ -11,7 +11,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html INTERNAL org.opendaylight.odlparent odlparent - 3.0.2 + 3.1.0 diff --git a/alto-extensions/multicost/pom.xml b/alto-extensions/multicost/pom.xml index a856e982..e395fb7a 100644 --- a/alto-extensions/multicost/pom.xml +++ b/alto-extensions/multicost/pom.xml @@ -11,7 +11,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html INTERNAL org.opendaylight.odlparent odlparent - 3.0.2 + 3.1.0 diff --git a/alto-extensions/pom.xml b/alto-extensions/pom.xml index 827ded53..ee65064f 100644 --- a/alto-extensions/pom.xml +++ b/alto-extensions/pom.xml @@ -4,12 +4,13 @@ Copyright © 2015 Copyright (c) Yale University and others. All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v1.0 which accompanies this distribution, and is available at http://www.eclipse.org/legal/epl-v10.html INTERNAL ---> +--> + org.opendaylight.odlparent odlparent - 3.0.2 + 3.1.0 diff --git a/alto-extensions/rsade/pom.xml b/alto-extensions/rsade/pom.xml index 7cc53197..26d6e0ba 100644 --- a/alto-extensions/rsade/pom.xml +++ b/alto-extensions/rsade/pom.xml @@ -11,7 +11,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html INTERNAL org.opendaylight.odlparent odlparent - 3.0.2 + 3.1.0 diff --git a/alto-extensions/simple-pce/network-tracker/features/pom.xml b/alto-extensions/simple-pce/network-tracker/features/pom.xml index 5f98e5a5..b463c79e 100644 --- a/alto-extensions/simple-pce/network-tracker/features/pom.xml +++ b/alto-extensions/simple-pce/network-tracker/features/pom.xml @@ -10,7 +10,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html INTERNAL org.opendaylight.odlparent features-parent - 3.0.2 + 3.1.0 org.opendaylight.alto.spce.network diff --git a/alto-extensions/simple-pce/network-tracker/pom.xml b/alto-extensions/simple-pce/network-tracker/pom.xml index 1368669a..8aef17f1 100644 --- a/alto-extensions/simple-pce/network-tracker/pom.xml +++ b/alto-extensions/simple-pce/network-tracker/pom.xml @@ -10,7 +10,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html INTERNAL org.opendaylight.odlparent odlparent - 3.0.2 + 3.1.0 diff --git a/alto-extensions/simple-pce/pom.xml b/alto-extensions/simple-pce/pom.xml index 69594be6..82f3effb 100644 --- a/alto-extensions/simple-pce/pom.xml +++ b/alto-extensions/simple-pce/pom.xml @@ -4,12 +4,13 @@ Copyright (c) 2015 SNLAB and others. All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v1.0 which accompanies this distribution, and is available at http://www.eclipse.org/legal/epl-v10.html INTERNAL ---> +--> + org.opendaylight.odlparent odlparent - 3.0.2 + 3.1.0 diff --git a/alto-karaf/pom.xml b/alto-karaf/pom.xml index a853862d..fb0928c5 100644 --- a/alto-karaf/pom.xml +++ b/alto-karaf/pom.xml @@ -9,7 +9,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html INTERNAL org.opendaylight.odlparent karaf4-parent - 3.0.2 + 3.1.0 4.0.0 diff --git a/alto-release-features/features-alto/pom.xml b/alto-release-features/features-alto/pom.xml index b2c5dcd8..be4ffb37 100644 --- a/alto-release-features/features-alto/pom.xml +++ b/alto-release-features/features-alto/pom.xml @@ -10,7 +10,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html INTERNAL org.opendaylight.odlparent feature-repo-parent - 3.0.2 + 3.1.0 diff --git a/alto-release-features/odl-alto-auto-maps/pom.xml b/alto-release-features/odl-alto-auto-maps/pom.xml index 29a2d5d2..631ba6e1 100644 --- a/alto-release-features/odl-alto-auto-maps/pom.xml +++ b/alto-release-features/odl-alto-auto-maps/pom.xml @@ -5,15 +5,13 @@ This program and the accompanying materials are made available under the terms of the Eclipse Public License v1.0 which accompanies this distribution, and is available at http://www.eclipse.org/legal/epl-v10.html INTERNAL --> - + 4.0.0 org.opendaylight.odlparent single-feature-parent - 3.0.2 + 3.1.0 diff --git a/alto-release-features/odl-alto-basic/pom.xml b/alto-release-features/odl-alto-basic/pom.xml index 798362c5..fe34ccf8 100644 --- a/alto-release-features/odl-alto-basic/pom.xml +++ b/alto-release-features/odl-alto-basic/pom.xml @@ -5,15 +5,13 @@ This program and the accompanying materials are made available under the terms of the Eclipse Public License v1.0 which accompanies this distribution, and is available at http://www.eclipse.org/legal/epl-v10.html INTERNAL --> - + 4.0.0 org.opendaylight.odlparent single-feature-parent - 3.0.2 + 3.1.0 diff --git a/alto-release-features/odl-alto-core/pom.xml b/alto-release-features/odl-alto-core/pom.xml index 2d56c9ef..b570bb07 100644 --- a/alto-release-features/odl-alto-core/pom.xml +++ b/alto-release-features/odl-alto-core/pom.xml @@ -5,15 +5,13 @@ This program and the accompanying materials are made available under the terms of the Eclipse Public License v1.0 which accompanies this distribution, and is available at http://www.eclipse.org/legal/epl-v10.html INTERNAL --> - + 4.0.0 org.opendaylight.odlparent single-feature-parent - 3.0.2 + 3.1.0 diff --git a/alto-release-features/odl-alto-extension/pom.xml b/alto-release-features/odl-alto-extension/pom.xml index 6ab15c30..d84e461f 100644 --- a/alto-release-features/odl-alto-extension/pom.xml +++ b/alto-release-features/odl-alto-extension/pom.xml @@ -5,15 +5,13 @@ This program and the accompanying materials are made available under the terms of the Eclipse Public License v1.0 which accompanies this distribution, and is available at http://www.eclipse.org/legal/epl-v10.html INTERNAL --> - + 4.0.0 org.opendaylight.odlparent single-feature-parent - 3.0.2 + 3.1.0 diff --git a/alto-release-features/odl-alto-iupd/pom.xml b/alto-release-features/odl-alto-iupd/pom.xml index 959ea461..f2d1dd0f 100644 --- a/alto-release-features/odl-alto-iupd/pom.xml +++ b/alto-release-features/odl-alto-iupd/pom.xml @@ -5,15 +5,13 @@ This program and the accompanying materials are made available under the terms of the Eclipse Public License v1.0 which accompanies this distribution, and is available at http://www.eclipse.org/legal/epl-v10.html INTERNAL --> - + 4.0.0 org.opendaylight.odlparent single-feature-parent - 3.0.2 + 3.1.0 diff --git a/alto-release-features/odl-alto-manual-maps/pom.xml b/alto-release-features/odl-alto-manual-maps/pom.xml index 663ae00d..eb885610 100644 --- a/alto-release-features/odl-alto-manual-maps/pom.xml +++ b/alto-release-features/odl-alto-manual-maps/pom.xml @@ -5,15 +5,13 @@ This program and the accompanying materials are made available under the terms of the Eclipse Public License v1.0 which accompanies this distribution, and is available at http://www.eclipse.org/legal/epl-v10.html INTERNAL --> - + 4.0.0 org.opendaylight.odlparent single-feature-parent - 3.0.2 + 3.1.0 diff --git a/alto-release-features/odl-alto-multicost/pom.xml b/alto-release-features/odl-alto-multicost/pom.xml index b12d6659..2d82b62c 100644 --- a/alto-release-features/odl-alto-multicost/pom.xml +++ b/alto-release-features/odl-alto-multicost/pom.xml @@ -5,15 +5,13 @@ This program and the accompanying materials are made available under the terms of the Eclipse Public License v1.0 which accompanies this distribution, and is available at http://www.eclipse.org/legal/epl-v10.html INTERNAL --> - + 4.0.0 org.opendaylight.odlparent single-feature-parent - 3.0.2 + 3.1.0 diff --git a/alto-release-features/odl-alto-nonstandard-northbound-route/pom.xml b/alto-release-features/odl-alto-nonstandard-northbound-route/pom.xml index 86291aff..d7f77241 100644 --- a/alto-release-features/odl-alto-nonstandard-northbound-route/pom.xml +++ b/alto-release-features/odl-alto-nonstandard-northbound-route/pom.xml @@ -5,15 +5,13 @@ This program and the accompanying materials are made available under the terms of the Eclipse Public License v1.0 which accompanies this distribution, and is available at http://www.eclipse.org/legal/epl-v10.html INTERNAL --> - + 4.0.0 org.opendaylight.odlparent single-feature-parent - 3.0.2 + 3.1.0 diff --git a/alto-release-features/odl-alto-nonstandard-service-models/pom.xml b/alto-release-features/odl-alto-nonstandard-service-models/pom.xml index 886916d0..215f1901 100644 --- a/alto-release-features/odl-alto-nonstandard-service-models/pom.xml +++ b/alto-release-features/odl-alto-nonstandard-service-models/pom.xml @@ -5,15 +5,13 @@ This program and the accompanying materials are made available under the terms of the Eclipse Public License v1.0 which accompanies this distribution, and is available at http://www.eclipse.org/legal/epl-v10.html INTERNAL --> - + 4.0.0 org.opendaylight.odlparent single-feature-parent - 3.0.2 + 3.1.0 diff --git a/alto-release-features/odl-alto-nonstandard-types/pom.xml b/alto-release-features/odl-alto-nonstandard-types/pom.xml index e3531261..38bd7380 100644 --- a/alto-release-features/odl-alto-nonstandard-types/pom.xml +++ b/alto-release-features/odl-alto-nonstandard-types/pom.xml @@ -5,15 +5,13 @@ This program and the accompanying materials are made available under the terms of the Eclipse Public License v1.0 which accompanies this distribution, and is available at http://www.eclipse.org/legal/epl-v10.html INTERNAL --> - + 4.0.0 org.opendaylight.odlparent single-feature-parent - 3.0.2 + 3.1.0 diff --git a/alto-release-features/odl-alto-northbound/pom.xml b/alto-release-features/odl-alto-northbound/pom.xml index 5a39f8f6..4573e72a 100644 --- a/alto-release-features/odl-alto-northbound/pom.xml +++ b/alto-release-features/odl-alto-northbound/pom.xml @@ -5,15 +5,13 @@ This program and the accompanying materials are made available under the terms of the Eclipse Public License v1.0 which accompanies this distribution, and is available at http://www.eclipse.org/legal/epl-v10.html INTERNAL --> - + 4.0.0 org.opendaylight.odlparent single-feature-parent - 3.0.2 + 3.1.0 diff --git a/alto-release-features/odl-alto-release/pom.xml b/alto-release-features/odl-alto-release/pom.xml index 9b15e4e4..04fc7539 100644 --- a/alto-release-features/odl-alto-release/pom.xml +++ b/alto-release-features/odl-alto-release/pom.xml @@ -5,15 +5,13 @@ This program and the accompanying materials are made available under the terms of the Eclipse Public License v1.0 which accompanies this distribution, and is available at http://www.eclipse.org/legal/epl-v10.html INTERNAL --> - + 4.0.0 org.opendaylight.odlparent single-feature-parent - 3.0.2 + 3.1.0 diff --git a/alto-release-features/odl-alto-resourcepool/pom.xml b/alto-release-features/odl-alto-resourcepool/pom.xml index f02afdf1..b74e411f 100644 --- a/alto-release-features/odl-alto-resourcepool/pom.xml +++ b/alto-release-features/odl-alto-resourcepool/pom.xml @@ -5,15 +5,13 @@ This program and the accompanying materials are made available under the terms of the Eclipse Public License v1.0 which accompanies this distribution, and is available at http://www.eclipse.org/legal/epl-v10.html INTERNAL --> - + 4.0.0 org.opendaylight.odlparent single-feature-parent - 3.0.2 + 3.1.0 diff --git a/alto-release-features/odl-alto-rsabs/pom.xml b/alto-release-features/odl-alto-rsabs/pom.xml index 287a3b1f..77edcc09 100644 --- a/alto-release-features/odl-alto-rsabs/pom.xml +++ b/alto-release-features/odl-alto-rsabs/pom.xml @@ -5,15 +5,13 @@ This program and the accompanying materials are made available under the terms of the Eclipse Public License v1.0 which accompanies this distribution, and is available at http://www.eclipse.org/legal/epl-v10.html INTERNAL --> - + 4.0.0 org.opendaylight.odlparent single-feature-parent - 3.0.2 + 3.1.0 diff --git a/alto-release-features/odl-alto-simpleecs/pom.xml b/alto-release-features/odl-alto-simpleecs/pom.xml index 3f0df289..ba2e7ba0 100644 --- a/alto-release-features/odl-alto-simpleecs/pom.xml +++ b/alto-release-features/odl-alto-simpleecs/pom.xml @@ -5,15 +5,13 @@ This program and the accompanying materials are made available under the terms of the Eclipse Public License v1.0 which accompanies this distribution, and is available at http://www.eclipse.org/legal/epl-v10.html INTERNAL --> - + 4.0.0 org.opendaylight.odlparent single-feature-parent - 3.0.2 + 3.1.0 diff --git a/alto-release-features/odl-alto-simpleird/pom.xml b/alto-release-features/odl-alto-simpleird/pom.xml index 9db366af..510b0e4f 100644 --- a/alto-release-features/odl-alto-simpleird/pom.xml +++ b/alto-release-features/odl-alto-simpleird/pom.xml @@ -5,15 +5,13 @@ This program and the accompanying materials are made available under the terms of the Eclipse Public License v1.0 which accompanies this distribution, and is available at http://www.eclipse.org/legal/epl-v10.html INTERNAL --> - + 4.0.0 org.opendaylight.odlparent single-feature-parent - 3.0.2 + 3.1.0 diff --git a/alto-release-features/odl-alto-spce/pom.xml b/alto-release-features/odl-alto-spce/pom.xml index 92cc9699..075b8bc3 100644 --- a/alto-release-features/odl-alto-spce/pom.xml +++ b/alto-release-features/odl-alto-spce/pom.xml @@ -5,15 +5,13 @@ This program and the accompanying materials are made available under the terms of the Eclipse Public License v1.0 which accompanies this distribution, and is available at http://www.eclipse.org/legal/epl-v10.html INTERNAL --> - + 4.0.0 org.opendaylight.odlparent single-feature-parent - 3.0.2 + 3.1.0 diff --git a/alto-release-features/odl-alto-standard-northbound-route/pom.xml b/alto-release-features/odl-alto-standard-northbound-route/pom.xml index cc3e099d..99fb60cd 100644 --- a/alto-release-features/odl-alto-standard-northbound-route/pom.xml +++ b/alto-release-features/odl-alto-standard-northbound-route/pom.xml @@ -5,15 +5,13 @@ This program and the accompanying materials are made available under the terms of the Eclipse Public License v1.0 which accompanies this distribution, and is available at http://www.eclipse.org/legal/epl-v10.html INTERNAL --> - + 4.0.0 org.opendaylight.odlparent single-feature-parent - 3.0.2 + 3.1.0 diff --git a/alto-release-features/odl-alto-standard-resource-translator/pom.xml b/alto-release-features/odl-alto-standard-resource-translator/pom.xml index f8a20f66..550523b9 100644 --- a/alto-release-features/odl-alto-standard-resource-translator/pom.xml +++ b/alto-release-features/odl-alto-standard-resource-translator/pom.xml @@ -5,15 +5,13 @@ This program and the accompanying materials are made available under the terms of the Eclipse Public License v1.0 which accompanies this distribution, and is available at http://www.eclipse.org/legal/epl-v10.html INTERNAL --> - + 4.0.0 org.opendaylight.odlparent single-feature-parent - 3.0.2 + 3.1.0 diff --git a/alto-release-features/odl-alto-standard-service-models/pom.xml b/alto-release-features/odl-alto-standard-service-models/pom.xml index 6d09a675..2f458ca3 100644 --- a/alto-release-features/odl-alto-standard-service-models/pom.xml +++ b/alto-release-features/odl-alto-standard-service-models/pom.xml @@ -5,15 +5,13 @@ This program and the accompanying materials are made available under the terms of the Eclipse Public License v1.0 which accompanies this distribution, and is available at http://www.eclipse.org/legal/epl-v10.html INTERNAL --> - + 4.0.0 org.opendaylight.odlparent single-feature-parent - 3.0.2 + 3.1.0 diff --git a/alto-release-features/odl-alto-standard-types/pom.xml b/alto-release-features/odl-alto-standard-types/pom.xml index 6afb86c9..3fa339db 100644 --- a/alto-release-features/odl-alto-standard-types/pom.xml +++ b/alto-release-features/odl-alto-standard-types/pom.xml @@ -5,15 +5,13 @@ This program and the accompanying materials are made available under the terms of the Eclipse Public License v1.0 which accompanies this distribution, and is available at http://www.eclipse.org/legal/epl-v10.html INTERNAL --> - + 4.0.0 org.opendaylight.odlparent single-feature-parent - 3.0.2 + 3.1.0 diff --git a/alto-release-features/pom.xml b/alto-release-features/pom.xml index 23df4d47..fca5ea9d 100644 --- a/alto-release-features/pom.xml +++ b/alto-release-features/pom.xml @@ -10,7 +10,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html INTERNAL org.opendaylight.odlparent odlparent-lite - 3.0.2 + 3.1.0 diff --git a/pom.xml b/pom.xml index d51aa996..b3040ea8 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,8 @@ Copyright © 2015 Copyright (c) Yale University and others. All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v1.0 which accompanies this distribution, and is available at http://www.eclipse.org/legal/epl-v10.html INTERNAL ---> +--> + 4.0.0 3.0 @@ -13,7 +14,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html INTERNAL org.opendaylight.odlparent odlparent - 3.0.2 + 3.1.0 -- 2.36.6