From 4e35d01658f35dc003589ef7bb930cca23ccdb33 Mon Sep 17 00:00:00 2001 From: Anil Belur Date: Tue, 11 Apr 2017 11:45:43 +1000 Subject: [PATCH] Bump versions by x.(y+1).z for next dev cycle Change-Id: I49f4866c8eed1c9403b0a303fe00ca595ce68490 Signed-off-by: Anil Belur --- nemo-api/pom.xml | 6 +++--- nemo-artifacts/pom.xml | 4 ++-- nemo-features/nemo-features/pom.xml | 14 +++++++------- nemo-features/nemo-features4/pom.xml | 4 ++-- nemo-features/odl-nemo-api/pom.xml | 6 +++--- nemo-features/odl-nemo-cli-renderer/pom.xml | 4 ++-- nemo-features/odl-nemo-engine-rest/pom.xml | 8 ++++---- nemo-features/odl-nemo-engine-ui/pom.xml | 6 +++--- nemo-features/odl-nemo-engine/pom.xml | 6 +++--- nemo-features/odl-nemo-openflow-renderer/pom.xml | 8 ++++---- nemo-features/pom.xml | 4 ++-- nemo-impl/pom.xml | 6 +++--- nemo-karaf/pom.xml | 8 ++++---- nemo-renderers/cli-renderer/pom.xml | 6 +++--- nemo-renderers/openflow-renderer/pom.xml | 10 +++++----- nemo-renderers/pom.xml | 4 ++-- nemo-tools/pom.xml | 4 ++-- nemo-tools/sandbox/pom.xml | 6 +++--- nemo-ui/pom.xml | 6 +++--- pom.xml | 4 ++-- 20 files changed, 62 insertions(+), 62 deletions(-) diff --git a/nemo-api/pom.xml b/nemo-api/pom.xml index da1578b..8847d10 100644 --- a/nemo-api/pom.xml +++ b/nemo-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.nemo nemo-api - 1.2.0-SNAPSHOT + 1.3.0-SNAPSHOT bundle @@ -54,7 +54,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html org.opendaylight.mdsal maven-sal-api-gen-plugin - 0.10.0-SNAPSHOT + 0.11.0-SNAPSHOT jar diff --git a/nemo-artifacts/pom.xml b/nemo-artifacts/pom.xml index 7a6f47d..07f46a0 100644 --- a/nemo-artifacts/pom.xml +++ b/nemo-artifacts/pom.xml @@ -12,13 +12,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-SNAPSHOT org.opendaylight.nemo nemo-artifacts - 1.2.0-SNAPSHOT + 1.3.0-SNAPSHOT pom diff --git a/nemo-features/nemo-features/pom.xml b/nemo-features/nemo-features/pom.xml index ba94212..3686316 100644 --- a/nemo-features/nemo-features/pom.xml +++ b/nemo-features/nemo-features/pom.xml @@ -12,13 +12,13 @@ and is available at http://www.eclipse.org/legal/epl-v10.html org.opendaylight.odlparent features-parent - 1.8.0-SNAPSHOT + 1.9.0-SNAPSHOT org.opendaylight.nemo nemo-features - 1.2.0-SNAPSHOT + 1.3.0-SNAPSHOT ODL :: nemo :: ${project.artifactId} @@ -28,11 +28,11 @@ and is available at http://www.eclipse.org/legal/epl-v10.html - 0.10.0-SNAPSHOT - 1.5.0-SNAPSHOT - 1.5.0-SNAPSHOT - 0.5.0-SNAPSHOT - 0.4.0-SNAPSHOT + 0.11.0-SNAPSHOT + 1.6.0-SNAPSHOT + 1.6.0-SNAPSHOT + 0.6.0-SNAPSHOT + 0.5.0-SNAPSHOT diff --git a/nemo-features/nemo-features4/pom.xml b/nemo-features/nemo-features4/pom.xml index 44ca46b..c175d0a 100644 --- a/nemo-features/nemo-features4/pom.xml +++ b/nemo-features/nemo-features4/pom.xml @@ -14,13 +14,13 @@ org.opendaylight.odlparent feature-repo-parent - 1.8.0-SNAPSHOT + 1.9.0-SNAPSHOT org.opendaylight.nemo nemo-features4 - 1.2.0-SNAPSHOT + 1.3.0-SNAPSHOT ODL :: nemo :: ${project.artifactId} diff --git a/nemo-features/odl-nemo-api/pom.xml b/nemo-features/odl-nemo-api/pom.xml index 99f6fc4..dee608a 100644 --- a/nemo-features/odl-nemo-api/pom.xml +++ b/nemo-features/odl-nemo-api/pom.xml @@ -14,13 +14,13 @@ org.opendaylight.odlparent single-feature-parent - 1.8.0-SNAPSHOT + 1.9.0-SNAPSHOT org.opendaylight.nemo odl-nemo-api - 1.2.0-SNAPSHOT + 1.3.0-SNAPSHOT feature OpenDaylight :: NEMO :: API @@ -29,7 +29,7 @@ org.opendaylight.mdsal.model odl-mdsal-models - 0.10.0-SNAPSHOT + 0.11.0-SNAPSHOT xml features diff --git a/nemo-features/odl-nemo-cli-renderer/pom.xml b/nemo-features/odl-nemo-cli-renderer/pom.xml index 4c966b4..f8bfa41 100644 --- a/nemo-features/odl-nemo-cli-renderer/pom.xml +++ b/nemo-features/odl-nemo-cli-renderer/pom.xml @@ -14,13 +14,13 @@ org.opendaylight.odlparent single-feature-parent - 1.8.0-SNAPSHOT + 1.9.0-SNAPSHOT org.opendaylight.nemo odl-nemo-cli-renderer - 1.2.0-SNAPSHOT + 1.3.0-SNAPSHOT feature OpenDaylight :: NEMO :: CLI Renderer diff --git a/nemo-features/odl-nemo-engine-rest/pom.xml b/nemo-features/odl-nemo-engine-rest/pom.xml index 87aec21..de8cfa4 100644 --- a/nemo-features/odl-nemo-engine-rest/pom.xml +++ b/nemo-features/odl-nemo-engine-rest/pom.xml @@ -14,13 +14,13 @@ org.opendaylight.odlparent single-feature-parent - 1.8.0-SNAPSHOT + 1.9.0-SNAPSHOT org.opendaylight.nemo odl-nemo-engine-rest - 1.2.0-SNAPSHOT + 1.3.0-SNAPSHOT feature OpenDaylight :: NEMO :: Engine :: REST @@ -29,14 +29,14 @@ org.opendaylight.netconf odl-restconf - 1.5.0-SNAPSHOT + 1.6.0-SNAPSHOT xml features org.opendaylight.netconf odl-mdsal-apidocs - 1.5.0-SNAPSHOT + 1.6.0-SNAPSHOT xml features diff --git a/nemo-features/odl-nemo-engine-ui/pom.xml b/nemo-features/odl-nemo-engine-ui/pom.xml index 1f97bda..00e3eca 100644 --- a/nemo-features/odl-nemo-engine-ui/pom.xml +++ b/nemo-features/odl-nemo-engine-ui/pom.xml @@ -14,13 +14,13 @@ org.opendaylight.odlparent single-feature-parent - 1.8.0-SNAPSHOT + 1.9.0-SNAPSHOT org.opendaylight.nemo odl-nemo-engine-ui - 1.2.0-SNAPSHOT + 1.3.0-SNAPSHOT feature OpenDaylight :: NEMO :: Engine :: UI @@ -29,7 +29,7 @@ org.opendaylight.dlux odl-dlux-core - 0.5.0-SNAPSHOT + 0.6.0-SNAPSHOT xml features diff --git a/nemo-features/odl-nemo-engine/pom.xml b/nemo-features/odl-nemo-engine/pom.xml index cdcbd75..aff1ef2 100644 --- a/nemo-features/odl-nemo-engine/pom.xml +++ b/nemo-features/odl-nemo-engine/pom.xml @@ -14,13 +14,13 @@ org.opendaylight.odlparent single-feature-parent - 1.8.0-SNAPSHOT + 1.9.0-SNAPSHOT org.opendaylight.nemo odl-nemo-engine - 1.2.0-SNAPSHOT + 1.3.0-SNAPSHOT feature OpenDaylight :: NEMO :: Engine @@ -29,7 +29,7 @@ org.opendaylight.controller odl-mdsal-broker - 1.5.0-SNAPSHOT + 1.6.0-SNAPSHOT xml features diff --git a/nemo-features/odl-nemo-openflow-renderer/pom.xml b/nemo-features/odl-nemo-openflow-renderer/pom.xml index 2dd657c..2c9a4a8 100644 --- a/nemo-features/odl-nemo-openflow-renderer/pom.xml +++ b/nemo-features/odl-nemo-openflow-renderer/pom.xml @@ -14,13 +14,13 @@ org.opendaylight.odlparent single-feature-parent - 1.8.0-SNAPSHOT + 1.9.0-SNAPSHOT org.opendaylight.nemo odl-nemo-openflow-renderer - 1.2.0-SNAPSHOT + 1.3.0-SNAPSHOT feature OpenDaylight :: NEMO :: OpenFlow Renderer @@ -29,14 +29,14 @@ org.opendaylight.openflowplugin odl-openflowplugin-flow-services - 0.4.0-SNAPSHOT + 0.5.0-SNAPSHOT xml features org.opendaylight.openflowplugin odl-openflowplugin-nxm-extensions - 0.4.0-SNAPSHOT + 0.5.0-SNAPSHOT xml features diff --git a/nemo-features/pom.xml b/nemo-features/pom.xml index c159e6b..d6490fe 100644 --- a/nemo-features/pom.xml +++ b/nemo-features/pom.xml @@ -13,13 +13,13 @@ org.opendaylight.odlparent odlparent-lite - 1.8.0-SNAPSHOT + 1.9.0-SNAPSHOT org.opendaylight.nemo nemo-features-aggregator - 1.2.0-SNAPSHOT + 1.3.0-SNAPSHOT ODL :: nemo :: ${project.artifactId} diff --git a/nemo-impl/pom.xml b/nemo-impl/pom.xml index 0029f67..be5a299 100644 --- a/nemo-impl/pom.xml +++ b/nemo-impl/pom.xml @@ -12,13 +12,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.nemo nemo-impl - 1.2.0-SNAPSHOT + 1.3.0-SNAPSHOT bundle @@ -129,7 +129,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html org.opendaylight.mdsal maven-sal-api-gen-plugin - 0.10.0-SNAPSHOT + 0.11.0-SNAPSHOT jar diff --git a/nemo-karaf/pom.xml b/nemo-karaf/pom.xml index e9824fc..88dc9c4 100644 --- a/nemo-karaf/pom.xml +++ b/nemo-karaf/pom.xml @@ -12,13 +12,13 @@ and is available at http://www.eclipse.org/legal/epl-v10.html org.opendaylight.odlparent karaf-parent - 1.8.0-SNAPSHOT + 1.9.0-SNAPSHOT org.opendaylight.nemo nemo-karaf - 1.2.0-SNAPSHOT + 1.3.0-SNAPSHOT ODL :: nemo :: ${project.artifactId} @@ -28,8 +28,8 @@ and is available at http://www.eclipse.org/legal/epl-v10.html - 1.5.0-SNAPSHOT - 0.5.0-SNAPSHOT + 1.6.0-SNAPSHOT + 0.6.0-SNAPSHOT diff --git a/nemo-renderers/cli-renderer/pom.xml b/nemo-renderers/cli-renderer/pom.xml index 1cf63cd..41c5c25 100644 --- a/nemo-renderers/cli-renderer/pom.xml +++ b/nemo-renderers/cli-renderer/pom.xml @@ -12,13 +12,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.nemo cli-renderer - 1.2.0-SNAPSHOT + 1.3.0-SNAPSHOT bundle @@ -122,7 +122,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html org.opendaylight.mdsal maven-sal-api-gen-plugin - 0.10.0-SNAPSHOT + 0.11.0-SNAPSHOT jar diff --git a/nemo-renderers/openflow-renderer/pom.xml b/nemo-renderers/openflow-renderer/pom.xml index 2f0d01d..e479b56 100644 --- a/nemo-renderers/openflow-renderer/pom.xml +++ b/nemo-renderers/openflow-renderer/pom.xml @@ -12,21 +12,21 @@ 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.nemo openflow-renderer - 1.2.0-SNAPSHOT + 1.3.0-SNAPSHOT bundle ODL :: nemo :: ${project.artifactId} - 0.12.0-SNAPSHOT - 0.4.0-SNAPSHOT + 0.13.0-SNAPSHOT + 0.5.0-SNAPSHOT target/code-coverage/jacoco.exec target/code-coverage/jacoco-it.exec @@ -141,7 +141,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html org.opendaylight.mdsal maven-sal-api-gen-plugin - 0.10.0-SNAPSHOT + 0.11.0-SNAPSHOT jar diff --git a/nemo-renderers/pom.xml b/nemo-renderers/pom.xml index ee6d500..66dc008 100644 --- a/nemo-renderers/pom.xml +++ b/nemo-renderers/pom.xml @@ -12,12 +12,12 @@ and is available at http://www.eclipse.org/legal/epl-v10.html org.opendaylight.nemo nemo.project - 1.2.0-SNAPSHOT + 1.3.0-SNAPSHOT org.opendaylight.nemo nemo-renderers - 1.2.0-SNAPSHOT + 1.3.0-SNAPSHOT pom diff --git a/nemo-tools/pom.xml b/nemo-tools/pom.xml index 01ee0e2..8ada5bc 100644 --- a/nemo-tools/pom.xml +++ b/nemo-tools/pom.xml @@ -12,12 +12,12 @@ and is available at http://www.eclipse.org/legal/epl-v10.html org.opendaylight.nemo nemo.project - 1.2.0-SNAPSHOT + 1.3.0-SNAPSHOT org.opendaylight.nemo nemo-tools - 1.2.0-SNAPSHOT + 1.3.0-SNAPSHOT pom diff --git a/nemo-tools/sandbox/pom.xml b/nemo-tools/sandbox/pom.xml index d8e8099..944db47 100644 --- a/nemo-tools/sandbox/pom.xml +++ b/nemo-tools/sandbox/pom.xml @@ -12,12 +12,12 @@ and is available at http://www.eclipse.org/legal/epl-v10.html org.opendaylight.nemo nemo-tools - 1.2.0-SNAPSHOT + 1.3.0-SNAPSHOT org.opendaylight.nemo sandbox - 1.2.0-SNAPSHOT + 1.3.0-SNAPSHOT jar @@ -29,7 +29,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html 2.11 1.26.2 1.2 - 1.1.0-SNAPSHOT + 1.2.0-SNAPSHOT 262 20090211 diff --git a/nemo-ui/pom.xml b/nemo-ui/pom.xml index efe0331..31a39fe 100644 --- a/nemo-ui/pom.xml +++ b/nemo-ui/pom.xml @@ -12,20 +12,20 @@ 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.nemo nemo-ui - 1.2.0-SNAPSHOT + 1.3.0-SNAPSHOT bundle ODL :: nemo :: ${project.artifactId} - 0.5.0-SNAPSHOT + 0.6.0-SNAPSHOT diff --git a/pom.xml b/pom.xml index e6efcea..fff06f3 100644 --- a/pom.xml +++ b/pom.xml @@ -12,13 +12,13 @@ and is available at http://www.eclipse.org/legal/epl-v10.html org.opendaylight.odlparent odlparent - 1.8.0-SNAPSHOT + 1.9.0-SNAPSHOT org.opendaylight.nemo nemo.project - 1.2.0-SNAPSHOT + 1.3.0-SNAPSHOT pom nemo OpenDaylight NEMO -- 2.36.6