Forbid manual transactions throughout 02/71802/5
authorStephen Kitt <skitt@redhat.com>
Fri, 4 May 2018 16:30:11 +0000 (18:30 +0200)
committerSam Hague <shague@redhat.com>
Fri, 25 May 2018 17:13:26 +0000 (17:13 +0000)
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 <skitt@redhat.com>
44 files changed:
aclservice/api/pom.xml
aclservice/impl/pom.xml
aclservice/shell/pom.xml
alarm/impl/pom.xml
bgpmanager/api/pom.xml
bgpmanager/impl/pom.xml
cache/impl/pom.xml
cloud-servicechain/api/pom.xml
cloud-servicechain/impl/pom.xml
coe/api/pom.xml
coe/impl/pom.xml
commons/binding-parent/pom.xml
commons/managed-tx-parent/pom.xml [deleted file]
commons/pom.xml
dhcpservice/api/pom.xml
dhcpservice/impl/pom.xml
dhcpservice/shell/pom.xml
elanmanager/api/pom.xml
elanmanager/impl/pom.xml
fibmanager/api/pom.xml
fibmanager/impl/pom.xml
fibmanager/shell/pom.xml
ipv6service/api/pom.xml
ipv6service/impl/pom.xml
ipv6service/shell/pom.xml
model-bgp/pom.xml
natservice/api/pom.xml
natservice/impl/pom.xml
neutronvpn/api/pom.xml
neutronvpn/impl/pom.xml
neutronvpn/shell/pom.xml
policyservice/api/pom.xml
policyservice/impl/pom.xml
qosservice/api/pom.xml
qosservice/impl/pom.xml
sfc/classifier/api/pom.xml
sfc/classifier/impl/pom.xml
sfc/translator/pom.xml
statemanager/impl/pom.xml
statistics/api/pom.xml
statistics/impl/pom.xml
vpnmanager/api/pom.xml
vpnmanager/impl/pom.xml
vpnmanager/shell/pom.xml

index e0317132876c2e2b0b864bfc269193b856353be0..ef11e67592349033d2a0c6b9bc19a776ce120660 100644 (file)
@@ -11,9 +11,9 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
 
     <parent>
         <groupId>org.opendaylight.netvirt</groupId>
-        <artifactId>managed-tx-parent</artifactId>
+        <artifactId>binding-parent</artifactId>
         <version>0.7.0-SNAPSHOT</version>
-        <relativePath>../../commons/managed-tx-parent</relativePath>
+        <relativePath>../../commons/binding-parent</relativePath>
     </parent>
 
     <artifactId>aclservice-api</artifactId>
index d4608dc602cabf8060551b5e203a0bb8f8e65559..66f7fdbc7f9af652a73ed392ff2954a2a740c938 100644 (file)
@@ -11,9 +11,9 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
 
     <parent>
         <groupId>org.opendaylight.netvirt</groupId>
-        <artifactId>managed-tx-parent</artifactId>
+        <artifactId>binding-parent</artifactId>
         <version>0.7.0-SNAPSHOT</version>
-        <relativePath>../../commons/managed-tx-parent</relativePath>
+        <relativePath>../../commons/binding-parent</relativePath>
     </parent>
 
     <artifactId>aclservice-impl</artifactId>
index 0d4fb5a12f2c7d5defe3ccef7f7cfe003a8379f9..7bf41c7e21ab3e2ff4efb9d569b08b89a620bf43 100644 (file)
@@ -11,9 +11,9 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
 
     <parent>
         <groupId>org.opendaylight.netvirt</groupId>
-        <artifactId>managed-tx-parent</artifactId>
+        <artifactId>binding-parent</artifactId>
         <version>0.7.0-SNAPSHOT</version>
-        <relativePath>../../commons/managed-tx-parent</relativePath>
+        <relativePath>../../commons/binding-parent</relativePath>
     </parent>
 
     <artifactId>aclservice-shell</artifactId>
index 86c309c2c8ac024a680d80ec0807fade2268b1d4..4d2f10305c4d58f41226405664e387823f3d2aeb 100644 (file)
@@ -12,9 +12,9 @@
 
     <parent>
         <groupId>org.opendaylight.netvirt</groupId>
