Release Nitrogen
[groupbasedpolicy.git] / sxp-integration / pom.xml
index a3180a698300394d17996b712073d245a3854059..ca46a58555a092ab64727252d795a2cb87453719 100644 (file)
@@ -8,28 +8,39 @@
     <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>sxp-integration</artifactId>
-    <version>0.5.0-SNAPSHOT</version>
+    <version>0.6.1</version>
     <packaging>pom</packaging>
+    <!-- <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>
 
     <modules>
         <module>sxp-ep-provider</module>
-        <!--<module>ep-sgt-mapper</module>-->
+        <module>sxp-ise-adapter</module>
+        <module>ip-sgt-distribution-service</module>
     </modules>
 
     <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.groupbasedpolicy</groupId>
                 <artifactId>groupbasedpolicy-artifacts</artifactId>
             <groupId>org.opendaylight.groupbasedpolicy</groupId>
             <artifactId>groupbasedpolicy</artifactId>
         </dependency>
+        <dependency>
+            <groupId>org.opendaylight.mdsal</groupId>
+            <artifactId>mdsal-binding-dom-codec</artifactId>
+            <version>${mdsalmodel.version}</version>
+        </dependency>
+        <dependency>
+            <groupId>org.opendaylight.controller</groupId>
+             <artifactId>sal-binding-broker-impl</artifactId>
+             <type>test-jar</type>
+             <scope>test</scope>
+        </dependency>
     </dependencies>
 </project>