Release Nitrogen
[groupbasedpolicy.git] / sxp-integration / ip-sgt-distribution-service / pom.xml
index 40046ca6aa10bf9fa51754062159a5f8d4f9735c..89ee32d0407f7773dbf9d13912f61cb1f3433eaf 100644 (file)
@@ -7,24 +7,33 @@
          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.controller</groupId>
-        <artifactId>config-parent</artifactId>
-        <version>0.6.0-SNAPSHOT</version>
+        <groupId>org.opendaylight.mdsal</groupId>
+        <artifactId>binding-parent</artifactId>
+        <version>0.11.1</version>
         <relativePath/>
     </parent>
 
     <groupId>org.opendaylight.groupbasedpolicy</groupId>
     <artifactId>ip-sgt-distribution-service</artifactId>
-    <version>0.5.0-SNAPSHOT</version>
+    <version>0.6.1</version>
     <packaging>bundle</packaging>
-    <name>groupbasedpolicy-ip-sgt-distribution-service</name>
+    <!-- <name> formatting is used by autorelease to parse and notify projects on
+       build failure. Please do not modify this unless you have a good reason. -->
+    <name>ODL :: groupbasedpolicy :: ${project.artifactId}</name>
 
     <properties>
-        <sxp.version>1.4.0-SNAPSHOT</sxp.version>
+        <sxp.version>1.5.1</sxp.version>
     </properties>
 
     <dependencyManagement>
         <dependencies>
+            <dependency>
+               <groupId>org.opendaylight.controller</groupId>
+                <artifactId>mdsal-artifacts</artifactId>
+                <version>1.6.1</version>
+                <type>pom</type>
+                <scope>import</scope>
+            </dependency>
             <dependency>
                 <groupId>org.opendaylight.sxp</groupId>
                 <artifactId>sxp-core</artifactId>
             <groupId>org.opendaylight.sxp</groupId>
             <artifactId>sxp-controller</artifactId>
         </dependency>
-        <dependency>
-            <groupId>org.opendaylight.sxp</groupId>
-            <artifactId>sxp-core</artifactId>
-        </dependency>
         <dependency>
             <groupId>org.opendaylight.groupbasedpolicy</groupId>
             <artifactId>groupbasedpolicy</artifactId>