-        <artifactId>managed-tx-parent</artifactId>
+        <artifactId>binding-parent</artifactId>
         <version>0.7.0-SNAPSHOT</version>
-        <relativePath>../../commons/managed-tx-parent</relativePath>
+        <relativePath>../../commons/binding-parent</relativePath>
     </parent>
 
     <artifactId>alarm-impl</artifactId>
index 2b6ebcae1ee1a475a1265ca67172691eaf38b9d9..781dd25e0281948327b49fafefcc124d00cce5f2 100644 (file)
@@ -11,9 +11,9 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
 
   <parent>
     <groupId>org.opendaylight.netvirt</groupId>
-    <artifactId>managed-tx-parent</artifactId>
+    <artifactId>binding-parent</artifactId>
     <version>0.7.0-SNAPSHOT</version>
-    <relativePath>../../commons/managed-tx-parent</relativePath>
+    <relativePath>../../commons/binding-parent</relativePath>
   </parent>
 
   <artifactId>bgpmanager-api</artifactId>
index 7a234fe351d36961a5942607e846b3ed19881ec8..b5d0a211cbecbb94e948bc54db5fac8f6b5cc32a 100644 (file)
@@ -11,9 +11,9 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
 
     <parent>
         <groupId>org.opendaylight.netvirt</groupId>
-        <artifactId>managed-tx-parent</artifactId>
+        <artifactId>binding-parent</artifactId>
         <version>0.7.0-SNAPSHOT</version>
-        <relativePath>../../commons/managed-tx-parent</relativePath>
+        <relativePath>../../commons/binding-parent</relativePath>
     </parent>
 
     <artifactId>bgpmanager-impl</artifactId>
index eed630c8c4dab4c9082422f50c2b455084bdc84a..a81a9d19861ca7b447e535ea4860a051b8a0f26f 100644 (file)
@@ -11,9 +11,9 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
 
     <parent>
         <groupId>org.opendaylight.netvirt</groupId>
-        <artifactId>managed-tx-parent</artifactId>
+        <artifactId>binding-parent</artifactId>
         <version>0.7.0-SNAPSHOT</version>
-        <relativePath>../../commons/managed-tx-parent</relativePath>
+        <relativePath>../../commons/binding-parent</relativePath>
     </parent>
 
     <artifactId>cache-impl</artifactId>
index debbe1bb4d6c0ec2822d760893d240191e025c80..1c78b6c49e82c547a5237aad8449de3a0b220963 100644 (file)
@@ -11,9 +11,9 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
 
     <parent>
         <groupId>org.opendaylight.netvirt</groupId>
-        <artifactId>managed-tx-parent</artifactId>
+        <artifactId>binding-parent</artifactId>
         <version>0.7.0-SNAPSHOT</version>
-        <relativePath>../../commons/managed-tx-parent</relativePath>
+        <relativePath>../../commons/binding-parent</relativePath>
     </parent>
 
     <artifactId>cloud-servicechain-api</artifactId>
index e86fc8e0513cb94d59c21f214aff616ff55fa776..cb09ae061f33c7b13a8e16c7c33fa9dfb1d9a3e8 100644 (file)
@@ -8,9 +8,9 @@
 
     <parent>
         <groupId>org.opendaylight.netvirt</groupId>
-        <artifactId>managed-tx-parent</artifactId>
+        <artifactId>binding-parent</artifactId>
         <version>0.7.0-SNAPSHOT</version>
-        <relativePath>../../commons/managed-tx-parent</relativePath>
+        <relativePath>../../commons/binding-parent</relativePath>
     </parent>
 
     <artifactId>cloud-servicechain-impl</artifactId>
index 757b1d6b59347e8c9fc6a1520084b0e683d039e0..c74105b1ee5af2cd91f1dd12a5896736cbd35c2b 100644 (file)
@@ -11,9 +11,9 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
 
     <parent>
         <groupId>org.opendaylight.netvirt</groupId>
-        <artifactId>managed-tx-parent</artifactId>
+        <artifactId>binding-parent</artifactId>
         <version>0.7.0-SNAPSHOT</version>
