Bump odlparent to 4.0.8
[openflowplugin.git] / distribution / karaf / pom.xml
index 3f79a2e2c7a811127405da6589cb30b4e4b4e3f0..92e020e5f193132f245977b54439dd7b0375cf99 100644 (file)
@@ -4,19 +4,15 @@
   <parent>
     <groupId>org.opendaylight.odlparent</groupId>
     <artifactId>karaf4-parent</artifactId>
-    <version>1.8.0-SNAPSHOT</version>
-    <relativePath></relativePath>
+    <version>4.0.8</version>
   </parent>
   <groupId>org.opendaylight.openflowplugin</groupId>
   <artifactId>openflowplugin-karaf</artifactId>
-  <version>0.4.0-SNAPSHOT</version>
+  <version>0.8.0-SNAPSHOT</version>
   <packaging>pom</packaging>
-  <prerequisites>
-    <maven>3.0</maven>
-  </prerequisites>
 
   <properties>
-    <openflowplugin.version>0.4.0-SNAPSHOT</openflowplugin.version>
+    <openflowplugin.version>0.8.0-SNAPSHOT</openflowplugin.version>
   </properties>
 
   <dependencyManagement>
             into startup.properties and the feature repo itself is not installed -->
       <groupId>org.apache.karaf.features</groupId>
       <artifactId>framework</artifactId>
-      <version>${karaf4.version}</version>
       <type>kar</type>
     </dependency>
     <!-- openflowplugin feature -->
     <dependency>
-      <artifactId>features4-openflowplugin-he</artifactId>
+      <artifactId>features-openflowplugin</artifactId>
       <groupId>org.opendaylight.openflowplugin</groupId>
-      <version>${project.version}</version>
-      <classifier>features</classifier>
-      <type>xml</type>
-      <scope>runtime</scope>
-    </dependency>
-    <dependency>
-      <artifactId>features4-openflowplugin</artifactId>
-      <groupId>org.opendaylight.openflowplugin</groupId>
-      <version>${project.version}</version>
       <classifier>features</classifier>
       <type>xml</type>
       <scope>runtime</scope>
     <!-- openflowplugin extension feature -->
     <dependency>
       <groupId>org.opendaylight.openflowplugin</groupId>
-      <artifactId>features4-openflowplugin-extension-he</artifactId>
-      <version>${project.version}</version>
-      <classifier>features</classifier>
-      <type>xml</type>
-      <scope>runtime</scope>
-    </dependency>
-    <dependency>
-      <groupId>org.opendaylight.openflowplugin</groupId>
-      <artifactId>features4-openflowplugin-extension</artifactId>
-      <version>${project.version}</version>
+      <artifactId>features-openflowplugin-extension</artifactId>
       <classifier>features</classifier>
       <type>xml</type>
       <scope>runtime</scope>