From 1de9d445e56f9047b9e8aca2647e51fe580591c0 Mon Sep 17 00:00:00 2001 From: jenkins-releng Date: Thu, 13 Jun 2019 00:55:52 +0000 Subject: [PATCH] Release Fluorine --- artifacts/pom.xml | 2 +- features/features4-sfc/pom.xml | 2 +- features/odl-sfc-genius/pom.xml | 8 ++--- 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 | 6 ++-- 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 | 6 ++-- features/odl-sfc-sb-rest/pom.xml | 2 +- features/odl-sfc-scf-openflow/pom.xml | 6 ++-- features/odl-sfc-scf-vpp/pom.xml | 8 ++--- features/odl-sfc-shell/pom.xml | 2 +- features/odl-sfc-statistics/pom.xml | 4 +-- features/odl-sfc-vnfm-tacker/pom.xml | 6 ++-- features/odl-sfc-vpp-renderer/pom.xml | 8 ++--- features/odl-sfclisp/pom.xml | 6 ++-- features/pom.xml | 2 +- karaf/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-model/pom.xml | 6 ++-- 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-statistics/pom.xml | 2 +- sfc-util/pom.xml | 2 +- sfc-util/sfc-genius-utils/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 +- 47 files changed, 92 insertions(+), 92 deletions(-) diff --git a/artifacts/pom.xml b/artifacts/pom.xml index 9a195ef3f..6474bbf32 100644 --- a/artifacts/pom.xml +++ b/artifacts/pom.xml @@ -19,7 +19,7 @@ org.opendaylight.sfc sfc-artifacts - 0.8.3-SNAPSHOT + 0.8.3 pom diff --git a/features/features4-sfc/pom.xml b/features/features4-sfc/pom.xml index b29008d4f..fb0ea1505 100644 --- a/features/features4-sfc/pom.xml +++ b/features/features4-sfc/pom.xml @@ -20,7 +20,7 @@ org.opendaylight.sfc features4-sfc - 0.8.3-SNAPSHOT + 0.8.3 feature ODL :: sfc :: ${project.artifactId} diff --git a/features/odl-sfc-genius/pom.xml b/features/odl-sfc-genius/pom.xml index d9c76aa7f..0942ca9bb 100644 --- a/features/odl-sfc-genius/pom.xml +++ b/features/odl-sfc-genius/pom.xml @@ -20,7 +20,7 @@ org.opendaylight.sfc odl-sfc-genius - 0.8.3-SNAPSHOT + 0.8.3 feature ODL :: sfc :: ${project.artifactId} @@ -28,14 +28,14 @@ org.opendaylight.controller odl-mdsal-broker - 1.8.3-SNAPSHOT + 1.8.3 xml features org.opendaylight.genius odl-genius - 0.5.3-SNAPSHOT + 0.5.3 xml features @@ -56,7 +56,7 @@ org.opendaylight.serviceutils odl-serviceutils-tools - 0.2.3-SNAPSHOT + 0.2.3 xml features diff --git a/features/odl-sfc-ios-xe-renderer/pom.xml b/features/odl-sfc-ios-xe-renderer/pom.xml index 7e2672b6a..e2d3cc3df 100644 --- a/features/odl-sfc-ios-xe-renderer/pom.xml +++ b/features/odl-sfc-ios-xe-renderer/pom.xml @@ -19,7 +19,7 @@ org.opendaylight.sfc odl-sfc-ios-xe-renderer - 0.8.3-SNAPSHOT + 0.8.3 feature ODL :: sfc :: ${project.artifactId} @@ -27,7 +27,7 @@ org.opendaylight.netconf odl-netconf-connector - 1.5.3-SNAPSHOT + 1.5.3 xml features diff --git a/features/odl-sfc-model/pom.xml b/features/odl-sfc-model/pom.xml index 57f93362d..ce6fcad04 100644 --- a/features/odl-sfc-model/pom.xml +++ b/features/odl-sfc-model/pom.xml @@ -20,7 +20,7 @@ org.opendaylight.sfc odl-sfc-model - 0.8.3-SNAPSHOT + 0.8.3 feature ODL :: sfc :: ${project.artifactId} @@ -29,7 +29,7 @@ org.opendaylight.mdsal.model mdsal-model-artifacts - 0.13.3-SNAPSHOT + 0.13.3 import pom @@ -58,7 +58,7 @@ org.opendaylight.ovsdb odl-ovsdb-southbound-api - 1.7.3-SNAPSHOT + 1.7.3 xml features diff --git a/features/odl-sfc-netconf/pom.xml b/features/odl-sfc-netconf/pom.xml index 4a5206089..dec1489db 100644 --- a/features/odl-sfc-netconf/pom.xml +++ b/features/odl-sfc-netconf/pom.xml @@ -20,7 +20,7 @@ org.opendaylight.sfc odl-sfc-netconf - 0.8.3-SNAPSHOT + 0.8.3 feature ODL :: sfc :: ${project.artifactId} @@ -28,7 +28,7 @@ org.opendaylight.netconf odl-netconf-connector - 1.5.3-SNAPSHOT + 1.5.3 xml features diff --git a/features/odl-sfc-openflow-renderer/pom.xml b/features/odl-sfc-openflow-renderer/pom.xml index 0bee02167..e3a294800 100644 --- a/features/odl-sfc-openflow-renderer/pom.xml +++ b/features/odl-sfc-openflow-renderer/pom.xml @@ -20,7 +20,7 @@ org.opendaylight.sfc odl-sfc-openflow-renderer - 0.8.3-SNAPSHOT + 0.8.3 feature ODL :: sfc :: ${project.artifactId} @@ -28,14 +28,14 @@ org.opendaylight.openflowplugin odl-openflowplugin-flow-services - 0.7.3-SNAPSHOT + 0.7.3 xml features org.opendaylight.openflowplugin odl-openflowplugin-nxm-extensions - 0.7.3-SNAPSHOT + 0.7.3 xml features diff --git a/features/odl-sfc-ovs/pom.xml b/features/odl-sfc-ovs/pom.xml index 25d51b881..dca2746f9 100644 --- a/features/odl-sfc-ovs/pom.xml +++ b/features/odl-sfc-ovs/pom.xml @@ -20,7 +20,7 @@ org.opendaylight.sfc odl-sfc-ovs - 0.8.3-SNAPSHOT + 0.8.3 feature ODL :: sfc :: ${project.artifactId} @@ -28,7 +28,7 @@ org.opendaylight.ovsdb odl-ovsdb-southbound-impl - 1.7.3-SNAPSHOT + 1.7.3 xml features diff --git a/features/odl-sfc-pot-netconf-renderer/pom.xml b/features/odl-sfc-pot-netconf-renderer/pom.xml index c95b2588a..cb59e3135 100644 --- a/features/odl-sfc-pot-netconf-renderer/pom.xml +++ b/features/odl-sfc-pot-netconf-renderer/pom.xml @@ -20,7 +20,7 @@ org.opendaylight.sfc odl-sfc-pot-netconf-renderer - 0.8.3-SNAPSHOT + 0.8.3 feature ODL :: sfc :: ${project.artifactId} diff --git a/features/odl-sfc-pot/pom.xml b/features/odl-sfc-pot/pom.xml index 7b667ca56..ee0b9dee6 100644 --- a/features/odl-sfc-pot/pom.xml +++ b/features/odl-sfc-pot/pom.xml @@ -20,7 +20,7 @@ org.opendaylight.sfc odl-sfc-pot - 0.8.3-SNAPSHOT + 0.8.3 feature ODL :: sfc :: ${project.artifactId} @@ -28,7 +28,7 @@ org.opendaylight.netconf odl-netconf-connector - 1.5.3-SNAPSHOT + 1.5.3 xml features diff --git a/features/odl-sfc-provider-rest/pom.xml b/features/odl-sfc-provider-rest/pom.xml index 019e2afa8..3044498c5 100644 --- a/features/odl-sfc-provider-rest/pom.xml +++ b/features/odl-sfc-provider-rest/pom.xml @@ -20,7 +20,7 @@ org.opendaylight.sfc odl-sfc-provider-rest - 0.8.3-SNAPSHOT + 0.8.3 feature ODL :: sfc :: ${project.artifactId} @@ -28,7 +28,7 @@ org.opendaylight.netconf odl-restconf - 1.8.3-SNAPSHOT + 1.8.3 xml features diff --git a/features/odl-sfc-provider/pom.xml b/features/odl-sfc-provider/pom.xml index 07e29f63c..82b4f77db 100644 --- a/features/odl-sfc-provider/pom.xml +++ b/features/odl-sfc-provider/pom.xml @@ -20,7 +20,7 @@ org.opendaylight.sfc odl-sfc-provider - 0.8.3-SNAPSHOT + 0.8.3 feature ODL :: sfc :: ${project.artifactId} @@ -28,14 +28,14 @@ org.opendaylight.controller odl-mdsal-broker - 1.8.3-SNAPSHOT + 1.8.3 xml features org.opendaylight.serviceutils odl-serviceutils-tools - 0.2.3-SNAPSHOT + 0.2.3 xml features diff --git a/features/odl-sfc-sb-rest/pom.xml b/features/odl-sfc-sb-rest/pom.xml index de080679e..bad2c7d49 100644 --- a/features/odl-sfc-sb-rest/pom.xml +++ b/features/odl-sfc-sb-rest/pom.xml @@ -20,7 +20,7 @@ org.opendaylight.sfc odl-sfc-sb-rest - 0.8.3-SNAPSHOT + 0.8.3 feature ODL :: sfc :: ${project.artifactId} diff --git a/features/odl-sfc-scf-openflow/pom.xml b/features/odl-sfc-scf-openflow/pom.xml index 16633a321..873f9c19a 100644 --- a/features/odl-sfc-scf-openflow/pom.xml +++ b/features/odl-sfc-scf-openflow/pom.xml @@ -20,7 +20,7 @@ org.opendaylight.sfc odl-sfc-scf-openflow - 0.8.3-SNAPSHOT + 0.8.3 feature ODL :: sfc :: ${project.artifactId} @@ -28,14 +28,14 @@ org.opendaylight.openflowplugin odl-openflowplugin-flow-services - 0.7.3-SNAPSHOT + 0.7.3 xml features org.opendaylight.openflowplugin odl-openflowplugin-nxm-extensions - 0.7.3-SNAPSHOT + 0.7.3 xml features diff --git a/features/odl-sfc-scf-vpp/pom.xml b/features/odl-sfc-scf-vpp/pom.xml index 3ec8fe5bc..0792a430f 100644 --- a/features/odl-sfc-scf-vpp/pom.xml +++ b/features/odl-sfc-scf-vpp/pom.xml @@ -20,7 +20,7 @@ org.opendaylight.sfc odl-sfc-scf-vpp - 0.8.3-SNAPSHOT + 0.8.3 feature ODL :: sfc :: ${project.artifactId} @@ -28,21 +28,21 @@ org.opendaylight.netconf odl-netconf-connector-all - 1.5.3-SNAPSHOT + 1.5.3 xml features org.opendaylight.netconf odl-netconf-tcp - 1.5.3-SNAPSHOT + 1.5.3 xml features org.opendaylight.netconf odl-netconf-topology - 1.5.3-SNAPSHOT + 1.5.3 xml features diff --git a/features/odl-sfc-shell/pom.xml b/features/odl-sfc-shell/pom.xml index 07470db06..6f9c2d4bb 100644 --- a/features/odl-sfc-shell/pom.xml +++ b/features/odl-sfc-shell/pom.xml @@ -20,7 +20,7 @@ org.opendaylight.sfc odl-sfc-shell - 0.8.3-SNAPSHOT + 0.8.3 feature ODL :: sfc :: ${project.artifactId} diff --git a/features/odl-sfc-statistics/pom.xml b/features/odl-sfc-statistics/pom.xml index dc97d7167..2dc88cb3c 100644 --- a/features/odl-sfc-statistics/pom.xml +++ b/features/odl-sfc-statistics/pom.xml @@ -20,7 +20,7 @@ org.opendaylight.sfc odl-sfc-statistics - 0.8.3-SNAPSHOT + 0.8.3 feature ODL :: sfc :: ${project.artifactId} @@ -28,7 +28,7 @@ org.opendaylight.controller odl-mdsal-broker - 1.8.3-SNAPSHOT + 1.8.3 xml features diff --git a/features/odl-sfc-vnfm-tacker/pom.xml b/features/odl-sfc-vnfm-tacker/pom.xml index 02e0a99f3..b908b4a93 100644 --- a/features/odl-sfc-vnfm-tacker/pom.xml +++ b/features/odl-sfc-vnfm-tacker/pom.xml @@ -20,7 +20,7 @@ org.opendaylight.sfc odl-sfc-vnfm-tacker - 0.8.3-SNAPSHOT + 0.8.3 feature ODL :: sfc :: ${project.artifactId} @@ -28,14 +28,14 @@ org.opendaylight.aaa odl-aaa-web - 0.8.3-SNAPSHOT + 0.8.3 xml features org.opendaylight.controller odl-mdsal-broker - 1.8.3-SNAPSHOT + 1.8.3 xml features diff --git a/features/odl-sfc-vpp-renderer/pom.xml b/features/odl-sfc-vpp-renderer/pom.xml index a8574877b..f374faa74 100644 --- a/features/odl-sfc-vpp-renderer/pom.xml +++ b/features/odl-sfc-vpp-renderer/pom.xml @@ -20,7 +20,7 @@ org.opendaylight.sfc odl-sfc-vpp-renderer - 0.8.3-SNAPSHOT + 0.8.3 feature ODL :: sfc :: ${project.artifactId} @@ -28,21 +28,21 @@ org.opendaylight.netconf odl-netconf-connector-all - 1.5.3-SNAPSHOT + 1.5.3 xml features org.opendaylight.netconf odl-netconf-tcp - 1.5.3-SNAPSHOT + 1.5.3 xml features org.opendaylight.netconf odl-netconf-topology - 1.5.3-SNAPSHOT + 1.5.3 xml features diff --git a/features/odl-sfclisp/pom.xml b/features/odl-sfclisp/pom.xml index b70a96efe..123103fd7 100644 --- a/features/odl-sfclisp/pom.xml +++ b/features/odl-sfclisp/pom.xml @@ -20,7 +20,7 @@ org.opendaylight.sfc odl-sfclisp - 0.8.3-SNAPSHOT + 0.8.3 feature ODL :: sfc :: ${project.artifactId} @@ -28,14 +28,14 @@ org.opendaylight.lispflowmapping odl-lispflowmapping-mappingservice - 1.8.3-SNAPSHOT + 1.8.3 xml features org.opendaylight.lispflowmapping odl-lispflowmapping-southbound - 1.8.3-SNAPSHOT + 1.8.3 xml features diff --git a/features/pom.xml b/features/pom.xml index bb0fb9694..f278e528e 100644 --- a/features/pom.xml +++ b/features/pom.xml @@ -18,7 +18,7 @@ org.opendaylight.sfc features-aggregator - 0.8.3-SNAPSHOT + 0.8.3 pom ODL :: sfc :: ${project.artifactId} diff --git a/karaf/pom.xml b/karaf/pom.xml index 03dde4c28..77bbaaa5f 100644 --- a/karaf/pom.xml +++ b/karaf/pom.xml @@ -10,7 +10,7 @@ org.opendaylight.sfc sfc-karaf - 0.8.3-SNAPSHOT + 0.8.3 pom diff --git a/pom.xml b/pom.xml index 3a74eadc0..1a2e94921 100644 --- a/pom.xml +++ b/pom.xml @@ -5,13 +5,13 @@ org.opendaylight.mdsal binding-parent - 0.13.3-SNAPSHOT + 0.13.3 org.opendaylight.sfc sfc-parent - 0.8.3-SNAPSHOT + 0.8.3 sfc pom @@ -71,24 +71,24 @@ 3.0.1 - 0.9.3-SNAPSHOT - 1.8.3-SNAPSHOT - 1.5.3-SNAPSHOT - 1.8.3-SNAPSHOT + 0.9.3 + 1.8.3 + 1.5.3 + 1.8.3 src/main/yang-gen-sal - 0.13.3-SNAPSHOT - 1.8.3-SNAPSHOT - 1.7.3-SNAPSHOT - 0.8.3-SNAPSHOT - 0.5.3-SNAPSHOT - 0.2.3-SNAPSHOT - 1.4.3-SNAPSHOT + 0.13.3 + 1.8.3 + 1.7.3 + 0.8.3 + 0.5.3 + 0.2.3 + 1.4.3 - 0.7.3-SNAPSHOT - 0.7.3-SNAPSHOT + 0.7.3 + 0.7.3 - 1.7.3-SNAPSHOT + 1.7.3 1.8.2 1.8.2 @@ -110,7 +110,7 @@ org.opendaylight.mdsal mdsal-artifacts - 2.5.3-SNAPSHOT + 2.5.3 pom import diff --git a/sfc-classifiers/pom.xml b/sfc-classifiers/pom.xml index 452d3db31..7c3de1c99 100644 --- a/sfc-classifiers/pom.xml +++ b/sfc-classifiers/pom.xml @@ -5,7 +5,7 @@ org.opendaylight.sfc sfc-parent - 0.8.3-SNAPSHOT + 0.8.3 ../ diff --git a/sfc-classifiers/sfc-scf-openflow/pom.xml b/sfc-classifiers/sfc-scf-openflow/pom.xml index 5f7e6af89..bcc4df0e7 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.8.3-SNAPSHOT + 0.8.3 ../ sfc-scf-openflow diff --git a/sfc-classifiers/sfc-scf-vpp/pom.xml b/sfc-classifiers/sfc-scf-vpp/pom.xml index 3d8edbc48..2b8552619 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.8.3-SNAPSHOT + 0.8.3 ../ sfc-scf-vpp diff --git a/sfc-genius/pom.xml b/sfc-genius/pom.xml index 44ab6d11e..e45543715 100644 --- a/sfc-genius/pom.xml +++ b/sfc-genius/pom.xml @@ -4,7 +4,7 @@ sfc-parent org.opendaylight.sfc - 0.8.3-SNAPSHOT + 0.8.3 sfc-genius diff --git a/sfc-model/pom.xml b/sfc-model/pom.xml index b52539579..2a12e656a 100644 --- a/sfc-model/pom.xml +++ b/sfc-model/pom.xml @@ -5,13 +5,13 @@ org.opendaylight.mdsal binding-parent - 0.13.3-SNAPSHOT + 0.13.3 org.opendaylight.sfc sfc-model - 0.8.3-SNAPSHOT + 0.8.3 bundle @@ -22,7 +22,7 @@ org.opendaylight.ovsdb southbound-artifacts - 1.7.3-SNAPSHOT + 1.7.3 import pom diff --git a/sfc-netconf/pom.xml b/sfc-netconf/pom.xml index 9742cee1a..043c150ed 100644 --- a/sfc-netconf/pom.xml +++ b/sfc-netconf/pom.xml @@ -5,7 +5,7 @@ org.opendaylight.sfc sfc-parent - 0.8.3-SNAPSHOT + 0.8.3 ../ diff --git a/sfc-ovs/pom.xml b/sfc-ovs/pom.xml index 6d1c98de2..3110e9ef4 100644 --- a/sfc-ovs/pom.xml +++ b/sfc-ovs/pom.xml @@ -5,7 +5,7 @@ org.opendaylight.sfc sfc-parent - 0.8.3-SNAPSHOT + 0.8.3 ../ diff --git a/sfc-pot/pom.xml b/sfc-pot/pom.xml index 1931c4644..875bb5614 100644 --- a/sfc-pot/pom.xml +++ b/sfc-pot/pom.xml @@ -5,7 +5,7 @@ org.opendaylight.sfc sfc-parent - 0.8.3-SNAPSHOT + 0.8.3 ../ diff --git a/sfc-provider/pom.xml b/sfc-provider/pom.xml index 6ee085f2c..34bca8cc0 100644 --- a/sfc-provider/pom.xml +++ b/sfc-provider/pom.xml @@ -7,7 +7,7 @@ org.opendaylight.sfc sfc-parent - 0.8.3-SNAPSHOT + 0.8.3 ../ diff --git a/sfc-renderers/pom.xml b/sfc-renderers/pom.xml index ed24bb2fc..50b687ff5 100644 --- a/sfc-renderers/pom.xml +++ b/sfc-renderers/pom.xml @@ -5,7 +5,7 @@ org.opendaylight.sfc sfc-parent - 0.8.3-SNAPSHOT + 0.8.3 ../ diff --git a/sfc-renderers/sfc-ios-xe-renderer/pom.xml b/sfc-renderers/sfc-ios-xe-renderer/pom.xml index 26b07da98..7d5df8fb8 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.8.3-SNAPSHOT + 0.8.3 ../ diff --git a/sfc-renderers/sfc-openflow-renderer/pom.xml b/sfc-renderers/sfc-openflow-renderer/pom.xml index a2a22b001..4ebb3045c 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.8.3-SNAPSHOT + 0.8.3 ../ diff --git a/sfc-renderers/sfc-pot-netconf-renderer/pom.xml b/sfc-renderers/sfc-pot-netconf-renderer/pom.xml index ea9fa1289..276a822b1 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.8.3-SNAPSHOT + 0.8.3 ../ diff --git a/sfc-renderers/sfc-vpp-renderer/pom.xml b/sfc-renderers/sfc-vpp-renderer/pom.xml index 6a161b0f7..b02ba660a 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.8.3-SNAPSHOT + 0.8.3 ../ diff --git a/sfc-sb-rest/pom.xml b/sfc-sb-rest/pom.xml index 511cca80c..cfdc1fc1c 100644 --- a/sfc-sb-rest/pom.xml +++ b/sfc-sb-rest/pom.xml @@ -5,7 +5,7 @@ org.opendaylight.sfc sfc-parent - 0.8.3-SNAPSHOT + 0.8.3 ../ diff --git a/sfc-shell/pom.xml b/sfc-shell/pom.xml index b73079717..ab6edb4bd 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.8.3-SNAPSHOT + 0.8.3 ../ diff --git a/sfc-statistics/pom.xml b/sfc-statistics/pom.xml index 85f3e4833..d8ff58b03 100644 --- a/sfc-statistics/pom.xml +++ b/sfc-statistics/pom.xml @@ -6,7 +6,7 @@ org.opendaylight.sfc sfc-parent - 0.8.3-SNAPSHOT + 0.8.3 ../ diff --git a/sfc-util/pom.xml b/sfc-util/pom.xml index 3ed7a85e3..ca2217690 100644 --- a/sfc-util/pom.xml +++ b/sfc-util/pom.xml @@ -5,7 +5,7 @@ org.opendaylight.sfc sfc-parent - 0.8.3-SNAPSHOT + 0.8.3 ../