-        <relativePath>../../commons/managed-tx-parent</relativePath>
+        <relativePath>../../commons/binding-parent</relativePath>
     </parent>
 
     <artifactId>coe-api</artifactId>
index c6ca37355df3082e9985e1f8468e721a929604a9..4ced776ac2fecb09298a71d297c1332f1c14b49b 100644 (file)
@@ -11,9 +11,9 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
 
     <parent>
         <groupId>org.opendaylight.netvirt</groupId>
-        <artifactId>managed-tx-parent</artifactId>
+        <artifactId>binding-parent</artifactId>
         <version>0.7.0-SNAPSHOT</version>
-        <relativePath>../../commons/managed-tx-parent</relativePath>
+        <relativePath>../../commons/binding-parent</relativePath>
     </parent>
 
     <artifactId>coe-impl</artifactId>
index 523d9224a2389beb4214a456863f6453ed0ac726..c21d5802feb7ef3d33b4cb1f4c34d2818a4a8ba8 100644 (file)
@@ -90,6 +90,34 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
             </execution>
           </executions>
         </plugin>
+        <plugin>
+          <artifactId>maven-checkstyle-plugin</artifactId>
+          <dependencies>
+            <dependency>
+              <groupId>org.opendaylight.netvirt</groupId>
+              <artifactId>checkstyle</artifactId>
+              <version>0.7.0-SNAPSHOT</version>
+            </dependency>
+          </dependencies>
+          <executions>
+            <execution>
+              <id>check-databroker</id>
+              <goals>
+                <goal>check</goal>
+              </goals>
+              <phase>process-sources</phase>
+              <configuration>
+                <configLocation>databroker-checks.xml</configLocation>
+                <includeResources>false</includeResources>
+                <includeTestSourceDirectory>false</includeTestSourceDirectory>
+                <includeTestResources>false</includeTestResources>
+                <sourceDirectory>${project.build.sourceDirectory}</sourceDirectory>
+                <failsOnError>true</failsOnError>
+                <consoleOutput>true</consoleOutput>
+              </configuration>
+            </execution>
+          </executions>
+        </plugin>
       </plugins>
     </pluginManagement>
     <plugins>
diff --git a/commons/managed-tx-parent/pom.xml b/commons/managed-tx-parent/pom.xml
deleted file mode 100644 (file)
index a880d15..0000000
+++ /dev/null
@@ -1,63 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--
-Copyright Â© 2018 Red Hat, Inc. and others.
-
-This program and the accompanying materials are made available under the
-terms of the Eclipse Public License v1.0 which accompanies this distribution,
-and is available at http://www.eclipse.org/legal/epl-v10.html INTERNAL
--->
-<project xmlns="http://maven.apache.org/POM/4.0.0"
-         xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-         xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
-
-    <parent>
-        <groupId>org.opendaylight.netvirt</groupId>
-        <artifactId>binding-parent</artifactId>
-        <version>0.7.0-SNAPSHOT</version>
-        <relativePath>../binding-parent</relativePath>
-    </parent>
-
-    <!-- This is a temporary parent, enforcing checks against the use of unmanaged transactions.
-         Once all of NetVirt can enforce this, the configuration will be merged into binding-parent. -->
-    <groupId>org.opendaylight.netvirt</groupId>
-    <artifactId>managed-tx-parent</artifactId>
-    <version>0.7.0-SNAPSHOT</version>
-    <name>ODL :: netvirt :: ${project.artifactId}</name>
-    <modelVersion>4.0.0</modelVersion>
-    <packaging>pom</packaging>
-
-    <build>
-        <pluginManagement>
-            <plugins>
-                <plugin>
-                    <artifactId>maven-checkstyle-plugin</artifactId>
-                    <dependencies>
-                        <dependency>
-                            <groupId>org.opendaylight.netvirt</groupId>
-                            <artifactId>checkstyle</artifactId>
-                            <version>0.7.0-SNAPSHOT</version>
-                        </dependency>
-                    </dependencies>
-                    <executions>
-                        <execution>
-                            <id>check-databroker</id>
-                            <goals>
-                                <goal>check</goal>
-                            </goals>
-                            <phase>process-sources</phase>
-                            <configuration>
-                                <configLocation>databroker-checks.xml</configLocation>
-                                <includeResources>false</includeResources>
-                                <includeTestSourceDirectory>false</includeTestSourceDirectory>
-                                <includeTestResources>false</includeTestResources>
-                                <sourceDirectory>${project.build.sourceDirectory}</sourceDirectory>
-                                <failsOnError>true</failsOnError>
-                                <consoleOutput>true</consoleOutput>
-                            </configuration>
-                        </execution>
-                    </executions>
-                </plugin>
-            </plugins>
-        </pluginManagement>
-    </build>
-</project>
\ No newline at end of file
index 54a1dbc500d62e731b6f643e138ceb5e1c8ab47b..68dc2a5de3be0474a7a0ae1f3c6457ff0cfaba8d 100644 (file)
@@ -25,7 +25,6 @@ and is available at http://www.eclipse.org/legal/epl-v10.html INTERNAL
     <modules>
         <module>binding-parent</module>
         <module>checkstyle</module>
