Bump MRI upstreams
[neutron.git] / pom.xml
diff --git a/pom.xml b/pom.xml
index 4d6f51e5dbae1798967f8e17421821283bb58d61..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.8.0-SNAPSHOT</version>
+    <version>0.16.0-SNAPSHOT</version>
     <relativePath>parent</relativePath>
   </parent>
   <groupId>org.opendaylight.neutron</groupId>
   <artifactId>project-neutron</artifactId>
-  <version>0.8.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>northbound-api</module>
     <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>
   <build>
     <plugins>
     <tag>HEAD</tag>
     <url>https://wiki.opendaylight.org/view/NeutronNorthbound:Main</url>
   </scm>
-
-  <profiles>
-    <profile>
-      <!--
-          This profile is to ensure we only build javadocs reports
-          when we plan to deploy Maven site for our project.
-      -->
-      <id>maven-site</id>
-      <activation>
-        <file>
-          <exists>${user.dir}/deploy-site.xml</exists>
-        </file>
-      </activation>
-
-      <build>
-        <plugins>
-          <plugin>
-            <groupId>org.apache.maven.plugins</groupId>
-            <artifactId>maven-javadoc-plugin</artifactId>
-            <inherited>false</inherited>
-            <executions>
-              <execution>
-                <id>aggregate</id>
-                <goals>
-                  <goal>aggregate</goal>
-                </goals>
-                <phase>package</phase>
-              </execution>
-            </executions>
-          </plugin>
-        </plugins>
-      </build>
-    </profile>
-  </profiles>
-
-  <!--
-      Maven Site Configuration
-
-      The following configuration is necessary for maven-site-plugin to
-      correctly identify the correct deployment path for OpenDaylight Maven
-      sites.
-  -->
-  <url>${odl.site.url}/${project.groupId}/${stream}/</url>
-
-  <distributionManagement>
-    <site>
-      <id>opendaylight-site</id>
-      <url>${nexus.site.url}/</url>
-    </site>
-  </distributionManagement>
 </project>