From 15f9ad578d710e996df66e1795f38849db51d878 Mon Sep 17 00:00:00 2001 From: Dhruv Bhardwaj Date: Thu, 1 Jun 2017 22:33:32 +0300 Subject: [PATCH] pom and features version upgrade (odlparent 1.9.0) 1. Updating version by x.y+1.z for next dev cycle 2. Removed xsql feature from features.xml currently not being used. https://lists.opendaylight.org/pipermail/odlparent-dev/2017-June/001089.html Change-Id: I82b996016e57e0b3e60f61cab37a0ed2e433670f Signed-off-by: Dhruv Bhardwaj Signed-off-by: guillaume.lambert --- api/pom.xml | 4 +- artifacts/pom.xml | 4 +- cli/pom.xml | 4 +- features/pom.xml | 16 ++-- features/src/main/features/features.xml | 1 - impl/pom.xml | 6 +- it/pom.xml | 8 +- karaf/pom.xml | 4 +- olm/pom.xml | 6 +- ordmodels/pom.xml | 10 +-- pom.xml | 4 +- renderer/pom.xml | 6 +- servicehandler/pom.xml | 114 ++++++++++++------------ stubpce/pom.xml | 4 +- stubrenderer/pom.xml | 104 ++++++++++----------- 15 files changed, 147 insertions(+), 148 deletions(-) diff --git a/api/pom.xml b/api/pom.xml index 58b04ba79..05d415438 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.10.0-SNAPSHOT + 0.11.0-SNAPSHOT org.opendaylight.transportpce transportpce-api - 0.1.0-SNAPSHOT + 0.2.0-SNAPSHOT bundle diff --git a/artifacts/pom.xml b/artifacts/pom.xml index 74bd610ac..16d739566 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 - 1.8.0-SNAPSHOT + 1.9.0 org.opendaylight.transportpce transportpce-artifacts - 0.1.0-SNAPSHOT + 0.2.0-SNAPSHOT pom diff --git a/cli/pom.xml b/cli/pom.xml index 0ff9ae556..276e51345 100644 --- a/cli/pom.xml +++ b/cli/pom.xml @@ -13,13 +13,13 @@ and is available at http://www.eclipse.org/legal/epl-v10.html org.opendaylight.controller config-parent - 0.6.0-SNAPSHOT + 0.7.0-SNAPSHOT org.opendaylight.transportpce transportpce-cli - 0.1.0-SNAPSHOT + 0.2.0-SNAPSHOT bundle diff --git a/features/pom.xml b/features/pom.xml index 007f800bb..2c0ed1521 100644 --- a/features/pom.xml +++ b/features/pom.xml @@ -12,13 +12,13 @@ and is available at http://www.eclipse.org/legal/epl-v10.html INTERNAL org.opendaylight.odlparent features-parent - 1.8.0-SNAPSHOT + 1.9.0 org.opendaylight.transportpce transportpce-features - 0.1.0-SNAPSHOT + 0.2.0-SNAPSHOT ${project.artifactId} - 0.10.0-SNAPSHOT - 1.5.0-SNAPSHOT - 1.5.0-SNAPSHOT - 1.1.0-SNAPSHOT - 0.5.0-SNAPSHOT - 1.2.0-SNAPSHOT + 0.11.0-SNAPSHOT + 1.6.0-SNAPSHOT + 1.6.0-SNAPSHOT + 1.2.0-SNAPSHOT + 0.6.0-SNAPSHOT + 1.3.0-SNAPSHOT etc/opendaylight/karaf diff --git a/features/src/main/features/features.xml b/features/src/main/features/features.xml index b6959fbab..3640ede15 100644 --- a/features/src/main/features/features.xml +++ b/features/src/main/features/features.xml @@ -47,7 +47,6 @@ and is available at http://www.eclipse.org/legal/epl-v10.html odl-transportpce-rest odl-mdsal-apidocs - odl-mdsal-xsql odl-dlux-core diff --git a/impl/pom.xml b/impl/pom.xml index 4767267a3..236d28d3e 100644 --- a/impl/pom.xml +++ b/impl/pom.xml @@ -13,13 +13,13 @@ and is available at http://www.eclipse.org/legal/epl-v10.html org.opendaylight.controller config-parent - 0.6.0-SNAPSHOT + 0.7.0-SNAPSHOT org.opendaylight.transportpce transportpce-impl - 0.1.0-SNAPSHOT + 0.2.0-SNAPSHOT bundle @@ -35,7 +35,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html org.opendaylight.netconf sal-netconf-connector - 1.5.0-SNAPSHOT + 1.6.0-SNAPSHOT diff --git a/it/pom.xml b/it/pom.xml index 6c50983d9..93c5c2598 100644 --- a/it/pom.xml +++ b/it/pom.xml @@ -12,20 +12,20 @@ and is available at http://www.eclipse.org/legal/epl-v10.html org.opendaylight.controller mdsal-it-parent - 1.5.0-SNAPSHOT + 1.6.0-SNAPSHOT org.opendaylight.transportpce transportpce-it - 0.1.0-SNAPSHOT + 0.2.0-SNAPSHOT bundle - false + true org.opendaylight.transportpce transportpce-karaf - 0.1.0-SNAPSHOT + 0.2.0-SNAPSHOT zip diff --git a/karaf/pom.xml b/karaf/pom.xml index 740701c29..f89e313a3 100644 --- a/karaf/pom.xml +++ b/karaf/pom.xml @@ -11,13 +11,13 @@ and is available at http://www.eclipse.org/legal/epl-v10.html INTERNAL org.opendaylight.odlparent karaf-parent - 1.8.0-SNAPSHOT + 1.9.0 org.opendaylight.transportpce transportpce-karaf - 0.1.0-SNAPSHOT + 0.2.0-SNAPSHOT ${project.artifactId} pom diff --git a/olm/pom.xml b/olm/pom.xml index 0a211781b..1e08b60b3 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.controller config-parent - 0.6.0-SNAPSHOT + 0.7.0-SNAPSHOT org.opendaylight.transportpce transportpce-olm - 0.1.0-SNAPSHOT + 0.2.0-SNAPSHOT bundle @@ -44,7 +44,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html org.opendaylight.netconf sal-netconf-connector - 1.5.0-SNAPSHOT + 1.6.0-SNAPSHOT diff --git a/ordmodels/pom.xml b/ordmodels/pom.xml index 2da297f14..ba1bb0c3d 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.10.0-SNAPSHOT + 0.11.0-SNAPSHOT org.opendaylight.transportpce transportpce-ordmodels - 0.1.0-SNAPSHOT + 0.2.0-SNAPSHOT bundle @@ -29,7 +29,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html org.opendaylight.mdsal.model iana-afn-safi - 2013.07.04.9.4-SNAPSHOT + 2013.07.04.11.0-SNAPSHOT org.opendaylight.mdsal.model @@ -38,7 +38,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html org.opendaylight.mdsal.model iana-if-type-2014-05-08 - 2014.05.08.9.4-SNAPSHOT + 2014.05.08.11.0-SNAPSHOT org.opendaylight.mdsal.model @@ -47,7 +47,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html org.opendaylight.mdsal.model ietf-interfaces - 2014.05.08.9.4-SNAPSHOT + 2014.05.08.11.0-SNAPSHOT org.opendaylight.mdsal.model diff --git a/pom.xml b/pom.xml index 44c1a42a8..bb6765655 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 - 1.8.0-SNAPSHOT + 1.9.0 org.opendaylight.transportpce transportpce-aggregator - 0.1.0-SNAPSHOT + 0.2.0-SNAPSHOT transportpce pom diff --git a/renderer/pom.xml b/renderer/pom.xml index 9c17558ad..32a4d3eae 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.controller config-parent - 0.6.0-SNAPSHOT + 0.7.0-SNAPSHOT org.opendaylight.transportpce transportpce-renderer - 0.1.0-SNAPSHOT + 0.2.0-SNAPSHOT bundle @@ -40,7 +40,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html org.opendaylight.netconf sal-netconf-connector - 1.5.0-SNAPSHOT + 1.6.0-SNAPSHOT diff --git a/servicehandler/pom.xml b/servicehandler/pom.xml index df7d10f6b..3d9cc2db4 100644 --- a/servicehandler/pom.xml +++ b/servicehandler/pom.xml @@ -1,57 +1,57 @@ - - - - - 4.0.0 - - - org.opendaylight.controller - config-parent - 0.6.0-SNAPSHOT - - - - org.opendaylight.transportpce - transportpce-servicehandler - 0.1.0-SNAPSHOT - bundle - - - - ${project.groupId} - transportpce-api - ${project.version} - - - ${project.groupId} - transportpce-ordmodels - ${project.version} - - - - - junit - junit - test - - - - org.mockito - mockito-core - test - - - - com.google.code.gson - gson - - - + + + + + 4.0.0 + + + org.opendaylight.controller + config-parent + 0.7.0-SNAPSHOT + + + + org.opendaylight.transportpce + transportpce-servicehandler + 0.2.0-SNAPSHOT + bundle + + + + ${project.groupId} + transportpce-api + ${project.version} + + + ${project.groupId} + transportpce-ordmodels + ${project.version} + + + + + junit + junit + test + + + + org.mockito + mockito-core + test + + + + com.google.code.gson + gson + + + diff --git a/stubpce/pom.xml b/stubpce/pom.xml index fe56b0943..cf0246e28 100644 --- a/stubpce/pom.xml +++ b/stubpce/pom.xml @@ -17,13 +17,13 @@ Author: Martial Coulibaly on behalf of Orange org.opendaylight.controller config-parent - 0.6.0-SNAPSHOT + 0.7.0-SNAPSHOT org.opendaylight.transportpce transportpce-stubpce - 0.1.0-SNAPSHOT + 0.2.0-SNAPSHOT bundle diff --git a/stubrenderer/pom.xml b/stubrenderer/pom.xml index 0b6c9aaeb..7ddaabf08 100644 --- a/stubrenderer/pom.xml +++ b/stubrenderer/pom.xml @@ -1,52 +1,52 @@ - - - - - 4.0.0 - - - org.opendaylight.controller - config-parent - 0.6.0-SNAPSHOT - - - - org.opendaylight.transportpce - transportpce-stubrenderer - 0.1.0-SNAPSHOT - bundle - - - - ${project.groupId} - transportpce-api - ${project.version} - - - ${project.groupId} - transportpce-ordmodels - ${project.version} - - - - - junit - junit - test - - - - org.mockito - mockito-core - test - - - + + + + + 4.0.0 + + + org.opendaylight.controller + config-parent + 0.7.0-SNAPSHOT + + + + org.opendaylight.transportpce + transportpce-stubrenderer + 0.2.0-SNAPSHOT + bundle + + + + ${project.groupId} + transportpce-api + ${project.version} + + + ${project.groupId} + transportpce-ordmodels + ${project.version} + + + + + junit + junit + test + + + + org.mockito + mockito-core + test + + + -- 2.36.6