-        <module>managed-tx-parent</module>
     </modules>
 
     <!-- DO NOT install or deploy the repo root pom as it's only needed to initiate a build -->
index dce4831cda0bcf71f0a3990cae557c30517a728b..7215ce537b8063e0fb9b97ce4b18f6a250e03939 100644 (file)
@@ -11,9 +11,9 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
 
     <parent>
         <groupId>org.opendaylight.netvirt</groupId>
-        <artifactId>managed-tx-parent</artifactId>
+        <artifactId>binding-parent</artifactId>
         <version>0.7.0-SNAPSHOT</version>
-        <relativePath>../../commons/managed-tx-parent</relativePath>
+        <relativePath>../../commons/binding-parent</relativePath>
     </parent>
 
     <artifactId>dhcpservice-api</artifactId>
index 4db13fd75c3a8fcf4cb03b6356827aa13c592f57..1a6de3a99a7f918469775e1ddb1089048a6d0046 100644 (file)
@@ -11,9 +11,9 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
 
     <parent>
         <groupId>org.opendaylight.netvirt</groupId>
-        <artifactId>managed-tx-parent</artifactId>
+        <artifactId>binding-parent</artifactId>
         <version>0.7.0-SNAPSHOT</version>
-        <relativePath>../../commons/managed-tx-parent</relativePath>
+        <relativePath>../../commons/binding-parent</relativePath>
     </parent>
 
     <artifactId>dhcpservice-impl</artifactId>
index 74d9a67496acf77b59f8ea0bf0b6283254f9b4a6..93a813e125de2f9fd4b160cd9b9fa83300390580 100644 (file)
@@ -11,9 +11,9 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
 
     <parent>
         <groupId>org.opendaylight.netvirt</groupId>
-        <artifactId>managed-tx-parent</artifactId>
+        <artifactId>binding-parent</artifactId>
         <version>0.7.0-SNAPSHOT</version>
-        <relativePath>../../commons/managed-tx-parent</relativePath>
+        <relativePath>../../commons/binding-parent</relativePath>
     </parent>
 
     <artifactId>dhcpservice-shell</artifactId>
index 5cc1746526fc0411cf56365f7030be0afc3b5e0f..11c311cda4163e40005db27f3e69ea8c4f36857b 100644 (file)
@@ -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">
     <parent>
         <groupId>org.opendaylight.netvirt</groupId>
-        <artifactId>managed-tx-parent</artifactId>
+        <artifactId>binding-parent</artifactId>
         <version>0.7.0-SNAPSHOT</version>
-        <relativePath>../../commons/managed-tx-parent</relativePath>
+        <relativePath>../../commons/binding-parent</relativePath>
     </parent>
 
     <artifactId>elanmanager-api</artifactId>
index 32196777007ee058363ae0de3f95bf568d754e77..d056ca09fd9f7238aeb0a38311587fad68937ab0 100644 (file)
@@ -11,9 +11,9 @@ this distribution, and is available at http://www.eclipse.org/legal/epl-v10.html
 
     <parent>
         <groupId>org.opendaylight.netvirt</groupId>
