Bug 7255: Move netconf features to incompatible
[integration/distribution.git] / version / pom.xml
index 1013b13b559e79eab82e88e0cae9e481c2e42c34..6a4236db7cabe6a78100a5e7d9b90c7b86ec2969 100644 (file)
@@ -3,15 +3,15 @@
     <modelVersion>4.0.0</modelVersion>
     <parent>
         <groupId>org.opendaylight.controller</groupId>
-        <artifactId>config-parent</artifactId>
-        <version>0.5.0-SNAPSHOT</version>
+        <artifactId>config-filtering-parent</artifactId>
+        <version>0.6.0-SNAPSHOT</version>
         <relativePath/>
     </parent>
     <groupId>org.opendaylight.integration</groupId>
     <artifactId>version</artifactId>
-    <version>0.5.0-SNAPSHOT</version>
+    <version>0.6.0-SNAPSHOT</version>
     <packaging>bundle</packaging>
-    <name>${project.groupId}:${project.artifactId}</name>
+    <name>distribution:${project.artifactId}</name>
     <description>Sub-project for ODL version(s) reporting mechanism.</description>
     <url>https://wiki.opendaylight.org/view/Integration/Distribution</url>
     <licenses>
@@ -29,7 +29,7 @@
     </scm>
     <!-- Is there a way to inherit/include properties from a file bumped autimatically? -->
     <properties>
-        <feature.odlparent.version>1.7.0-SNAPSHOT</feature.odlparent.version>
+        <feature.odlparent.version>1.8.0-SNAPSHOT</feature.odlparent.version>
     </properties>
     <build>
         <plugins>