Bump upstreams
[serviceutils.git] / pom.xml
diff --git a/pom.xml b/pom.xml
index b08164d0a021d355ad36edf184c3e321ab11ed7e..5997b1d44efe5ea91b31b92ce293039ffda9df5c 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!--
-Copyright (c) 2018 Ericsson India Global Services Pvt Ltd. and others. All rights reserved.
+Copyright © 2018 Ericsson India Global Services Pvt Ltd. and others.  All rights reserved.
 
 This program and the accompanying materials are made available under the
 terms of the Eclipse Public License v1.0 which accompanies this distribution,
@@ -12,40 +12,62 @@ and is available at http://www.eclipse.org/legal/epl-v10.html INTERNAL
   <parent>
     <groupId>org.opendaylight.odlparent</groupId>
     <artifactId>odlparent-lite</artifactId>
-    <version>3.1.0</version>
+    <version>11.0.1</version>
     <relativePath/>
   </parent>
 
-  <groupId>org.opendaylight.genius</groupId>
-  <artifactId>tools-aggregator</artifactId>
-  <version>0.5.0-SNAPSHOT</version>
-  <!-- <name> formatting is used by autorelease to parse and notify projects on
-       build failure. Please do not modify this unless you have a good reason. -->
-  <name>ODL :: genius :: ${project.artifactId}</name>
+  <groupId>org.opendaylight.serviceutils</groupId>
+  <artifactId>serviceutils-aggregator</artifactId>
+  <version>0.10.0-SNAPSHOT</version>
+  <name>serviceutils</name>
   <packaging>pom</packaging>
 
+  <scm>
+    <connection>scm:git:ssh://git.opendaylight.org:29418/serviceutils.git</connection>
+    <developerConnection>scm:git:ssh://git.opendaylight.org:29418/serviceutils.git</developerConnection>
+    <tag>HEAD</tag>
+    <url>https://wiki.opendaylight.org/view/serviceutils:Main</url>
+  </scm>
+
   <modules>
-    <module>api</module>
-    <module>testutils</module>
+    <module>commons</module>
+    <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>
+      <activation>
+        <activeByDefault>true</activeByDefault>
+      </activation>
+
+      <modules>
+        <module>karaf</module>
+      </modules>
+    </profile>
+  </profiles>
+
   <!-- 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>