-        <artifactId>managed-tx-parent</artifactId>
+        <artifactId>binding-parent</artifactId>
         <version>0.7.0-SNAPSHOT</version>
-        <relativePath>../../commons/managed-tx-parent</relativePath>
+        <relativePath>../../commons/binding-parent</relativePath>
     </parent>
 
     <artifactId>elanmanager-impl</artifactId>
index 7b809853b1330c3143f9005f22d15441bd67e9a6..6fadb27919007fbab3dfbb2479af4b230451ffba 100644 (file)
@@ -11,9 +11,9 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
 
     <parent>
         <groupId>org.opendaylight.netvirt</groupId>
-        <artifactId>managed-tx-parent</artifactId>
+        <artifactId>binding-parent</artifactId>
         <version>0.7.0-SNAPSHOT</version>
-        <relativePath>../../commons/managed-tx-parent</relativePath>
+        <relativePath>../../commons/binding-parent</relativePath>
     </parent>
 
     <artifactId>fibmanager-api</artifactId>
index 892039cac84a8406c677b1d64250757cdb95361e..ef79cc0abf647661942142f07e549ee780767f79 100644 (file)
@@ -11,9 +11,9 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
 
     <parent>
         <groupId>org.opendaylight.netvirt</groupId>
-        <artifactId>managed-tx-parent</artifactId>
+        <artifactId>binding-parent</artifactId>
         <version>0.7.0-SNAPSHOT</version>
-        <relativePath>../../commons/managed-tx-parent</relativePath>
+        <relativePath>../../commons/binding-parent</relativePath>
     </parent>
 
     <artifactId>fibmanager-impl</artifactId>
index 77e464fa9ea7d49488795ff40ada3d7c7ec721a3..eba4adc45444413af9bc8dde7455ac951be94cbb 100644 (file)
@@ -11,9 +11,9 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
 
     <parent>
         <groupId>org.opendaylight.netvirt</groupId>
-        <artifactId>managed-tx-parent</artifactId>
+        <artifactId>binding-parent</artifactId>
         <version>0.7.0-SNAPSHOT</version>
-        <relativePath>../../commons/managed-tx-parent</relativePath>
+        <relativePath>../../commons/binding-parent</relativePath>
     </parent>
 
     <artifactId>fibmanager-shell</artifactId>
index 26c82c782798e2409f6f57f778ea53f537c0cbbf..98058d6b997817db7f992ccc5a14e6f985fb9386 100644 (file)
@@ -11,9 +11,9 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
 
     <parent>
         <groupId>org.opendaylight.netvirt</groupId>
-        <artifactId>managed-tx-parent</artifactId>
+        <artifactId>binding-parent</artifactId>
         <version>0.7.0-SNAPSHOT</version>
-        <relativePath>../../commons/managed-tx-parent</relativePath>
+        <relativePath>../../commons/binding-parent</relativePath>
     </parent>
 
     <artifactId>ipv6service-api</artifactId>
index 45d1925ae81d48ca9e599260d0885c44e3e83639..d4ff8adfb3b7d7bd26a4ea27f89ba75371d72eda 100644 (file)
@@ -11,9 +11,9 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
 
     <parent>
         <groupId>org.opendaylight.netvirt</groupId>
-        <artifactId>managed-tx-parent</artifactId>
+        <artifactId>binding-parent</artifactId>
         <version>0.7.0-SNAPSHOT</version>
-        <relativePath>../../commons/managed-tx-parent</relativePath>
+        <relativePath>../../commons/binding-parent</relativePath>
     </parent>
 
     <artifactId>ipv6service-impl</artifactId>
index 39c71461874758c19cfe209f553ca1cb7c0db4b2..8cd0b7bc711c84d4d9438a111b380fea2fdeaf5b 100644 (file)
@@ -11,9 +11,9 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
 
     <parent>
         <groupId>org.opendaylight.netvirt</groupId>
-        <artifactId>managed-tx-parent</artifactId>
+        <artifactId>binding-parent</artifactId>
         <version>0.7.0-SNAPSHOT</version>
-        <relativePath>../../commons/managed-tx-parent</relativePath>
+        <relativePath>../../commons/binding-parent</relativePath>
     </parent>
 
     <artifactId>ipv6service-shell</artifactId>
