Bump upstreams
[serviceutils.git] / pom.xml
diff --git a/pom.xml b/pom.xml
index 73dc1af8c1de5f34cbb25d67398afa12e87c36f4..377cceb294f29c3f0c28193e7ddc2115ccfbdc9e 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -12,13 +12,13 @@ and is available at http://www.eclipse.org/legal/epl-v10.html INTERNAL
   <parent>
     <groupId>org.opendaylight.odlparent</groupId>
     <artifactId>odlparent-lite</artifactId>
-    <version>9.0.6</version>
+    <version>13.0.10</version>
     <relativePath/>
   </parent>
 
   <groupId>org.opendaylight.serviceutils</groupId>
   <artifactId>serviceutils-aggregator</artifactId>
-  <version>0.8.0-SNAPSHOT</version>
+  <version>0.13.0-SNAPSHOT</version>
   <name>serviceutils</name>
   <packaging>pom</packaging>
 
@@ -34,10 +34,16 @@ and is available at http://www.eclipse.org/legal/epl-v10.html INTERNAL
     <module>tools</module>
     <module>features</module>
     <module>artifacts</module>
+    <module>metrics</module>
     <module>srm</module>
     <module>upgrade</module>
   </modules>
 
+  <properties>
+    <maven.deploy.skip>true</maven.deploy.skip>
+    <maven.install.skip>true</maven.install.skip>
+  </properties>
+
   <profiles>
     <profile>
       <id>karaf</id>
@@ -53,21 +59,15 @@ and is available at http://www.eclipse.org/legal/epl-v10.html INTERNAL
 
   <!-- DO NOT install or deploy the repo root pom as it's only needed to initiate a build -->
   <build>
-    <plugins>
-      <plugin>
-        <groupId>org.apache.maven.plugins</groupId>
-        <artifactId>maven-deploy-plugin</artifactId>
-        <configuration>
-          <skip>true</skip>
-        </configuration>
-      </plugin>
-      <plugin>
-        <groupId>org.apache.maven.plugins</groupId>
-        <artifactId>maven-install-plugin</artifactId>
-        <configuration>
-          <skip>true</skip>
-        </configuration>
-      </plugin>
-    </plugins>
+    <pluginManagement>
+      <plugins>
+        <plugin>
+          <groupId>org.apache.maven.plugins</groupId>
+          <artifactId>maven-javadoc-plugin</artifactId>
+          <!-- https://issues.apache.org/jira/browse/MJAVADOC-649 -->
+          <version>3.1.1</version>
+        </plugin>
+      </plugins>
+    </pluginManagement>
   </build>
 </project>