Bump dependencies to newer Sodium SR2 dev versions
[transportpce.git] / features / odl-transportpce-inventory / pom.xml
index f713b1f18f7b0ee46ce4d9482dab7f19f80840ed..74da3a0d6912521c0b542b93e3861f9fc5c8b824 100644 (file)
@@ -3,24 +3,24 @@
     are made available under the terms of the Eclipse Public License v1.0 which accompanies this distribution,
     and is available at http://www.eclipse.org/legal/epl-v10.html INTERNAL -->
 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-    xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+         xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
     <modelVersion>4.0.0</modelVersion>
 
     <parent>
         <groupId>org.opendaylight.odlparent</groupId>
         <artifactId>single-feature-parent</artifactId>
-        <version>3.1.0</version>
-        <relativePath />
+        <version>5.0.4</version>
+        <relativePath/>
     </parent>
 
     <groupId>org.opendaylight.transportpce</groupId>
     <artifactId>odl-transportpce-inventory</artifactId>
-    <version>0.2.0-SNAPSHOT</version>
+    <version>0.5.0-SNAPSHOT</version>
     <packaging>feature</packaging>
 
     <properties>
         <transportpce.db.host>localhost:3306</transportpce.db.host>
-        <transportpce.db.database>tpce</transportpce.db.database>
+        <transportpce.db.database>transportpce</transportpce.db.database>
         <transportpce.db.username>root</transportpce.db.username>
         <transportpce.db.password>root</transportpce.db.password>
         <transporpce.device.backup.folder>data/transportpce/devicebackup</transporpce.device.backup.folder>
             <artifactId>transportpce-inventory</artifactId>
             <version>${project.version}</version>
         </dependency>
+        <dependency>
+            <groupId>org.opendaylight.transportpce</groupId>
+            <artifactId>odl-transportpce</artifactId>
+            <version>${project.version}</version>
+            <classifier>features</classifier>
+            <type>xml</type>
+        </dependency>
     </dependencies>
 
     <build>