index 431ec7779b2d0efe96a29e84bbc614a62a67ac92..e82da4d86a6bc5e9e941965ee85022879c1ff9b8 100644 (file)
@@ -12,9 +12,9 @@
 
     <parent>
         <groupId>org.opendaylight.netvirt</groupId>
-        <artifactId>managed-tx-parent</artifactId>
+        <artifactId>binding-parent</artifactId>
         <version>0.7.0-SNAPSHOT</version>
-        <relativePath>../commons/managed-tx-parent</relativePath>
+        <relativePath>../commons/binding-parent</relativePath>
     </parent>
 
     <artifactId>model-bgp</artifactId>
index 04ee31b9ebf322d884da42a3377487521cc48bfd..d70c6a49ce69a2f954359ae61ca7124759c3ac42 100644 (file)
@@ -11,9 +11,9 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
 
     <parent>
         <groupId>org.opendaylight.netvirt</groupId>
-        <artifactId>managed-tx-parent</artifactId>
+        <artifactId>binding-parent</artifactId>
         <version>0.7.0-SNAPSHOT</version>
-        <relativePath>../../commons/managed-tx-parent</relativePath>
+        <relativePath>../../commons/binding-parent</relativePath>
     </parent>
 
     <artifactId>natservice-api</artifactId>
index db5cab36198277957958f0939f8b6b24a8b70210..92d4859af3955a96e549f4ef51150bda36e21134 100644 (file)
@@ -11,9 +11,9 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
 
     <parent>
         <groupId>org.opendaylight.netvirt</groupId>
-        <artifactId>managed-tx-parent</artifactId>
+        <artifactId>binding-parent</artifactId>
         <version>0.7.0-SNAPSHOT</version>
-        <relativePath>../../commons/managed-tx-parent</relativePath>
+        <relativePath>../../commons/binding-parent</relativePath>
     </parent>
 
     <artifactId>natservice-impl</artifactId>
index bfac01c1f054caeae17a8b31164dd798050d468d..467f64e92d244a2fca37822be3b2bc985b798eda 100644 (file)
@@ -11,9 +11,9 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
 
     <parent>
         <groupId>org.opendaylight.netvirt</groupId>
-        <artifactId>managed-tx-parent</artifactId>
+        <artifactId>binding-parent</artifactId>
         <version>0.7.0-SNAPSHOT</version>
-        <relativePath>../../commons/managed-tx-parent</relativePath>
+        <relativePath>../../commons/binding-parent</relativePath>
     </parent>
 
     <artifactId>neutronvpn-api</artifactId>
index 3f4dad3b9b76b34d8170e1439d003c661a1027fd..e93e596f90fed7348827ea60e22772c158d81081 100644 (file)
@@ -11,9 +11,9 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
 
     <parent>
         <groupId>org.opendaylight.netvirt</groupId>
-        <artifactId>managed-tx-parent</artifactId>
+        <artifactId>binding-parent</artifactId>
         <version>0.7.0-SNAPSHOT</version>
-        <relativePath>../../commons/managed-tx-parent</relativePath>
+        <relativePath>../../commons/binding-parent</relativePath>
     </parent>
 
     <artifactId>neutronvpn-impl</artifactId>
index 832d75315951d5d246c19418d7af2606c045275b..02a47b95679470bfb22df4373844e76cede80ddb 100644 (file)
@@ -11,9 +11,9 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
 
     <parent>
         <groupId>org.opendaylight.netvirt</groupId>
-        <artifactId>managed-tx-parent</artifactId>
+        <artifactId>binding-parent</artifactId>
         <version>0.7.0-SNAPSHOT</version>
-        <relativePath>../../commons/managed-tx-parent</relativePath>
+        <relativePath>../../commons/binding-parent</relativePath>
     </parent>
 
     <artifactId>neutronvpn-shell</artifactId>
index d233684ea3c794a057b4026e784f3646749bb081..cde265fd34727dd823879103feb9f2402ecb07bd 100644 (file)
@@ -11,9 +11,9 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
 
     <parent>
         <groupId>org.opendaylight.netvirt</groupId>
