Remove the last remnants of the CSS
[lispflowmapping.git] / features / pom.xml
index 9b7afcf710156e51e4eae1f72a0876dbd825063a..5afc3ec8f2e378dbd84f2eb819654b630d9c4bf2 100644 (file)
@@ -12,29 +12,21 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
   <parent>
     <groupId>org.opendaylight.odlparent</groupId>
     <artifactId>features-parent</artifactId>
-    <version>1.7.0-SNAPSHOT</version>
+    <version>1.8.0-SNAPSHOT</version>
     <relativePath/>
   </parent>
 
   <groupId>org.opendaylight.lispflowmapping</groupId>
   <artifactId>features-lispflowmapping</artifactId>
-  <version>1.4.0-SNAPSHOT</version>
+  <version>1.5.0-SNAPSHOT</version>
   <name>LISP Flow Mapping Project - Karaf Features</name>
 
-  <prerequisites>
-    <maven>3.1.1</maven>
-  </prerequisites>
-
   <properties>
-    <commons.opendaylight.version>1.7.0-SNAPSHOT</commons.opendaylight.version>
-    <configfile.directory>etc/opendaylight/karaf</configfile.directory>
-    <config.version>0.5.0-SNAPSHOT</config.version>
-    <dlux.core.version>0.4.0-SNAPSHOT</dlux.core.version>
-    <features.file>features.xml</features.file>
-    <mdsal.version>1.4.0-SNAPSHOT</mdsal.version>
-    <mdsal.model.version>0.9.0-SNAPSHOT</mdsal.model.version>
-    <neutron.version>0.7.0-SNAPSHOT</neutron.version>
-    <restconf.version>1.4.0-SNAPSHOT</restconf.version>
+    <dlux.core.version>0.5.0-SNAPSHOT</dlux.core.version>
+    <mdsal.version>1.5.0-SNAPSHOT</mdsal.version>
+    <mdsal.model.version>0.10.0-SNAPSHOT</mdsal.model.version>
+    <neutron.version>0.8.0-SNAPSHOT</neutron.version>
+    <restconf.version>1.5.0-SNAPSHOT</restconf.version>
   </properties>
 
   <dependencyManagement>
@@ -59,13 +51,6 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
       <type>xml</type>
       <scope>runtime</scope>
     </dependency>
-    <dependency>
-      <groupId>org.opendaylight.controller</groupId>
-      <artifactId>features-config</artifactId>
-      <version>${config.version}</version>
-      <classifier>features</classifier>
-      <type>xml</type>
-    </dependency>
     <dependency>
       <groupId>org.opendaylight.controller</groupId>
       <artifactId>features-mdsal</artifactId>
@@ -129,6 +114,11 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
       <artifactId>mappingservice.lisp-proto</artifactId>
       <version>${project.version}</version>
     </dependency>
+    <dependency>
+      <groupId>${project.groupId}</groupId>
+      <artifactId>mappingservice.config</artifactId>
+      <version>${project.version}</version>
+    </dependency>
     <dependency>
       <groupId>${project.groupId}</groupId>
       <artifactId>lispflowmapping-ui-bundle</artifactId>