Bump MRI upstreams
[neutron.git] / pom.xml
diff --git a/pom.xml b/pom.xml
index feda1e1afaf3e17512fa6b1d51da60f0a19e669b..0266289adfd5a5d6221b28b662fa41552162a3d3 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -9,12 +9,12 @@
   <parent>
     <groupId>org.opendaylight.neutron</groupId>
     <artifactId>project-neutron-parent</artifactId>
-    <version>0.11.0-SNAPSHOT</version>
+    <version>0.16.0-SNAPSHOT</version>
     <relativePath>parent</relativePath>
   </parent>
   <groupId>org.opendaylight.neutron</groupId>
   <artifactId>project-neutron</artifactId>
-  <version>0.11.0-SNAPSHOT</version>
+  <version>0.16.0-SNAPSHOT</version>
   <packaging>pom</packaging>
   <name>neutron</name> <!-- Used by Sonar to set project name -->
   <description>OpenDaylight Neutron Northbound Service</description>
       </roles>
       <timezone>Asia/Kolkata</timezone>
     </developer>
+    <developer>
+      <id>vorburger</id>
+      <name>Michael Vorburger</name>
+      <email>vorburger@redhat.com</email>
+      <organization>Red Hat, Inc.</organization>
+      <organizationUrl>http://www.redhat.com</organizationUrl>
+      <roles>
+         <role>committer</role>
+         <role>contributor</role>
+      </roles>
+      <timezone>Europe/Bern</timezone>
+    </developer>
   </developers>
   <properties>
     <checkstyle.location>${project.parent.basedir}/src/main/resources</checkstyle.location>
     <module>transcriber</module>
     <module>neutron-logger</module>
     <module>artifacts</module>
+    <module>features/parent</module>
     <module>features/production</module>
     <module>features/test</module>
     <module>karaf</module>
-    <module>integration/test</module>
+    <module>integration/test-standalone</module>
+    <!-- <module>integration/test</module> -->
     <module>model</module>
     <module>neutron-hostconfig</module>
   </modules>