Package domain-extensions in a separate feature
[groupbasedpolicy.git] / features / odl-groupbasedpolicy-ios-xe / pom.xml
index d81659eb33d3ebf18cea9a874644e4942a0cf461..f01f8dc77752cb0072967ee148f4feb5cbfd0e9f 100644 (file)
@@ -6,13 +6,13 @@
     <parent>
         <groupId>org.opendaylight.odlparent</groupId>
         <artifactId>single-feature-parent</artifactId>
-        <version>2.0.4</version>
+        <version>3.0.2</version>
         <relativePath/>
     </parent>
 
     <groupId>org.opendaylight.groupbasedpolicy</groupId>
     <artifactId>odl-groupbasedpolicy-ios-xe</artifactId>
-    <version>0.6.0-SNAPSHOT</version>
+    <version>0.8.0-SNAPSHOT</version>
     <packaging>feature</packaging>
     <!--
        IOS-XE renderer
@@ -22,9 +22,9 @@
     <name>ODL :: groupbasedpolicy :: ${project.artifactId}</name>
 
     <properties>
-        <sfc.version>0.6.0-SNAPSHOT</sfc.version>
-        <sxp.version>1.5.0-SNAPSHOT</sxp.version>
-        <netconf.version>1.3.0-SNAPSHOT</netconf.version>
+        <sfc.version>0.8.0-SNAPSHOT</sfc.version>
+        <sxp.version>1.7.0-SNAPSHOT</sxp.version>
+        <netconf.version>1.5.0-SNAPSHOT</netconf.version>
     </properties>
 
     <dependencyManagement>
     <dependencies>
         <dependency>
             <groupId>${project.groupId}</groupId>
-            <artifactId>l2-l3-domain-extension</artifactId>
+            <artifactId>ios-xe-renderer</artifactId>
         </dependency>
         <dependency>
             <groupId>${project.groupId}</groupId>
-            <artifactId>ios-xe-renderer</artifactId>
+            <artifactId>odl-groupbasedpolicy-base</artifactId>
+            <type>xml</type>
+            <classifier>features</classifier>
         </dependency>
         <dependency>
             <groupId>${project.groupId}</groupId>
-            <artifactId>odl-groupbasedpolicy-base</artifactId>
+            <artifactId>odl-groupbasedpolicy-domain-extensions</artifactId>
             <type>xml</type>
             <classifier>features</classifier>
         </dependency>
             <type>xml</type>
             <classifier>features</classifier>
         </dependency>
-        <dependency>
-            <groupId>${project.groupId}</groupId>
-            <artifactId>ios-xe-renderer</artifactId>
-            <type>xml</type>
-            <classifier>config</classifier>
-        </dependency>
     </dependencies>
 </project>