-        <artifactId>managed-tx-parent</artifactId>
+        <artifactId>binding-parent</artifactId>
         <version>0.7.0-SNAPSHOT</version>
-        <relativePath>../../commons/managed-tx-parent</relativePath>
+        <relativePath>../../commons/binding-parent</relativePath>
     </parent>
 
     <artifactId>policyservice-api</artifactId>
index ea9b632bb106d06f22b0674aef480f6f281a18ee..31aac284386da23e43d5e764092b86ebab35f043 100644 (file)
@@ -11,9 +11,9 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
 
     <parent>
         <groupId>org.opendaylight.netvirt</groupId>
-        <artifactId>managed-tx-parent</artifactId>
+        <artifactId>binding-parent</artifactId>
         <version>0.7.0-SNAPSHOT</version>
-        <relativePath>../../commons/managed-tx-parent</relativePath>
+        <relativePath>../../commons/binding-parent</relativePath>
     </parent>
 
     <artifactId>policyservice-impl</artifactId>
index be93a4a48b79c104e8cdf62e4b3bdd57267f0880..4f78f2c62e1c43a8693b3f090050edffa1d0273c 100644 (file)
@@ -10,9 +10,9 @@ and is available at http://www.eclipse.org/legal/epl-v10.html INTERNAL
 
     <parent>
         <groupId>org.opendaylight.netvirt</groupId>
-        <artifactId>managed-tx-parent</artifactId>
+        <artifactId>binding-parent</artifactId>
         <version>0.7.0-SNAPSHOT</version>
-        <relativePath>../../commons/managed-tx-parent</relativePath>
+        <relativePath>../../commons/binding-parent</relativePath>
     </parent>
 
     <artifactId>qosservice-api</artifactId>
index d33a30de69cba5aed19d089b278bd10212faf55c..46c9479214a4e785c6c5e1a77c12f0e0ab57e268 100644 (file)
@@ -11,9 +11,9 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
 
     <parent>
         <groupId>org.opendaylight.netvirt</groupId>
-        <artifactId>managed-tx-parent</artifactId>
+        <artifactId>binding-parent</artifactId>
         <version>0.7.0-SNAPSHOT</version>
-        <relativePath>../../commons/managed-tx-parent</relativePath>
+        <relativePath>../../commons/binding-parent</relativePath>
     </parent>
 
     <artifactId>qosservice-impl</artifactId>
index aee66e54cbae1a0c1a877b9cedfacfef694a157e..f1048f4c70ff883e61d518e9b28e29ee1058433d 100644 (file)
@@ -11,9 +11,9 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
 
     <parent>
         <groupId>org.opendaylight.netvirt</groupId>
-        <artifactId>managed-tx-parent</artifactId>
+        <artifactId>binding-parent</artifactId>
         <version>0.7.0-SNAPSHOT</version>
-        <relativePath>../../../commons/managed-tx-parent</relativePath>
+        <relativePath>../../../commons/binding-parent</relativePath>
     </parent>
 
     <artifactId>sfc.classifier-api</artifactId>
index 676929b85d2608e87688171146141693a526e97c..27b46dfcedfafb7e0c9d9eb86a02b3911aa29102 100644 (file)
@@ -12,9 +12,9 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
 
     <parent>
         <groupId>org.opendaylight.netvirt</groupId>
-        <artifactId>managed-tx-parent</artifactId>
+        <artifactId>binding-parent</artifactId>
         <version>0.7.0-SNAPSHOT</version>
-        <relativePath>../../../commons/managed-tx-parent</relativePath>
+        <relativePath>../../../commons/binding-parent</relativePath>
     </parent>
 
     <artifactId>sfc.classifier-impl</artifactId>
index a401a5107e328e7d4889998be6af89640dad48a0..ecb4b445428b3eade37b5305a800452f82c9aa7b 100644 (file)
@@ -12,9 +12,9 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
 
   <parent>
     <groupId>org.opendaylight.netvirt</groupId>
-    <artifactId>managed-tx-parent</artifactId>
+    <artifactId>binding-parent</artifactId>
     <version>0.7.0-SNAPSHOT</version>
