Merge "Drop the service name from ODU connection name"
[transportpce.git] / ordmodels / pom.xml
index 07e26b4f46b6a19ee6fa3cace4ec265aa2c12c6d..8ae2894eed5ad18184aa896adb4361fe9c8ca6e3 100644 (file)
@@ -12,7 +12,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
   <parent>
     <groupId>org.opendaylight.mdsal</groupId>
     <artifactId>binding-parent</artifactId>
-    <version>8.0.7</version>
+    <version>8.0.11</version>
     <relativePath/>
   </parent>
 
@@ -52,11 +52,10 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
           <excludePackageNames>*</excludePackageNames>
         </configuration>
       </plugin>
-<!-- skipping test since this is a util project / folder -->
+      <!-- skipping test since this is a util project / folder -->
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-surefire-plugin</artifactId>
-        <version>2.18.1</version>
         <configuration>
           <skipTests>true</skipTests>
         </configuration>