Bump versions by x.(y+1).z
[serviceutils.git] / srm / shell / pom.xml
index fda3b79b2d7965e3c1c41eb0ebeb57b4a43290ff..3b0c2d83b3c0e6a6ca50c383c86a998581d63f4b 100644 (file)
@@ -7,16 +7,15 @@ terms of the Eclipse Public License v1.0 which accompanies this distribution,
 and is available at http://www.eclipse.org/legal/epl-v10.html
 -->
 <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">
+  <modelVersion>4.0.0</modelVersion>
 
   <parent>
     <groupId>org.opendaylight.serviceutils</groupId>
-    <artifactId>binding-parent</artifactId>
-    <version>0.5.0-SNAPSHOT</version>
-    <relativePath>../../commons/binding-parent</relativePath>
+    <artifactId>quality-parent</artifactId>
+    <version>0.11.0-SNAPSHOT</version>
+    <relativePath>../../commons/quality-parent</relativePath>
   </parent>
 
-  <modelVersion>4.0.0</modelVersion>
-  <groupId>org.opendaylight.serviceutils</groupId>
   <artifactId>srm-shell</artifactId>
   <packaging>bundle</packaging>
   <!-- <name> formatting is used by autorelease to parse and notify projects on
@@ -27,15 +26,24 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
     <dependency>
       <groupId>org.opendaylight.serviceutils</groupId>
       <artifactId>srm-api</artifactId>
-      <version>${project.version}</version>
     </dependency>
     <dependency>
-        <groupId>org.opendaylight.controller</groupId>
-        <artifactId>sal-binding-api</artifactId>
+        <groupId>org.opendaylight.mdsal</groupId>
+        <artifactId>mdsal-binding-api</artifactId>
     </dependency>
     <dependency>
       <groupId>org.apache.karaf.shell</groupId>
       <artifactId>org.apache.karaf.shell.console</artifactId>
-   </dependency>
+      <exclusions>
+        <exclusion>
+          <groupId>*</groupId>
+          <artifactId>*</artifactId>
+        </exclusion>
+      </exclusions>
+    </dependency>
+    <dependency>
+      <groupId>org.osgi</groupId>
+      <artifactId>org.osgi.framework</artifactId>
+    </dependency>
   </dependencies>
 </project>