Migrate to odlparent 1.9.0
[neutron.git] / features / test / pom.xml
index 32f036a2b2efbabaec0c8e962848b4e8294382e7..17802a95a38c3f11a699677236811847e2d3a77c 100644 (file)
@@ -3,29 +3,22 @@
   <modelVersion>4.0.0</modelVersion>
   <parent>
     <groupId>org.opendaylight.odlparent</groupId>
-    <artifactId>features-parent</artifactId>
-    <version>1.7.0-SNAPSHOT</version>
+    <artifactId>odlparent-lite</artifactId>
+    <version>1.9.0</version>
     <relativePath/>
   </parent>
+
   <groupId>org.opendaylight.neutron</groupId>
-  <artifactId>features-neutron-test</artifactId>
-  <version>0.7.0-SNAPSHOT</version>
-  <packaging>jar</packaging>
+  <artifactId>features-test-aggregator</artifactId>
+  <version>0.9.0-SNAPSHOT</version>
+  <packaging>pom</packaging>
+
+  <modules>
+    <module>features-neutron-test</module>
+    <module>features4-neutron-test</module>
+    <module>odl-neutron-logger-test</module>
+  </modules>
 
-  <dependencies>
-    <dependency>
-      <groupId>org.opendaylight.neutron</groupId>
-      <artifactId>features-neutron</artifactId>
-      <version>${project.version}</version>
-      <classifier>features</classifier>
-      <type>xml</type>
-    </dependency>
-    <dependency>
-      <groupId>${project.groupId}</groupId>
-      <artifactId>dummyprovider</artifactId>
-      <version>${project.version}</version>
-    </dependency>
-  </dependencies>
   <scm>
     <connection>scm:git:ssh://git.opendaylight.org:29418/neutron.git</connection>
     <developerConnection>scm:git:ssh://git.opendaylight.org:29418/neutron.git</developerConnection>