From 5740b4185edef57931d12e761cb12da3f32df1a7 Mon Sep 17 00:00:00 2001 From: Thanh Ha Date: Mon, 14 Aug 2017 13:37:35 -0400 Subject: [PATCH] Bump versions by x.(y+1).z for next dev cycle Change-Id: Ib7c6fc7f5861f48c09c6603c147ad55f322d343d Signed-off-by: Thanh Ha --- features/features4-sfc/pom.xml | 2 +- features/odl-sfc-genius/pom.xml | 6 ++-- features/odl-sfc-ios-xe-renderer/pom.xml | 4 +-- features/odl-sfc-model/pom.xml | 6 ++-- features/odl-sfc-netconf/pom.xml | 4 +-- features/odl-sfc-openflow-renderer/pom.xml | 8 ++--- features/odl-sfc-ovs/pom.xml | 4 +-- features/odl-sfc-pot-netconf-renderer/pom.xml | 2 +- features/odl-sfc-pot/pom.xml | 4 +-- features/odl-sfc-provider-rest/pom.xml | 4 +-- features/odl-sfc-provider/pom.xml | 4 +-- features/odl-sfc-sb-rest/pom.xml | 2 +- features/odl-sfc-scf-openflow/pom.xml | 8 ++--- features/odl-sfc-scf-vpp/pom.xml | 8 ++--- features/odl-sfc-shell/pom.xml | 4 +-- features/odl-sfc-test-consumer/pom.xml | 2 +- features/odl-sfc-ui/pom.xml | 8 ++--- features/odl-sfc-vnfm-tacker/pom.xml | 4 +-- features/odl-sfc-vpp-renderer/pom.xml | 8 ++--- features/odl-sfclisp/pom.xml | 6 ++-- features/pom.xml | 2 +- pom.xml | 34 +++++++++---------- sfc-classifiers/pom.xml | 2 +- sfc-classifiers/sfc-scf-openflow/pom.xml | 2 +- sfc-classifiers/sfc-scf-vpp/pom.xml | 2 +- sfc-genius/pom.xml | 2 +- sfc-karaf/pom.xml | 2 +- sfc-model/pom.xml | 2 +- sfc-netconf/pom.xml | 2 +- sfc-ovs/pom.xml | 2 +- sfc-pot/pom.xml | 2 +- sfc-provider/pom.xml | 2 +- sfc-renderers/pom.xml | 2 +- sfc-renderers/sfc-ios-xe-renderer/pom.xml | 2 +- sfc-renderers/sfc-openflow-renderer/pom.xml | 2 +- .../sfc-pot-netconf-renderer/pom.xml | 2 +- sfc-renderers/sfc-vpp-renderer/pom.xml | 2 +- sfc-sb-rest/pom.xml | 2 +- sfc-shell/pom.xml | 2 +- sfc-test-consumer/pom.xml | 2 +- sfc-ui/bundle/pom.xml | 2 +- sfc-ui/module/pom.xml | 2 +- sfc-ui/pom.xml | 2 +- sfc-util/pom.xml | 2 +- sfc-util/sfc-openflow-utils/pom.xml | 2 +- sfc-util/sfc-vpp-utils/pom.xml | 2 +- sfc-vnfm-spi/pom.xml | 2 +- sfc-vnfm-tacker/pom.xml | 2 +- sfclisp/pom.xml | 2 +- 49 files changed, 94 insertions(+), 94 deletions(-) diff --git a/features/features4-sfc/pom.xml b/features/features4-sfc/pom.xml index 0b1d9d632..1bf4c9093 100644 --- a/features/features4-sfc/pom.xml +++ b/features/features4-sfc/pom.xml @@ -26,7 +26,7 @@ org.opendaylight.sfc features4-sfc - 0.6.0-SNAPSHOT + 0.7.0-SNAPSHOT feature ODL :: sfc :: ${project.artifactId} diff --git a/features/odl-sfc-genius/pom.xml b/features/odl-sfc-genius/pom.xml index 531d6c975..37abc9e65 100644 --- a/features/odl-sfc-genius/pom.xml +++ b/features/odl-sfc-genius/pom.xml @@ -26,7 +26,7 @@ org.opendaylight.sfc odl-sfc-genius - 0.6.0-SNAPSHOT + 0.7.0-SNAPSHOT feature ODL :: sfc :: ${project.artifactId} @@ -34,14 +34,14 @@ org.opendaylight.controller odl-mdsal-broker - 1.6.0-SNAPSHOT + 1.7.0-SNAPSHOT xml features org.opendaylight.genius odl-genius - 0.3.0-SNAPSHOT + 0.4.0-SNAPSHOT xml features diff --git a/features/odl-sfc-ios-xe-renderer/pom.xml b/features/odl-sfc-ios-xe-renderer/pom.xml index b205b0008..84215df3a 100644 --- a/features/odl-sfc-ios-xe-renderer/pom.xml +++ b/features/odl-sfc-ios-xe-renderer/pom.xml @@ -25,7 +25,7 @@ org.opendaylight.sfc odl-sfc-ios-xe-renderer - 0.6.0-SNAPSHOT + 0.7.0-SNAPSHOT feature ODL :: sfc :: ${project.artifactId} @@ -33,7 +33,7 @@ org.opendaylight.netconf odl-netconf-connector - 1.3.0-SNAPSHOT + 1.4.0-SNAPSHOT xml features diff --git a/features/odl-sfc-model/pom.xml b/features/odl-sfc-model/pom.xml index 40b845a63..af003e681 100644 --- a/features/odl-sfc-model/pom.xml +++ b/features/odl-sfc-model/pom.xml @@ -26,7 +26,7 @@ org.opendaylight.sfc odl-sfc-model - 0.6.0-SNAPSHOT + 0.7.0-SNAPSHOT feature ODL :: sfc :: ${project.artifactId} @@ -34,14 +34,14 @@ org.opendaylight.mdsal.model odl-mdsal-models - 0.11.0-SNAPSHOT + 0.12.0-SNAPSHOT xml features org.opendaylight.ovsdb odl-ovsdb-southbound-api - 1.5.0-SNAPSHOT + 1.6.0-SNAPSHOT xml features diff --git a/features/odl-sfc-netconf/pom.xml b/features/odl-sfc-netconf/pom.xml index 55c8d0005..ecfa35e47 100644 --- a/features/odl-sfc-netconf/pom.xml +++ b/features/odl-sfc-netconf/pom.xml @@ -26,7 +26,7 @@ org.opendaylight.sfc odl-sfc-netconf - 0.6.0-SNAPSHOT + 0.7.0-SNAPSHOT feature ODL :: sfc :: ${project.artifactId} @@ -34,7 +34,7 @@ org.opendaylight.netconf odl-netconf-connector - 1.3.0-SNAPSHOT + 1.4.0-SNAPSHOT xml features diff --git a/features/odl-sfc-openflow-renderer/pom.xml b/features/odl-sfc-openflow-renderer/pom.xml index 4a78be64e..87cef2778 100644 --- a/features/odl-sfc-openflow-renderer/pom.xml +++ b/features/odl-sfc-openflow-renderer/pom.xml @@ -26,7 +26,7 @@ org.opendaylight.sfc odl-sfc-openflow-renderer - 0.6.0-SNAPSHOT + 0.7.0-SNAPSHOT feature ODL :: sfc :: ${project.artifactId} @@ -34,21 +34,21 @@ org.opendaylight.openflowplugin odl-openflowplugin-flow-services - 0.5.0-SNAPSHOT + 0.6.0-SNAPSHOT xml features org.opendaylight.openflowplugin odl-openflowplugin-nxm-extensions - 0.5.0-SNAPSHOT + 0.6.0-SNAPSHOT xml features org.opendaylight.genius odl-genius-api - 0.3.0-SNAPSHOT + 0.4.0-SNAPSHOT xml features diff --git a/features/odl-sfc-ovs/pom.xml b/features/odl-sfc-ovs/pom.xml index 5c9ebaf74..8486cb118 100644 --- a/features/odl-sfc-ovs/pom.xml +++ b/features/odl-sfc-ovs/pom.xml @@ -26,7 +26,7 @@ org.opendaylight.sfc odl-sfc-ovs - 0.6.0-SNAPSHOT + 0.7.0-SNAPSHOT feature ODL :: sfc :: ${project.artifactId} @@ -34,7 +34,7 @@ org.opendaylight.ovsdb odl-ovsdb-southbound-impl - 1.5.0-SNAPSHOT + 1.6.0-SNAPSHOT xml features diff --git a/features/odl-sfc-pot-netconf-renderer/pom.xml b/features/odl-sfc-pot-netconf-renderer/pom.xml index 01f9459a7..2ae86b537 100644 --- a/features/odl-sfc-pot-netconf-renderer/pom.xml +++ b/features/odl-sfc-pot-netconf-renderer/pom.xml @@ -26,7 +26,7 @@ org.opendaylight.sfc odl-sfc-pot-netconf-renderer - 0.6.0-SNAPSHOT + 0.7.0-SNAPSHOT feature ODL :: sfc :: ${project.artifactId} diff --git a/features/odl-sfc-pot/pom.xml b/features/odl-sfc-pot/pom.xml index 878870643..3454a7419 100644 --- a/features/odl-sfc-pot/pom.xml +++ b/features/odl-sfc-pot/pom.xml @@ -26,7 +26,7 @@ org.opendaylight.sfc odl-sfc-pot - 0.6.0-SNAPSHOT + 0.7.0-SNAPSHOT feature ODL :: sfc :: ${project.artifactId} @@ -34,7 +34,7 @@ org.opendaylight.netconf odl-netconf-connector - 1.3.0-SNAPSHOT + 1.4.0-SNAPSHOT xml features diff --git a/features/odl-sfc-provider-rest/pom.xml b/features/odl-sfc-provider-rest/pom.xml index 2945580ef..1f58fc9b9 100644 --- a/features/odl-sfc-provider-rest/pom.xml +++ b/features/odl-sfc-provider-rest/pom.xml @@ -26,7 +26,7 @@ org.opendaylight.sfc odl-sfc-provider-rest - 0.6.0-SNAPSHOT + 0.7.0-SNAPSHOT feature ODL :: sfc :: ${project.artifactId} @@ -34,7 +34,7 @@ org.opendaylight.netconf odl-restconf - 1.6.0-SNAPSHOT + 1.7.0-SNAPSHOT xml features diff --git a/features/odl-sfc-provider/pom.xml b/features/odl-sfc-provider/pom.xml index 776af2bf2..e1fd1b059 100644 --- a/features/odl-sfc-provider/pom.xml +++ b/features/odl-sfc-provider/pom.xml @@ -26,7 +26,7 @@ org.opendaylight.sfc odl-sfc-provider - 0.6.0-SNAPSHOT + 0.7.0-SNAPSHOT feature ODL :: sfc :: ${project.artifactId} @@ -34,7 +34,7 @@ org.opendaylight.controller odl-mdsal-broker - 1.6.0-SNAPSHOT + 1.7.0-SNAPSHOT xml features diff --git a/features/odl-sfc-sb-rest/pom.xml b/features/odl-sfc-sb-rest/pom.xml index da05c7326..0cb2750b1 100644 --- a/features/odl-sfc-sb-rest/pom.xml +++ b/features/odl-sfc-sb-rest/pom.xml @@ -26,7 +26,7 @@ org.opendaylight.sfc odl-sfc-sb-rest - 0.6.0-SNAPSHOT + 0.7.0-SNAPSHOT feature ODL :: sfc :: ${project.artifactId} diff --git a/features/odl-sfc-scf-openflow/pom.xml b/features/odl-sfc-scf-openflow/pom.xml index b769dda42..782c59bde 100644 --- a/features/odl-sfc-scf-openflow/pom.xml +++ b/features/odl-sfc-scf-openflow/pom.xml @@ -26,7 +26,7 @@ org.opendaylight.sfc odl-sfc-scf-openflow - 0.6.0-SNAPSHOT + 0.7.0-SNAPSHOT feature ODL :: sfc :: ${project.artifactId} @@ -34,21 +34,21 @@ org.opendaylight.openflowplugin odl-openflowplugin-flow-services - 0.5.0-SNAPSHOT + 0.6.0-SNAPSHOT xml features org.opendaylight.openflowplugin odl-openflowplugin-nxm-extensions - 0.5.0-SNAPSHOT + 0.6.0-SNAPSHOT xml features org.opendaylight.genius odl-genius-api - 0.3.0-SNAPSHOT + 0.4.0-SNAPSHOT xml features diff --git a/features/odl-sfc-scf-vpp/pom.xml b/features/odl-sfc-scf-vpp/pom.xml index 525e9a910..e63ffb402 100644 --- a/features/odl-sfc-scf-vpp/pom.xml +++ b/features/odl-sfc-scf-vpp/pom.xml @@ -26,7 +26,7 @@ org.opendaylight.sfc odl-sfc-scf-vpp - 0.6.0-SNAPSHOT + 0.7.0-SNAPSHOT feature ODL :: sfc :: ${project.artifactId} @@ -34,21 +34,21 @@ org.opendaylight.netconf odl-netconf-connector-all - 1.3.0-SNAPSHOT + 1.4.0-SNAPSHOT xml features org.opendaylight.netconf odl-netconf-tcp - 1.3.0-SNAPSHOT + 1.4.0-SNAPSHOT xml features org.opendaylight.netconf odl-netconf-topology - 1.3.0-SNAPSHOT + 1.4.0-SNAPSHOT xml features diff --git a/features/odl-sfc-shell/pom.xml b/features/odl-sfc-shell/pom.xml index d18ce2acc..fa1aace09 100644 --- a/features/odl-sfc-shell/pom.xml +++ b/features/odl-sfc-shell/pom.xml @@ -25,7 +25,7 @@ org.opendaylight.sfc odl-sfc-shell - 0.6.0-SNAPSHOT + 0.7.0-SNAPSHOT feature ODL :: sfc :: ${project.artifactId} @@ -33,7 +33,7 @@ org.opendaylight.controller odl-mdsal-broker - 1.6.0-SNAPSHOT + 1.7.0-SNAPSHOT xml features diff --git a/features/odl-sfc-test-consumer/pom.xml b/features/odl-sfc-test-consumer/pom.xml index ab6e4746c..c266b5ce1 100644 --- a/features/odl-sfc-test-consumer/pom.xml +++ b/features/odl-sfc-test-consumer/pom.xml @@ -26,7 +26,7 @@ org.opendaylight.sfc odl-sfc-test-consumer - 0.6.0-SNAPSHOT + 0.7.0-SNAPSHOT feature ODL :: sfc :: ${project.artifactId} diff --git a/features/odl-sfc-ui/pom.xml b/features/odl-sfc-ui/pom.xml index 6707dd544..48cac80a1 100644 --- a/features/odl-sfc-ui/pom.xml +++ b/features/odl-sfc-ui/pom.xml @@ -26,7 +26,7 @@ org.opendaylight.sfc odl-sfc-ui - 0.6.0-SNAPSHOT + 0.7.0-SNAPSHOT feature ODL :: sfc :: ${project.artifactId} @@ -34,21 +34,21 @@ org.opendaylight.dlux odl-dlux-core - 0.6.0-SNAPSHOT + 0.7.0-SNAPSHOT xml features org.opendaylight.netconf odl-restconf - 1.6.0-SNAPSHOT + 1.7.0-SNAPSHOT xml features org.opendaylight.netconf odl-mdsal-apidocs - 1.6.0-SNAPSHOT + 1.7.0-SNAPSHOT xml features diff --git a/features/odl-sfc-vnfm-tacker/pom.xml b/features/odl-sfc-vnfm-tacker/pom.xml index 55f91807f..f1db920cb 100644 --- a/features/odl-sfc-vnfm-tacker/pom.xml +++ b/features/odl-sfc-vnfm-tacker/pom.xml @@ -26,7 +26,7 @@ org.opendaylight.sfc odl-sfc-vnfm-tacker - 0.6.0-SNAPSHOT + 0.7.0-SNAPSHOT feature ODL :: sfc :: ${project.artifactId} @@ -34,7 +34,7 @@ org.opendaylight.controller odl-mdsal-broker - 1.6.0-SNAPSHOT + 1.7.0-SNAPSHOT xml features diff --git a/features/odl-sfc-vpp-renderer/pom.xml b/features/odl-sfc-vpp-renderer/pom.xml index 4d74b16e3..e1ca2930d 100644 --- a/features/odl-sfc-vpp-renderer/pom.xml +++ b/features/odl-sfc-vpp-renderer/pom.xml @@ -26,7 +26,7 @@ org.opendaylight.sfc odl-sfc-vpp-renderer - 0.6.0-SNAPSHOT + 0.7.0-SNAPSHOT feature ODL :: sfc :: ${project.artifactId} @@ -34,21 +34,21 @@ org.opendaylight.netconf odl-netconf-connector-all - 1.3.0-SNAPSHOT + 1.4.0-SNAPSHOT xml features org.opendaylight.netconf odl-netconf-tcp - 1.3.0-SNAPSHOT + 1.4.0-SNAPSHOT xml features org.opendaylight.netconf odl-netconf-topology - 1.3.0-SNAPSHOT + 1.4.0-SNAPSHOT xml features diff --git a/features/odl-sfclisp/pom.xml b/features/odl-sfclisp/pom.xml index 4a1bf269e..377980fe6 100644 --- a/features/odl-sfclisp/pom.xml +++ b/features/odl-sfclisp/pom.xml @@ -26,7 +26,7 @@ org.opendaylight.sfc odl-sfclisp - 0.6.0-SNAPSHOT + 0.7.0-SNAPSHOT feature ODL :: sfc :: ${project.artifactId} @@ -34,14 +34,14 @@ org.opendaylight.lispflowmapping odl-lispflowmapping-mappingservice - 1.6.0-SNAPSHOT + 1.7.0-SNAPSHOT xml features org.opendaylight.lispflowmapping odl-lispflowmapping-southbound - 1.6.0-SNAPSHOT + 1.7.0-SNAPSHOT xml features diff --git a/features/pom.xml b/features/pom.xml index 239aa6fc2..fb507c314 100644 --- a/features/pom.xml +++ b/features/pom.xml @@ -24,7 +24,7 @@ org.opendaylight.sfc features-aggregator - 0.6.0-SNAPSHOT + 0.7.0-SNAPSHOT pom ODL :: sfc :: ${project.artifactId} diff --git a/pom.xml b/pom.xml index 8c5a2ba49..650be13db 100644 --- a/pom.xml +++ b/pom.xml @@ -12,7 +12,7 @@ org.opendaylight.sfc sfc-parent - 0.6.0-SNAPSHOT + 0.7.0-SNAPSHOT sfc pom @@ -60,27 +60,27 @@ 3.0.1 - 0.7.0-SNAPSHOT - 1.6.0-SNAPSHOT - 1.3.0-SNAPSHOT - 1.6.0-SNAPSHOT + 0.8.0-SNAPSHOT + 1.7.0-SNAPSHOT + 1.4.0-SNAPSHOT + 1.7.0-SNAPSHOT src/main/yang-gen-sal - 1.2.0-SNAPSHOT - 0.11.0-SNAPSHOT - 1.6.0-SNAPSHOT - 1.5.0-SNAPSHOT - 0.6.0-SNAPSHOT - 0.3.0-SNAPSHOT - 1.2.0-SNAPSHOT + 2.0.0-SNAPSHOT + 0.12.0-SNAPSHOT + 1.7.0-SNAPSHOT + 1.6.0-SNAPSHOT + 0.7.0-SNAPSHOT + 0.4.0-SNAPSHOT + 1.3.0-SNAPSHOT - 0.5.0-SNAPSHOT - 0.5.0-SNAPSHOT + 0.6.0-SNAPSHOT + 0.6.0-SNAPSHOT - 1.5.0-SNAPSHOT + 1.6.0-SNAPSHOT 1.8.2 1.8.2 - 0.6.0-SNAPSHOT + 0.7.0-SNAPSHOT 1.0.3 @@ -147,7 +147,7 @@ org.opendaylight.mdsal mdsal-artifacts - 2.3.0-SNAPSHOT + 2.4.0-SNAPSHOT pom import diff --git a/sfc-classifiers/pom.xml b/sfc-classifiers/pom.xml index 7bd65be6d..d4a96e5f7 100644 --- a/sfc-classifiers/pom.xml +++ b/sfc-classifiers/pom.xml @@ -5,7 +5,7 @@ org.opendaylight.sfc sfc-parent - 0.6.0-SNAPSHOT + 0.7.0-SNAPSHOT ../ diff --git a/sfc-classifiers/sfc-scf-openflow/pom.xml b/sfc-classifiers/sfc-scf-openflow/pom.xml index 8a110433a..e3e7839eb 100644 --- a/sfc-classifiers/sfc-scf-openflow/pom.xml +++ b/sfc-classifiers/sfc-scf-openflow/pom.xml @@ -6,7 +6,7 @@ org.opendaylight.sfc sfc-classifiers - 0.6.0-SNAPSHOT + 0.7.0-SNAPSHOT ../ sfc-scf-openflow diff --git a/sfc-classifiers/sfc-scf-vpp/pom.xml b/sfc-classifiers/sfc-scf-vpp/pom.xml index 76590718b..2abc0b64d 100644 --- a/sfc-classifiers/sfc-scf-vpp/pom.xml +++ b/sfc-classifiers/sfc-scf-vpp/pom.xml @@ -5,7 +5,7 @@ org.opendaylight.sfc sfc-classifiers - 0.6.0-SNAPSHOT + 0.7.0-SNAPSHOT ../ sfc-scf-vpp diff --git a/sfc-genius/pom.xml b/sfc-genius/pom.xml index b50b00166..9ae43bb6a 100644 --- a/sfc-genius/pom.xml +++ b/sfc-genius/pom.xml @@ -4,7 +4,7 @@ sfc-parent org.opendaylight.sfc - 0.6.0-SNAPSHOT + 0.7.0-SNAPSHOT sfc-genius diff --git a/sfc-karaf/pom.xml b/sfc-karaf/pom.xml index b2090742b..1ff40ad97 100644 --- a/sfc-karaf/pom.xml +++ b/sfc-karaf/pom.xml @@ -9,7 +9,7 @@ org.opendaylight.sfc sfc-karaf - 0.6.0-SNAPSHOT + 0.7.0-SNAPSHOT pom diff --git a/sfc-model/pom.xml b/sfc-model/pom.xml index 8ecd973c9..f3a41fe01 100644 --- a/sfc-model/pom.xml +++ b/sfc-model/pom.xml @@ -5,7 +5,7 @@ org.opendaylight.sfc sfc-parent - 0.6.0-SNAPSHOT + 0.7.0-SNAPSHOT ../ diff --git a/sfc-netconf/pom.xml b/sfc-netconf/pom.xml index f511021d2..8b9ef89f1 100644 --- a/sfc-netconf/pom.xml +++ b/sfc-netconf/pom.xml @@ -5,7 +5,7 @@ org.opendaylight.sfc sfc-parent - 0.6.0-SNAPSHOT + 0.7.0-SNAPSHOT ../ diff --git a/sfc-ovs/pom.xml b/sfc-ovs/pom.xml index 05c33e421..7c0e461e7 100644 --- a/sfc-ovs/pom.xml +++ b/sfc-ovs/pom.xml @@ -5,7 +5,7 @@ org.opendaylight.sfc sfc-parent - 0.6.0-SNAPSHOT + 0.7.0-SNAPSHOT ../ diff --git a/sfc-pot/pom.xml b/sfc-pot/pom.xml index b4a3b6467..b2d862906 100644 --- a/sfc-pot/pom.xml +++ b/sfc-pot/pom.xml @@ -5,7 +5,7 @@ org.opendaylight.sfc sfc-parent - 0.6.0-SNAPSHOT + 0.7.0-SNAPSHOT ../ diff --git a/sfc-provider/pom.xml b/sfc-provider/pom.xml index 8f6b58534..d6419a2b6 100644 --- a/sfc-provider/pom.xml +++ b/sfc-provider/pom.xml @@ -7,7 +7,7 @@ org.opendaylight.sfc sfc-parent - 0.6.0-SNAPSHOT + 0.7.0-SNAPSHOT ../ diff --git a/sfc-renderers/pom.xml b/sfc-renderers/pom.xml index 5a40d49d5..8ab3c2964 100644 --- a/sfc-renderers/pom.xml +++ b/sfc-renderers/pom.xml @@ -5,7 +5,7 @@ org.opendaylight.sfc sfc-parent - 0.6.0-SNAPSHOT + 0.7.0-SNAPSHOT ../ diff --git a/sfc-renderers/sfc-ios-xe-renderer/pom.xml b/sfc-renderers/sfc-ios-xe-renderer/pom.xml index f3a913f2a..0bb272a7a 100644 --- a/sfc-renderers/sfc-ios-xe-renderer/pom.xml +++ b/sfc-renderers/sfc-ios-xe-renderer/pom.xml @@ -5,7 +5,7 @@ org.opendaylight.sfc sfc-renderers - 0.6.0-SNAPSHOT + 0.7.0-SNAPSHOT ../ diff --git a/sfc-renderers/sfc-openflow-renderer/pom.xml b/sfc-renderers/sfc-openflow-renderer/pom.xml index d602c8549..82f0e9ff8 100644 --- a/sfc-renderers/sfc-openflow-renderer/pom.xml +++ b/sfc-renderers/sfc-openflow-renderer/pom.xml @@ -6,7 +6,7 @@ org.opendaylight.sfc sfc-renderers - 0.6.0-SNAPSHOT + 0.7.0-SNAPSHOT ../ diff --git a/sfc-renderers/sfc-pot-netconf-renderer/pom.xml b/sfc-renderers/sfc-pot-netconf-renderer/pom.xml index c8f63d932..53a088f13 100644 --- a/sfc-renderers/sfc-pot-netconf-renderer/pom.xml +++ b/sfc-renderers/sfc-pot-netconf-renderer/pom.xml @@ -5,7 +5,7 @@ org.opendaylight.sfc sfc-renderers - 0.6.0-SNAPSHOT + 0.7.0-SNAPSHOT ../ diff --git a/sfc-renderers/sfc-vpp-renderer/pom.xml b/sfc-renderers/sfc-vpp-renderer/pom.xml index fd744ca16..8c837ee6c 100644 --- a/sfc-renderers/sfc-vpp-renderer/pom.xml +++ b/sfc-renderers/sfc-vpp-renderer/pom.xml @@ -4,7 +4,7 @@ org.opendaylight.sfc sfc-renderers - 0.6.0-SNAPSHOT + 0.7.0-SNAPSHOT ../ diff --git a/sfc-sb-rest/pom.xml b/sfc-sb-rest/pom.xml index 4ad714124..c35d20847 100644 --- a/sfc-sb-rest/pom.xml +++ b/sfc-sb-rest/pom.xml @@ -5,7 +5,7 @@ org.opendaylight.sfc sfc-parent - 0.6.0-SNAPSHOT + 0.7.0-SNAPSHOT ../ diff --git a/sfc-shell/pom.xml b/sfc-shell/pom.xml index 1ee59a34f..b71524091 100644 --- a/sfc-shell/pom.xml +++ b/sfc-shell/pom.xml @@ -14,7 +14,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html org.opendaylight.sfc sfc-parent - 0.6.0-SNAPSHOT + 0.7.0-SNAPSHOT diff --git a/sfc-test-consumer/pom.xml b/sfc-test-consumer/pom.xml index 7c87eb007..d275deb2b 100644 --- a/sfc-test-consumer/pom.xml +++ b/sfc-test-consumer/pom.xml @@ -4,7 +4,7 @@ org.opendaylight.sfc sfc-parent - 0.6.0-SNAPSHOT + 0.7.0-SNAPSHOT ../ sfc-test-consumer diff --git a/sfc-ui/bundle/pom.xml b/sfc-ui/bundle/pom.xml index 53085f15f..8f46c8a60 100644 --- a/sfc-ui/bundle/pom.xml +++ b/sfc-ui/bundle/pom.xml @@ -4,7 +4,7 @@ org.opendaylight.sfc sfc-parent - 0.6.0-SNAPSHOT + 0.7.0-SNAPSHOT ../../ sfc-ui-bundle diff --git a/sfc-ui/module/pom.xml b/sfc-ui/module/pom.xml index 8b8d27390..ba41958b4 100644 --- a/sfc-ui/module/pom.xml +++ b/sfc-ui/module/pom.xml @@ -12,7 +12,7 @@ org.opendaylight.sfc sfc-parent - 0.6.0-SNAPSHOT + 0.7.0-SNAPSHOT ../../