Merge "Sort out neutron object class hierarchy"
[neutron.git] / integration / test / pom.xml
index e6defb324ab2ede200f3d086fc27c59f605baa3f..0d7e26bfcc6901b5fdc3f4c2530edc21149fd29c 100644 (file)
@@ -4,13 +4,13 @@
   <parent>
     <groupId>org.opendaylight.controller</groupId>
     <artifactId>mdsal-it-parent</artifactId>
-    <version>1.6.0-SNAPSHOT</version>
+    <version>1.7.0-SNAPSHOT</version>
     <relativePath/>
   </parent>
 
   <groupId>org.opendaylight.neutron</groupId>
   <artifactId>integration-test</artifactId>
-  <version>0.9.0-SNAPSHOT</version>
+  <version>0.10.0-SNAPSHOT</version>
   <packaging>bundle</packaging>
 
   <!-- <name> formatting is used by autorelease to parse and notify projects on
@@ -19,7 +19,7 @@
   <properties>
     <skipITs>false</skipITs>
     <karaf.distro.groupId>org.opendaylight.neutron</karaf.distro.groupId>
-    <karaf.distro.artifactId>neutron4-karaf</karaf.distro.artifactId>
+    <karaf.distro.artifactId>neutron-karaf</karaf.distro.artifactId>
     <karaf.distro.version>${project.version}</karaf.distro.version>
     <karaf.distro.type>zip</karaf.distro.type>
     <checkstyle.location>${project.parent.basedir}/src/main/resources</checkstyle.location>
@@ -30,7 +30,7 @@
   <dependencies>
     <dependency>
       <groupId>org.opendaylight.neutron</groupId>
-      <artifactId>neutron4-karaf</artifactId>
+      <artifactId>neutron-karaf</artifactId>
       <version>${project.version}</version>
       <type>zip</type>
     </dependency>