From 3c9d6c767ebb984af722d4eb84d92e8ff18bd3da Mon Sep 17 00:00:00 2001 From: Stephen Kitt Date: Fri, 4 May 2018 18:30:11 +0200 Subject: [PATCH] Forbid manual transactions throughout Now that all modules use managed-tx-parent, merge it with binding-parent so all future modules are automatically protected. Change-Id: I165be26cdc9637faf376eed4473f3e252ec56d21 Signed-off-by: Stephen Kitt --- aclservice/api/pom.xml | 4 +- aclservice/impl/pom.xml | 4 +- aclservice/shell/pom.xml | 4 +- alarm/impl/pom.xml | 4 +- bgpmanager/api/pom.xml | 4 +- bgpmanager/impl/pom.xml | 4 +- cache/impl/pom.xml | 4 +- cloud-servicechain/api/pom.xml | 4 +- cloud-servicechain/impl/pom.xml | 4 +- coe/api/pom.xml | 4 +- coe/impl/pom.xml | 4 +- commons/binding-parent/pom.xml | 28 ++++++++++++++ commons/managed-tx-parent/pom.xml | 63 ------------------------------- commons/pom.xml | 1 - dhcpservice/api/pom.xml | 4 +- dhcpservice/impl/pom.xml | 4 +- dhcpservice/shell/pom.xml | 4 +- elanmanager/api/pom.xml | 4 +- elanmanager/impl/pom.xml | 4 +- fibmanager/api/pom.xml | 4 +- fibmanager/impl/pom.xml | 4 +- fibmanager/shell/pom.xml | 4 +- ipv6service/api/pom.xml | 4 +- ipv6service/impl/pom.xml | 4 +- ipv6service/shell/pom.xml | 4 +- model-bgp/pom.xml | 4 +- natservice/api/pom.xml | 4 +- natservice/impl/pom.xml | 4 +- neutronvpn/api/pom.xml | 4 +- neutronvpn/impl/pom.xml | 4 +- neutronvpn/shell/pom.xml | 4 +- policyservice/api/pom.xml | 4 +- policyservice/impl/pom.xml | 4 +- qosservice/api/pom.xml | 4 +- qosservice/impl/pom.xml | 4 +- sfc/classifier/api/pom.xml | 4 +- sfc/classifier/impl/pom.xml | 4 +- sfc/translator/pom.xml | 4 +- statemanager/impl/pom.xml | 4 +- statistics/api/pom.xml | 4 +- statistics/impl/pom.xml | 4 +- vpnmanager/api/pom.xml | 4 +- vpnmanager/impl/pom.xml | 4 +- vpnmanager/shell/pom.xml | 4 +- 44 files changed, 110 insertions(+), 146 deletions(-) delete mode 100644 commons/managed-tx-parent/pom.xml diff --git a/aclservice/api/pom.xml b/aclservice/api/pom.xml index e031713287..ef11e67592 100644 --- a/aclservice/api/pom.xml +++ b/aclservice/api/pom.xml @@ -11,9 +11,9 @@ and is available at http://www.eclipse.org/legal/epl-v10.html org.opendaylight.netvirt - managed-tx-parent + binding-parent 0.7.0-SNAPSHOT - ../../commons/managed-tx-parent + ../../commons/binding-parent aclservice-api diff --git a/aclservice/impl/pom.xml b/aclservice/impl/pom.xml index d4608dc602..66f7fdbc7f 100644 --- a/aclservice/impl/pom.xml +++ b/aclservice/impl/pom.xml @@ -11,9 +11,9 @@ and is available at http://www.eclipse.org/legal/epl-v10.html org.opendaylight.netvirt - managed-tx-parent + binding-parent 0.7.0-SNAPSHOT - ../../commons/managed-tx-parent + ../../commons/binding-parent aclservice-impl diff --git a/aclservice/shell/pom.xml b/aclservice/shell/pom.xml index 0d4fb5a12f..7bf41c7e21 100644 --- a/aclservice/shell/pom.xml +++ b/aclservice/shell/pom.xml @@ -11,9 +11,9 @@ and is available at http://www.eclipse.org/legal/epl-v10.html org.opendaylight.netvirt - managed-tx-parent + binding-parent 0.7.0-SNAPSHOT - ../../commons/managed-tx-parent + ../../commons/binding-parent aclservice-shell diff --git a/alarm/impl/pom.xml b/alarm/impl/pom.xml index 86c309c2c8..4d2f10305c 100644 --- a/alarm/impl/pom.xml +++ b/alarm/impl/pom.xml @@ -12,9 +12,9 @@ org.opendaylight.netvirt - managed-tx-parent + binding-parent 0.7.0-SNAPSHOT - ../../commons/managed-tx-parent + ../../commons/binding-parent alarm-impl diff --git a/bgpmanager/api/pom.xml b/bgpmanager/api/pom.xml index 2b6ebcae1e..781dd25e02 100644 --- a/bgpmanager/api/pom.xml +++ b/bgpmanager/api/pom.xml @@ -11,9 +11,9 @@ and is available at http://www.eclipse.org/legal/epl-v10.html org.opendaylight.netvirt - managed-tx-parent + binding-parent 0.7.0-SNAPSHOT - ../../commons/managed-tx-parent + ../../commons/binding-parent bgpmanager-api diff --git a/bgpmanager/impl/pom.xml b/bgpmanager/impl/pom.xml index 7a234fe351..b5d0a211cb 100644 --- a/bgpmanager/impl/pom.xml +++ b/bgpmanager/impl/pom.xml @@ -11,9 +11,9 @@ and is available at http://www.eclipse.org/legal/epl-v10.html org.opendaylight.netvirt - managed-tx-parent + binding-parent 0.7.0-SNAPSHOT - ../../commons/managed-tx-parent + ../../commons/binding-parent bgpmanager-impl diff --git a/cache/impl/pom.xml b/cache/impl/pom.xml index eed630c8c4..a81a9d1986 100644 --- a/cache/impl/pom.xml +++ b/cache/impl/pom.xml @@ -11,9 +11,9 @@ and is available at http://www.eclipse.org/legal/epl-v10.html org.opendaylight.netvirt - managed-tx-parent + binding-parent 0.7.0-SNAPSHOT - ../../commons/managed-tx-parent + ../../commons/binding-parent cache-impl diff --git a/cloud-servicechain/api/pom.xml b/cloud-servicechain/api/pom.xml index debbe1bb4d..1c78b6c49e 100644 --- a/cloud-servicechain/api/pom.xml +++ b/cloud-servicechain/api/pom.xml @@ -11,9 +11,9 @@ and is available at http://www.eclipse.org/legal/epl-v10.html org.opendaylight.netvirt - managed-tx-parent + binding-parent 0.7.0-SNAPSHOT - ../../commons/managed-tx-parent + ../../commons/binding-parent cloud-servicechain-api diff --git a/cloud-servicechain/impl/pom.xml b/cloud-servicechain/impl/pom.xml index e86fc8e051..cb09ae061f 100644 --- a/cloud-servicechain/impl/pom.xml +++ b/cloud-servicechain/impl/pom.xml @@ -8,9 +8,9 @@ org.opendaylight.netvirt - managed-tx-parent + binding-parent 0.7.0-SNAPSHOT - ../../commons/managed-tx-parent + ../../commons/binding-parent cloud-servicechain-impl diff --git a/coe/api/pom.xml b/coe/api/pom.xml index 757b1d6b59..c74105b1ee 100644 --- a/coe/api/pom.xml +++ b/coe/api/pom.xml @@ -11,9 +11,9 @@ and is available at http://www.eclipse.org/legal/epl-v10.html org.opendaylight.netvirt - managed-tx-parent + binding-parent 0.7.0-SNAPSHOT - ../../commons/managed-tx-parent + ../../commons/binding-parent coe-api diff --git a/coe/impl/pom.xml b/coe/impl/pom.xml index c6ca37355d..4ced776ac2 100644 --- a/coe/impl/pom.xml +++ b/coe/impl/pom.xml @@ -11,9 +11,9 @@ and is available at http://www.eclipse.org/legal/epl-v10.html org.opendaylight.netvirt - managed-tx-parent + binding-parent 0.7.0-SNAPSHOT - ../../commons/managed-tx-parent + ../../commons/binding-parent coe-impl diff --git a/commons/binding-parent/pom.xml b/commons/binding-parent/pom.xml index 523d9224a2..c21d5802fe 100644 --- a/commons/binding-parent/pom.xml +++ b/commons/binding-parent/pom.xml @@ -90,6 +90,34 @@ and is available at http://www.eclipse.org/legal/epl-v10.html + + maven-checkstyle-plugin + + + org.opendaylight.netvirt + checkstyle + 0.7.0-SNAPSHOT + + + + + check-databroker + + check + + process-sources + + databroker-checks.xml + false + false + false + ${project.build.sourceDirectory} + true + true + + + + diff --git a/commons/managed-tx-parent/pom.xml b/commons/managed-tx-parent/pom.xml deleted file mode 100644 index a880d15bc9..0000000000 --- a/commons/managed-tx-parent/pom.xml +++ /dev/null @@ -1,63 +0,0 @@ - - - - - - org.opendaylight.netvirt - binding-parent - 0.7.0-SNAPSHOT - ../binding-parent - - - - org.opendaylight.netvirt - managed-tx-parent - 0.7.0-SNAPSHOT - ODL :: netvirt :: ${project.artifactId} - 4.0.0 - pom - - - - - - maven-checkstyle-plugin - - - org.opendaylight.netvirt - checkstyle - 0.7.0-SNAPSHOT - - - - - check-databroker - - check - - process-sources - - databroker-checks.xml - false - false - false - ${project.build.sourceDirectory} - true - true - - - - - - - - \ No newline at end of file diff --git a/commons/pom.xml b/commons/pom.xml index 54a1dbc500..68dc2a5de3 100644 --- a/commons/pom.xml +++ b/commons/pom.xml @@ -25,7 +25,6 @@ and is available at http://www.eclipse.org/legal/epl-v10.html INTERNAL binding-parent checkstyle - managed-tx-parent diff --git a/dhcpservice/api/pom.xml b/dhcpservice/api/pom.xml index dce4831cda..7215ce537b 100644 --- a/dhcpservice/api/pom.xml +++ b/dhcpservice/api/pom.xml @@ -11,9 +11,9 @@ and is available at http://www.eclipse.org/legal/epl-v10.html org.opendaylight.netvirt - managed-tx-parent + binding-parent 0.7.0-SNAPSHOT - ../../commons/managed-tx-parent + ../../commons/binding-parent dhcpservice-api diff --git a/dhcpservice/impl/pom.xml b/dhcpservice/impl/pom.xml index 4db13fd75c..1a6de3a99a 100644 --- a/dhcpservice/impl/pom.xml +++ b/dhcpservice/impl/pom.xml @@ -11,9 +11,9 @@ and is available at http://www.eclipse.org/legal/epl-v10.html org.opendaylight.netvirt - managed-tx-parent + binding-parent 0.7.0-SNAPSHOT - ../../commons/managed-tx-parent + ../../commons/binding-parent dhcpservice-impl diff --git a/dhcpservice/shell/pom.xml b/dhcpservice/shell/pom.xml index 74d9a67496..93a813e125 100644 --- a/dhcpservice/shell/pom.xml +++ b/dhcpservice/shell/pom.xml @@ -11,9 +11,9 @@ and is available at http://www.eclipse.org/legal/epl-v10.html org.opendaylight.netvirt - managed-tx-parent + binding-parent 0.7.0-SNAPSHOT - ../../commons/managed-tx-parent + ../../commons/binding-parent dhcpservice-shell diff --git a/elanmanager/api/pom.xml b/elanmanager/api/pom.xml index 5cc1746526..11c311cda4 100644 --- a/elanmanager/api/pom.xml +++ b/elanmanager/api/pom.xml @@ -10,9 +10,9 @@ and is available at http://www.eclipse.org/legal/epl-v10.html xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> org.opendaylight.netvirt - managed-tx-parent + binding-parent 0.7.0-SNAPSHOT - ../../commons/managed-tx-parent + ../../commons/binding-parent elanmanager-api diff --git a/elanmanager/impl/pom.xml b/elanmanager/impl/pom.xml index 3219677700..d056ca09fd 100644 --- a/elanmanager/impl/pom.xml +++ b/elanmanager/impl/pom.xml @@ -11,9 +11,9 @@ this distribution, and is available at http://www.eclipse.org/legal/epl-v10.html org.opendaylight.netvirt - managed-tx-parent + binding-parent 0.7.0-SNAPSHOT - ../../commons/managed-tx-parent + ../../commons/binding-parent elanmanager-impl diff --git a/fibmanager/api/pom.xml b/fibmanager/api/pom.xml index 7b809853b1..6fadb27919 100644 --- a/fibmanager/api/pom.xml +++ b/fibmanager/api/pom.xml @@ -11,9 +11,9 @@ and is available at http://www.eclipse.org/legal/epl-v10.html org.opendaylight.netvirt - managed-tx-parent + binding-parent 0.7.0-SNAPSHOT - ../../commons/managed-tx-parent + ../../commons/binding-parent fibmanager-api diff --git a/fibmanager/impl/pom.xml b/fibmanager/impl/pom.xml index 892039cac8..ef79cc0abf 100644 --- a/fibmanager/impl/pom.xml +++ b/fibmanager/impl/pom.xml @@ -11,9 +11,9 @@ and is available at http://www.eclipse.org/legal/epl-v10.html org.opendaylight.netvirt - managed-tx-parent + binding-parent 0.7.0-SNAPSHOT - ../../commons/managed-tx-parent + ../../commons/binding-parent fibmanager-impl diff --git a/fibmanager/shell/pom.xml b/fibmanager/shell/pom.xml index 77e464fa9e..eba4adc454 100644 --- a/fibmanager/shell/pom.xml +++ b/fibmanager/shell/pom.xml @@ -11,9 +11,9 @@ and is available at http://www.eclipse.org/legal/epl-v10.html org.opendaylight.netvirt - managed-tx-parent + binding-parent 0.7.0-SNAPSHOT - ../../commons/managed-tx-parent + ../../commons/binding-parent fibmanager-shell diff --git a/ipv6service/api/pom.xml b/ipv6service/api/pom.xml index 26c82c7827..98058d6b99 100644 --- a/ipv6service/api/pom.xml +++ b/ipv6service/api/pom.xml @@ -11,9 +11,9 @@ and is available at http://www.eclipse.org/legal/epl-v10.html org.opendaylight.netvirt - managed-tx-parent + binding-parent 0.7.0-SNAPSHOT - ../../commons/managed-tx-parent + ../../commons/binding-parent ipv6service-api diff --git a/ipv6service/impl/pom.xml b/ipv6service/impl/pom.xml index 45d1925ae8..d4ff8adfb3 100644 --- a/ipv6service/impl/pom.xml +++ b/ipv6service/impl/pom.xml @@ -11,9 +11,9 @@ and is available at http://www.eclipse.org/legal/epl-v10.html org.opendaylight.netvirt - managed-tx-parent + binding-parent 0.7.0-SNAPSHOT - ../../commons/managed-tx-parent + ../../commons/binding-parent ipv6service-impl diff --git a/ipv6service/shell/pom.xml b/ipv6service/shell/pom.xml index 39c7146187..8cd0b7bc71 100644 --- a/ipv6service/shell/pom.xml +++ b/ipv6service/shell/pom.xml @@ -11,9 +11,9 @@ and is available at http://www.eclipse.org/legal/epl-v10.html org.opendaylight.netvirt - managed-tx-parent + binding-parent 0.7.0-SNAPSHOT - ../../commons/managed-tx-parent + ../../commons/binding-parent ipv6service-shell diff --git a/model-bgp/pom.xml b/model-bgp/pom.xml index 431ec7779b..e82da4d86a 100644 --- a/model-bgp/pom.xml +++ b/model-bgp/pom.xml @@ -12,9 +12,9 @@ org.opendaylight.netvirt - managed-tx-parent + binding-parent 0.7.0-SNAPSHOT - ../commons/managed-tx-parent + ../commons/binding-parent model-bgp diff --git a/natservice/api/pom.xml b/natservice/api/pom.xml index 04ee31b9eb..d70c6a49ce 100644 --- a/natservice/api/pom.xml +++ b/natservice/api/pom.xml @@ -11,9 +11,9 @@ and is available at http://www.eclipse.org/legal/epl-v10.html org.opendaylight.netvirt - managed-tx-parent + binding-parent 0.7.0-SNAPSHOT - ../../commons/managed-tx-parent + ../../commons/binding-parent natservice-api diff --git a/natservice/impl/pom.xml b/natservice/impl/pom.xml index db5cab3619..92d4859af3 100644 --- a/natservice/impl/pom.xml +++ b/natservice/impl/pom.xml @@ -11,9 +11,9 @@ and is available at http://www.eclipse.org/legal/epl-v10.html org.opendaylight.netvirt - managed-tx-parent + binding-parent 0.7.0-SNAPSHOT - ../../commons/managed-tx-parent + ../../commons/binding-parent natservice-impl diff --git a/neutronvpn/api/pom.xml b/neutronvpn/api/pom.xml index bfac01c1f0..467f64e92d 100644 --- a/neutronvpn/api/pom.xml +++ b/neutronvpn/api/pom.xml @@ -11,9 +11,9 @@ and is available at http://www.eclipse.org/legal/epl-v10.html org.opendaylight.netvirt - managed-tx-parent + binding-parent 0.7.0-SNAPSHOT - ../../commons/managed-tx-parent + ../../commons/binding-parent neutronvpn-api diff --git a/neutronvpn/impl/pom.xml b/neutronvpn/impl/pom.xml index 3f4dad3b9b..e93e596f90 100644 --- a/neutronvpn/impl/pom.xml +++ b/neutronvpn/impl/pom.xml @@ -11,9 +11,9 @@ and is available at http://www.eclipse.org/legal/epl-v10.html org.opendaylight.netvirt - managed-tx-parent + binding-parent 0.7.0-SNAPSHOT - ../../commons/managed-tx-parent + ../../commons/binding-parent neutronvpn-impl diff --git a/neutronvpn/shell/pom.xml b/neutronvpn/shell/pom.xml index 832d753159..02a47b9567 100644 --- a/neutronvpn/shell/pom.xml +++ b/neutronvpn/shell/pom.xml @@ -11,9 +11,9 @@ and is available at http://www.eclipse.org/legal/epl-v10.html org.opendaylight.netvirt - managed-tx-parent + binding-parent 0.7.0-SNAPSHOT - ../../commons/managed-tx-parent + ../../commons/binding-parent neutronvpn-shell diff --git a/policyservice/api/pom.xml b/policyservice/api/pom.xml index d233684ea3..cde265fd34 100644 --- a/policyservice/api/pom.xml +++ b/policyservice/api/pom.xml @@ -11,9 +11,9 @@ and is available at http://www.eclipse.org/legal/epl-v10.html org.opendaylight.netvirt - managed-tx-parent + binding-parent 0.7.0-SNAPSHOT - ../../commons/managed-tx-parent + ../../commons/binding-parent policyservice-api diff --git a/policyservice/impl/pom.xml b/policyservice/impl/pom.xml index ea9b632bb1..31aac28438 100644 --- a/policyservice/impl/pom.xml +++ b/policyservice/impl/pom.xml @@ -11,9 +11,9 @@ and is available at http://www.eclipse.org/legal/epl-v10.html org.opendaylight.netvirt - managed-tx-parent + binding-parent 0.7.0-SNAPSHOT - ../../commons/managed-tx-parent + ../../commons/binding-parent policyservice-impl diff --git a/qosservice/api/pom.xml b/qosservice/api/pom.xml index be93a4a48b..4f78f2c62e 100644 --- a/qosservice/api/pom.xml +++ b/qosservice/api/pom.xml @@ -10,9 +10,9 @@ and is available at http://www.eclipse.org/legal/epl-v10.html INTERNAL org.opendaylight.netvirt - managed-tx-parent + binding-parent 0.7.0-SNAPSHOT - ../../commons/managed-tx-parent + ../../commons/binding-parent qosservice-api diff --git a/qosservice/impl/pom.xml b/qosservice/impl/pom.xml index d33a30de69..46c9479214 100644 --- a/qosservice/impl/pom.xml +++ b/qosservice/impl/pom.xml @@ -11,9 +11,9 @@ and is available at http://www.eclipse.org/legal/epl-v10.html org.opendaylight.netvirt - managed-tx-parent + binding-parent 0.7.0-SNAPSHOT - ../../commons/managed-tx-parent + ../../commons/binding-parent qosservice-impl diff --git a/sfc/classifier/api/pom.xml b/sfc/classifier/api/pom.xml index aee66e54cb..f1048f4c70 100644 --- a/sfc/classifier/api/pom.xml +++ b/sfc/classifier/api/pom.xml @@ -11,9 +11,9 @@ and is available at http://www.eclipse.org/legal/epl-v10.html org.opendaylight.netvirt - managed-tx-parent + binding-parent 0.7.0-SNAPSHOT - ../../../commons/managed-tx-parent + ../../../commons/binding-parent sfc.classifier-api diff --git a/sfc/classifier/impl/pom.xml b/sfc/classifier/impl/pom.xml index 676929b85d..27b46dfced 100644 --- a/sfc/classifier/impl/pom.xml +++ b/sfc/classifier/impl/pom.xml @@ -12,9 +12,9 @@ and is available at http://www.eclipse.org/legal/epl-v10.html org.opendaylight.netvirt - managed-tx-parent + binding-parent 0.7.0-SNAPSHOT - ../../../commons/managed-tx-parent + ../../../commons/binding-parent sfc.classifier-impl diff --git a/sfc/translator/pom.xml b/sfc/translator/pom.xml index a401a5107e..ecb4b44542 100644 --- a/sfc/translator/pom.xml +++ b/sfc/translator/pom.xml @@ -12,9 +12,9 @@ and is available at http://www.eclipse.org/legal/epl-v10.html org.opendaylight.netvirt - managed-tx-parent + binding-parent 0.7.0-SNAPSHOT - ../../commons/managed-tx-parent + ../../commons/binding-parent sfc.translator diff --git a/statemanager/impl/pom.xml b/statemanager/impl/pom.xml index 0dfb5ba513..acb9d35746 100644 --- a/statemanager/impl/pom.xml +++ b/statemanager/impl/pom.xml @@ -11,9 +11,9 @@ and is available at http://www.eclipse.org/legal/epl-v10.html org.opendaylight.netvirt - managed-tx-parent + binding-parent 0.7.0-SNAPSHOT - ../../commons/managed-tx-parent + ../../commons/binding-parent statemanager-impl diff --git a/statistics/api/pom.xml b/statistics/api/pom.xml index 1b451ab734..59f302666a 100644 --- a/statistics/api/pom.xml +++ b/statistics/api/pom.xml @@ -10,9 +10,9 @@ at http://www.eclipse.org/legal/epl-v10.html org.opendaylight.netvirt - managed-tx-parent + binding-parent 0.7.0-SNAPSHOT - ../../commons/managed-tx-parent + ../../commons/binding-parent statistics-api diff --git a/statistics/impl/pom.xml b/statistics/impl/pom.xml index 30e10f1feb..f57d86e4a0 100644 --- a/statistics/impl/pom.xml +++ b/statistics/impl/pom.xml @@ -10,9 +10,9 @@ at http://www.eclipse.org/legal/epl-v10.html org.opendaylight.netvirt - managed-tx-parent + binding-parent 0.7.0-SNAPSHOT - ../../commons/managed-tx-parent + ../../commons/binding-parent statistics-impl diff --git a/vpnmanager/api/pom.xml b/vpnmanager/api/pom.xml index 5821a15cc4..6b62bfe038 100644 --- a/vpnmanager/api/pom.xml +++ b/vpnmanager/api/pom.xml @@ -11,9 +11,9 @@ and is available at http://www.eclipse.org/legal/epl-v10.html org.opendaylight.netvirt - managed-tx-parent + binding-parent 0.7.0-SNAPSHOT - ../../commons/managed-tx-parent + ../../commons/binding-parent vpnmanager-api diff --git a/vpnmanager/impl/pom.xml b/vpnmanager/impl/pom.xml index b09af85c03..fc5bdcf229 100644 --- a/vpnmanager/impl/pom.xml +++ b/vpnmanager/impl/pom.xml @@ -11,9 +11,9 @@ and is available at http://www.eclipse.org/legal/epl-v10.html org.opendaylight.netvirt - managed-tx-parent + binding-parent 0.7.0-SNAPSHOT - ../../commons/managed-tx-parent + ../../commons/binding-parent vpnmanager-impl diff --git a/vpnmanager/shell/pom.xml b/vpnmanager/shell/pom.xml index f49a20bcb3..54b5ece4d8 100644 --- a/vpnmanager/shell/pom.xml +++ b/vpnmanager/shell/pom.xml @@ -11,9 +11,9 @@ and is available at http://www.eclipse.org/legal/epl-v10.html org.opendaylight.netvirt - managed-tx-parent + binding-parent 0.7.0-SNAPSHOT - ../../commons/managed-tx-parent + ../../commons/binding-parent vpnmanager-shell -- 2.36.6