-    <relativePath>../../commons/managed-tx-parent</relativePath>
+    <relativePath>../../commons/binding-parent</relativePath>
   </parent>
 
   <artifactId>sfc.translator</artifactId>
index 0dfb5ba51372caa1e1c49335ff528c1aec0e0546..acb9d357466cf92652dce3ef152945533367571e 100644 (file)
@@ -11,9 +11,9 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
 
     <parent>
         <groupId>org.opendaylight.netvirt</groupId>
-        <artifactId>managed-tx-parent</artifactId>
+        <artifactId>binding-parent</artifactId>
         <version>0.7.0-SNAPSHOT</version>
-        <relativePath>../../commons/managed-tx-parent</relativePath>
+        <relativePath>../../commons/binding-parent</relativePath>
     </parent>
 
     <artifactId>statemanager-impl</artifactId>
index 1b451ab734d3bf518070b03cff2b19e48227b399..59f302666adfb4009d7fdb5e05bbe7f1c3e5dcbf 100644 (file)
@@ -10,9 +10,9 @@ at http://www.eclipse.org/legal/epl-v10.html
 
     <parent>
         <groupId>org.opendaylight.netvirt</groupId>
-        <artifactId>managed-tx-parent</artifactId>
+        <artifactId>binding-parent</artifactId>
         <version>0.7.0-SNAPSHOT</version>
-        <relativePath>../../commons/managed-tx-parent</relativePath>
+        <relativePath>../../commons/binding-parent</relativePath>
     </parent>
 
     <artifactId>statistics-api</artifactId>
index 30e10f1feb6e6483a17ae6519023061b9379e4e8..f57d86e4a09cc5ff08d1ae94f03a25fcdee3e44f 100644 (file)
@@ -10,9 +10,9 @@ at http://www.eclipse.org/legal/epl-v10.html
 
     <parent>
         <groupId>org.opendaylight.netvirt</groupId>
-        <artifactId>managed-tx-parent</artifactId>
+        <artifactId>binding-parent</artifactId>
         <version>0.7.0-SNAPSHOT</version>
-        <relativePath>../../commons/managed-tx-parent</relativePath>
+        <relativePath>../../commons/binding-parent</relativePath>
     </parent>
 
     <artifactId>statistics-impl</artifactId>
index 5821a15cc4709f62a478ef508325f9be8ed03ef0..6b62bfe03866c6936b3d0da876d8dc6c7e97ad34 100644 (file)
@@ -11,9 +11,9 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
 
     <parent>
         <groupId>org.opendaylight.netvirt</groupId>
-        <artifactId>managed-tx-parent</artifactId>
+        <artifactId>binding-parent</artifactId>
         <version>0.7.0-SNAPSHOT</version>
-        <relativePath>../../commons/managed-tx-parent</relativePath>
+        <relativePath>../../commons/binding-parent</relativePath>
     </parent>
 
     <artifactId>vpnmanager-api</artifactId>
index b09af85c03c8c4b2700418bd3d02dd04721ba87d..fc5bdcf229b35285901526b89f60870c55874884 100644 (file)
@@ -11,9 +11,9 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
 
     <parent>
         <groupId>org.opendaylight.netvirt</groupId>
-        <artifactId>managed-tx-parent</artifactId>
+        <artifactId>binding-parent</artifactId>
         <version>0.7.0-SNAPSHOT</version>
-        <relativePath>../../commons/managed-tx-parent</relativePath>
+        <relativePath>../../commons/binding-parent</relativePath>
     </parent>
 
     <artifactId>vpnmanager-impl</artifactId>
index f49a20bcb30612346669367fc44b2fa9cd8f2a98..54b5ece4d820776199812abb605805a631196462 100644 (file)
@@ -11,9 +11,9 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
 
     <parent>
         <groupId>org.opendaylight.netvirt</groupId>
-        <artifactId>managed-tx-parent</artifactId>
+        <artifactId>binding-parent</artifactId>
         <version>0.7.0-SNAPSHOT</version>
-        <relativePath>../../commons/managed-tx-parent</relativePath>
+        <relativePath>../../commons/binding-parent</relativePath>
     </parent>
 
     <artifactId>vpnmanager-shell</artifactId>