From 49f04b1eefd3537d7266136a70552c24af5ea4a3 Mon Sep 17 00:00:00 2001 From: Martial COULIBALY Date: Wed, 5 Sep 2018 09:36:53 +0200 Subject: [PATCH] Bump versions by x.(y+1).z for next dev cycle Change-Id: I7ffd75c755ab22eccdbb43a6743d98b7a0cb0a49 Signed-off-by: Martial COULIBALY --- api/pom.xml | 4 ++-- artifacts/pom.xml | 4 ++-- common/pom.xml | 10 +++++----- features/features-transportpce/pom.xml | 4 ++-- features/odl-transportpce-api/pom.xml | 14 +++++++------- features/odl-transportpce-ordmodels/pom.xml | 14 +++++++------- features/odl-transportpce-stubmodels/pom.xml | 8 ++++---- features/odl-transportpce/pom.xml | 14 +++++++------- features/pom.xml | 2 +- impl/pom.xml | 2 +- it/pom.xml | 4 ++-- karaf/pom.xml | 4 ++-- networkmodel/pom.xml | 6 +++--- olm/pom.xml | 8 ++++---- ordmodels/common/pom.xml | 6 +++--- ordmodels/device/pom.xml | 8 ++++---- ordmodels/network/pom.xml | 8 ++++---- ordmodels/pom.xml | 8 ++++---- ordmodels/service/pom.xml | 6 +++--- pce/pom.xml | 6 +++--- pom.xml | 4 ++-- renderer/pom.xml | 8 ++++---- servicehandler/pom.xml | 6 +++--- test-common/pom.xml | 8 ++++---- tests/pom.xml | 4 ++-- tests/stubmodels/pom.xml | 4 ++-- tests/stubpce/pom.xml | 8 ++++---- tests/stubrenderer/pom.xml | 8 ++++---- 28 files changed, 95 insertions(+), 95 deletions(-) diff --git a/api/pom.xml b/api/pom.xml index ee4f2f999..d512730a8 100644 --- a/api/pom.xml +++ b/api/pom.xml @@ -12,13 +12,13 @@ and is available at http://www.eclipse.org/legal/epl-v10.html org.opendaylight.mdsal binding-parent - 0.13.0-SNAPSHOT + 0.14.0-SNAPSHOT org.opendaylight.transportpce transportpce-api - 0.2.0-SNAPSHOT + 0.3.0-SNAPSHOT bundle diff --git a/artifacts/pom.xml b/artifacts/pom.xml index 4de4129d2..b8f90c20c 100644 --- a/artifacts/pom.xml +++ b/artifacts/pom.xml @@ -13,13 +13,13 @@ and is available at http://www.eclipse.org/legal/epl-v10.html org.opendaylight.odlparent odlparent-lite - 3.1.2 + 3.1.3 org.opendaylight.transportpce transportpce-artifacts - 0.2.0-SNAPSHOT + 0.3.0-SNAPSHOT pom diff --git a/common/pom.xml b/common/pom.xml index abe279f6d..c1c9f73c0 100644 --- a/common/pom.xml +++ b/common/pom.xml @@ -10,13 +10,13 @@ org.opendaylight.odlparent bundle-parent - 3.1.2 + 3.1.3 org.opendaylight.transportpce transportpce-common - 0.2.0-SNAPSHOT + 0.3.0-SNAPSHOT bundle @@ -24,21 +24,21 @@ org.opendaylight.controller mdsal-artifacts - 1.8.0-SNAPSHOT + 1.9.0-SNAPSHOT import pom org.opendaylight.netconf netconf-artifacts - 1.5.0-SNAPSHOT + 1.6.0-SNAPSHOT import pom org.opendaylight.mdsal.model mdsal-model-artifacts - 0.13.0-SNAPSHOT + 0.14.0-SNAPSHOT import pom diff --git a/features/features-transportpce/pom.xml b/features/features-transportpce/pom.xml index 0b995d0b2..8e96c85fd 100644 --- a/features/features-transportpce/pom.xml +++ b/features/features-transportpce/pom.xml @@ -12,13 +12,13 @@ and is available at http://www.eclipse.org/legal/epl-v10.html INTERNAL org.opendaylight.odlparent feature-repo-parent - 3.1.2 + 3.1.3 org.opendaylight.transportpce features-transportpce - 0.2.0-SNAPSHOT + 0.3.0-SNAPSHOT feature diff --git a/features/odl-transportpce-api/pom.xml b/features/odl-transportpce-api/pom.xml index 04d5678b8..7660d2d3e 100644 --- a/features/odl-transportpce-api/pom.xml +++ b/features/odl-transportpce-api/pom.xml @@ -12,22 +12,22 @@ and is available at http://www.eclipse.org/legal/epl-v10.html INTERNAL org.opendaylight.odlparent single-feature-parent - 3.1.2 + 3.1.3 org.opendaylight.transportpce odl-transportpce-api - 0.2.0-SNAPSHOT + 0.3.0-SNAPSHOT feature - 0.13.0-SNAPSHOT - 1.8.0-SNAPSHOT - 1.8.0-SNAPSHOT - 2.0.7 - 1.5.0-SNAPSHOT + 0.14.0-SNAPSHOT + 1.9.0-SNAPSHOT + 1.9.0-SNAPSHOT + 2.0.9 + 1.6.0-SNAPSHOT etc/opendaylight/karaf diff --git a/features/odl-transportpce-ordmodels/pom.xml b/features/odl-transportpce-ordmodels/pom.xml index 8e95a6fad..9f7c94ac7 100644 --- a/features/odl-transportpce-ordmodels/pom.xml +++ b/features/odl-transportpce-ordmodels/pom.xml @@ -12,21 +12,21 @@ and is available at http://www.eclipse.org/legal/epl-v10.html INTERNAL org.opendaylight.odlparent single-feature-parent - 3.1.2 + 3.1.3 org.opendaylight.transportpce odl-transportpce-ordmodels - 0.2.0-SNAPSHOT + 0.3.0-SNAPSHOT feature - 0.13.0-SNAPSHOT - 1.8.0-SNAPSHOT - 1.8.0-SNAPSHOT - 2.0.7 - 1.5.0-SNAPSHOT + 0.14.0-SNAPSHOT + 1.9.0-SNAPSHOT + 1.9.0-SNAPSHOT + 2.0.9 + 1.6.0-SNAPSHOT etc/opendaylight/karaf diff --git a/features/odl-transportpce-stubmodels/pom.xml b/features/odl-transportpce-stubmodels/pom.xml index af8ce30b7..3c0df4518 100644 --- a/features/odl-transportpce-stubmodels/pom.xml +++ b/features/odl-transportpce-stubmodels/pom.xml @@ -12,18 +12,18 @@ and is available at http://www.eclipse.org/legal/epl-v10.html INTERNAL org.opendaylight.odlparent single-feature-parent - 3.1.2 + 3.1.3 org.opendaylight.transportpce odl-transportpce-stubmodels - 0.2.0-SNAPSHOT + 0.3.0-SNAPSHOT feature - 0.13.0-SNAPSHOT + 0.14.0-SNAPSHOT etc/opendaylight/karaf @@ -34,7 +34,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html INTERNAL org.opendaylight.mdsal.model ietf-inet-types-2013-07-15 - 1.5.0-SNAPSHOT + 1.6.0-SNAPSHOT ${project.groupId} diff --git a/features/odl-transportpce/pom.xml b/features/odl-transportpce/pom.xml index b1ceee092..5f5eded9a 100644 --- a/features/odl-transportpce/pom.xml +++ b/features/odl-transportpce/pom.xml @@ -12,22 +12,22 @@ and is available at http://www.eclipse.org/legal/epl-v10.html INTERNAL org.opendaylight.odlparent single-feature-parent - 3.1.2 + 3.1.3 org.opendaylight.transportpce odl-transportpce - 0.2.0-SNAPSHOT + 0.3.0-SNAPSHOT feature - 0.13.0-SNAPSHOT - 1.8.0-SNAPSHOT - 2.0.7 - 1.5.0-SNAPSHOT - 1.8.0-SNAPSHOT + 0.14.0-SNAPSHOT + 1.9.0-SNAPSHOT + 2.0.9 + 1.6.0-SNAPSHOT + 1.9.0-SNAPSHOT etc/opendaylight/karaf diff --git a/features/pom.xml b/features/pom.xml index fed6f17b9..6ab23c37e 100644 --- a/features/pom.xml +++ b/features/pom.xml @@ -18,7 +18,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html INTERNAL org.opendaylight.transportpce features-aggregator - 0.2.0-SNAPSHOT + 0.3.0-SNAPSHOT ${project.artifactId} pom diff --git a/impl/pom.xml b/impl/pom.xml index 6d7e8dd32..796f9f2dd 100644 --- a/impl/pom.xml +++ b/impl/pom.xml @@ -19,7 +19,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html org.opendaylight.transportpce transportpce-impl - 0.2.0-SNAPSHOT + 0.3.0-SNAPSHOT bundle diff --git a/it/pom.xml b/it/pom.xml index c78c38f44..af1fc4744 100644 --- a/it/pom.xml +++ b/it/pom.xml @@ -18,14 +18,14 @@ and is available at http://www.eclipse.org/legal/epl-v10.html org.opendaylight.transportpce transportpce-it - 0.2.0-SNAPSHOT + 0.3.0-SNAPSHOT bundle true org.opendaylight.transportpce transportpce-karaf - 0.2.0-SNAPSHOT + 0.3.0-SNAPSHOT zip diff --git a/karaf/pom.xml b/karaf/pom.xml index ed689b708..2cd5bc35c 100644 --- a/karaf/pom.xml +++ b/karaf/pom.xml @@ -12,13 +12,13 @@ and is available at http://www.eclipse.org/legal/epl-v10.html INTERNAL org.opendaylight.odlparent karaf4-parent - 3.1.2 + 3.1.3 org.opendaylight.transportpce transportpce-karaf - 0.2.0-SNAPSHOT + 0.3.0-SNAPSHOT ${project.artifactId} pom diff --git a/networkmodel/pom.xml b/networkmodel/pom.xml index bcc5066f6..efcf87b20 100644 --- a/networkmodel/pom.xml +++ b/networkmodel/pom.xml @@ -13,13 +13,13 @@ and is available at http://www.eclipse.org/legal/epl-v10.html org.opendaylight.odlparent bundle-parent - 3.1.2 + 3.1.3 org.opendaylight.transportpce transportpce-networkmodel - 0.2.0-SNAPSHOT + 0.3.0-SNAPSHOT bundle @@ -27,7 +27,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html org.opendaylight.netconf netconf-artifacts - 1.5.0-SNAPSHOT + 1.6.0-SNAPSHOT import pom diff --git a/olm/pom.xml b/olm/pom.xml index 7671215df..b311f27cc 100644 --- a/olm/pom.xml +++ b/olm/pom.xml @@ -13,13 +13,13 @@ and is available at http://www.eclipse.org/legal/epl-v10.html org.opendaylight.mdsal binding-parent - 0.13.0-SNAPSHOT + 0.14.0-SNAPSHOT org.opendaylight.transportpce transportpce-olm - 0.2.0-SNAPSHOT + 0.3.0-SNAPSHOT bundle @@ -27,14 +27,14 @@ and is available at http://www.eclipse.org/legal/epl-v10.html org.opendaylight.controller mdsal-artifacts - 1.8.0-SNAPSHOT + 1.9.0-SNAPSHOT import pom org.opendaylight.netconf netconf-artifacts - 1.5.0-SNAPSHOT + 1.6.0-SNAPSHOT import pom diff --git a/ordmodels/common/pom.xml b/ordmodels/common/pom.xml index 9bb422d21..7fa7f490a 100644 --- a/ordmodels/common/pom.xml +++ b/ordmodels/common/pom.xml @@ -12,13 +12,13 @@ and is available at http://www.eclipse.org/legal/epl-v10.html org.opendaylight.mdsal binding-parent - 0.13.0-SNAPSHOT + 0.14.0-SNAPSHOT org.opendaylight.transportpce.ordmodels transportpce-ordmodels-common - 0.2.0-SNAPSHOT + 0.3.0-SNAPSHOT bundle @@ -26,7 +26,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html org.opendaylight.mdsal.model mdsal-model-artifacts - 0.13.0-SNAPSHOT + 0.14.0-SNAPSHOT import pom diff --git a/ordmodels/device/pom.xml b/ordmodels/device/pom.xml index f438c66ee..246610310 100644 --- a/ordmodels/device/pom.xml +++ b/ordmodels/device/pom.xml @@ -12,13 +12,13 @@ and is available at http://www.eclipse.org/legal/epl-v10.html org.opendaylight.mdsal binding-parent - 0.13.0-SNAPSHOT + 0.14.0-SNAPSHOT org.opendaylight.transportpce.ordmodels transportpce-ordmodels-device - 0.2.0-SNAPSHOT + 0.3.0-SNAPSHOT bundle @@ -26,14 +26,14 @@ and is available at http://www.eclipse.org/legal/epl-v10.html org.opendaylight.netconf netconf-artifacts - 1.5.0-SNAPSHOT + 1.6.0-SNAPSHOT import pom org.opendaylight.mdsal.model mdsal-model-artifacts - 0.13.0-SNAPSHOT + 0.14.0-SNAPSHOT import pom diff --git a/ordmodels/network/pom.xml b/ordmodels/network/pom.xml index 50f546b05..c2485695d 100644 --- a/ordmodels/network/pom.xml +++ b/ordmodels/network/pom.xml @@ -12,13 +12,13 @@ and is available at http://www.eclipse.org/legal/epl-v10.html org.opendaylight.mdsal binding-parent - 0.13.0-SNAPSHOT + 0.14.0-SNAPSHOT org.opendaylight.transportpce.ordmodels transportpce-ordmodels-network - 0.2.0-SNAPSHOT + 0.3.0-SNAPSHOT bundle @@ -26,7 +26,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html org.opendaylight.mdsal.model mdsal-model-artifacts - 0.13.0-SNAPSHOT + 0.14.0-SNAPSHOT import pom @@ -69,7 +69,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html org.opendaylight.mdsal.model ietf-network-2015-06-08 - 1.5.0-SNAPSHOT + 1.6.0-SNAPSHOT diff --git a/ordmodels/pom.xml b/ordmodels/pom.xml index b85177387..fd6ead1d4 100644 --- a/ordmodels/pom.xml +++ b/ordmodels/pom.xml @@ -12,13 +12,13 @@ and is available at http://www.eclipse.org/legal/epl-v10.html org.opendaylight.mdsal binding-parent - 0.13.0-SNAPSHOT + 0.14.0-SNAPSHOT org.opendaylight.transportpce transportpce-ordmodels - 0.2.0-SNAPSHOT + 0.3.0-SNAPSHOT pom @@ -82,14 +82,14 @@ and is available at http://www.eclipse.org/legal/epl-v10.html org.opendaylight.netconf netconf-artifacts - 1.5.0-SNAPSHOT + 1.6.0-SNAPSHOT pom import org.opendaylight.mdsal.model mdsal-model-artifacts - 0.13.0-SNAPSHOT + 0.14.0-SNAPSHOT pom import diff --git a/ordmodels/service/pom.xml b/ordmodels/service/pom.xml index e243d2cab..c331e3ea5 100644 --- a/ordmodels/service/pom.xml +++ b/ordmodels/service/pom.xml @@ -12,13 +12,13 @@ and is available at http://www.eclipse.org/legal/epl-v10.html org.opendaylight.mdsal binding-parent - 0.13.0-SNAPSHOT + 0.14.0-SNAPSHOT org.opendaylight.transportpce.ordmodels transportpce-ordmodels-service - 0.2.0-SNAPSHOT + 0.3.0-SNAPSHOT bundle @@ -26,7 +26,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html org.opendaylight.mdsal.model mdsal-model-artifacts - 0.13.0-SNAPSHOT + 0.14.0-SNAPSHOT import pom diff --git a/pce/pom.xml b/pce/pom.xml index 677d51c12..943c06885 100755 --- a/pce/pom.xml +++ b/pce/pom.xml @@ -17,13 +17,13 @@ Author: Martial Coulibaly on behalf of Orange org.opendaylight.odlparent bundle-parent - 3.1.2 + 3.1.3 org.opendaylight.transportpce transportpce-pce - 0.2.0-SNAPSHOT + 0.3.0-SNAPSHOT bundle @@ -80,7 +80,7 @@ Author: Martial Coulibaly on behalf of Orange org.opendaylight.controller sal-binding-broker-impl - 1.8.0-SNAPSHOT + 1.9.0-SNAPSHOT test diff --git a/pom.xml b/pom.xml index f38c20b34..d82ad3288 100644 --- a/pom.xml +++ b/pom.xml @@ -11,13 +11,13 @@ and is available at http://www.eclipse.org/legal/epl-v10.html INTERNAL org.opendaylight.odlparent odlparent - 3.1.2 + 3.1.3 org.opendaylight.transportpce transportpce-aggregator - 0.2.0-SNAPSHOT + 0.3.0-SNAPSHOT transportpce pom diff --git a/renderer/pom.xml b/renderer/pom.xml index 69dcc6eb4..779cd79a5 100644 --- a/renderer/pom.xml +++ b/renderer/pom.xml @@ -13,13 +13,13 @@ and is available at http://www.eclipse.org/legal/epl-v10.html org.opendaylight.mdsal binding-parent - 0.13.0-SNAPSHOT + 0.14.0-SNAPSHOT org.opendaylight.transportpce transportpce-renderer - 0.2.0-SNAPSHOT + 0.3.0-SNAPSHOT bundle @@ -27,14 +27,14 @@ and is available at http://www.eclipse.org/legal/epl-v10.html org.opendaylight.controller mdsal-artifacts - 1.8.0-SNAPSHOT + 1.9.0-SNAPSHOT import pom org.opendaylight.netconf netconf-artifacts - 1.5.0-SNAPSHOT + 1.6.0-SNAPSHOT import pom diff --git a/servicehandler/pom.xml b/servicehandler/pom.xml index 4f4cf1afb..e8f15f800 100644 --- a/servicehandler/pom.xml +++ b/servicehandler/pom.xml @@ -15,13 +15,13 @@ Author: Martial Coulibaly on behalf of Orange org.opendaylight.mdsal binding-parent - 0.13.0-SNAPSHOT + 0.14.0-SNAPSHOT org.opendaylight.transportpce transportpce-servicehandler - 0.2.0-SNAPSHOT + 0.3.0-SNAPSHOT bundle @@ -29,7 +29,7 @@ Author: Martial Coulibaly on behalf of Orange org.opendaylight.controller mdsal-artifacts - 1.8.0-SNAPSHOT + 1.9.0-SNAPSHOT import pom diff --git a/test-common/pom.xml b/test-common/pom.xml index 53e26b757..eb6c5fbd5 100644 --- a/test-common/pom.xml +++ b/test-common/pom.xml @@ -11,13 +11,13 @@ org.opendaylight.odlparent bundle-parent - 3.1.2 + 3.1.3 org.opendaylight.transportpce test-common - 0.2.0-SNAPSHOT + 0.3.0-SNAPSHOT bundle @@ -25,14 +25,14 @@ org.opendaylight.controller mdsal-artifacts - 1.8.0-SNAPSHOT + 1.9.0-SNAPSHOT pom import org.opendaylight.yangtools yangtools-artifacts - 2.0.7 + 2.0.9 pom import diff --git a/tests/pom.xml b/tests/pom.xml index 15ebc4e36..bfbdbcec7 100644 --- a/tests/pom.xml +++ b/tests/pom.xml @@ -12,13 +12,13 @@ and is available at http://www.eclipse.org/legal/epl-v10.html INTERNAL org.opendaylight.odlparent odlparent - 3.1.2 + 3.1.3 org.opendaylight.transportpce stubs-aggregator - 0.2.0-SNAPSHOT + 0.3.0-SNAPSHOT ${project.artifactId} pom diff --git a/tests/stubmodels/pom.xml b/tests/stubmodels/pom.xml index 4d8f74fea..864d69088 100644 --- a/tests/stubmodels/pom.xml +++ b/tests/stubmodels/pom.xml @@ -12,13 +12,13 @@ and is available at http://www.eclipse.org/legal/epl-v10.html org.opendaylight.mdsal binding-parent - 0.13.0-SNAPSHOT + 0.14.0-SNAPSHOT org.opendaylight.transportpce transportpce-stubmodels - 0.2.0-SNAPSHOT + 0.3.0-SNAPSHOT bundle diff --git a/tests/stubpce/pom.xml b/tests/stubpce/pom.xml index fb612a0f6..94ba89485 100644 --- a/tests/stubpce/pom.xml +++ b/tests/stubpce/pom.xml @@ -17,13 +17,13 @@ Author: Martial Coulibaly on behalf of Orange org.opendaylight.mdsal binding-parent - 0.13.0-SNAPSHOT + 0.14.0-SNAPSHOT org.opendaylight.transportpce transportpce-stubpce - 0.2.0-SNAPSHOT + 0.3.0-SNAPSHOT bundle @@ -46,14 +46,14 @@ Author: Martial Coulibaly on behalf of Orange org.opendaylight.controller mdsal-artifacts - 1.8.0-SNAPSHOT + 1.9.0-SNAPSHOT import pom org.opendaylight.netconf netconf-artifacts - 1.5.0-SNAPSHOT + 1.6.0-SNAPSHOT import pom diff --git a/tests/stubrenderer/pom.xml b/tests/stubrenderer/pom.xml index 56b4b33b5..29adb86ce 100644 --- a/tests/stubrenderer/pom.xml +++ b/tests/stubrenderer/pom.xml @@ -15,13 +15,13 @@ Author: Martial Coulibaly on behalf of Orange org.opendaylight.mdsal binding-parent - 0.13.0-SNAPSHOT + 0.14.0-SNAPSHOT org.opendaylight.transportpce transportpce-stubrenderer - 0.2.0-SNAPSHOT + 0.3.0-SNAPSHOT bundle @@ -29,14 +29,14 @@ Author: Martial Coulibaly on behalf of Orange org.opendaylight.controller mdsal-artifacts - 1.8.0-SNAPSHOT + 1.9.0-SNAPSHOT import pom org.opendaylight.netconf netconf-artifacts - 1.5.0-SNAPSHOT + 1.6.0-SNAPSHOT import pom -- 2.36.6