Bump MRI upstreams
[serviceutils.git] / pom.xml
diff --git a/pom.xml b/pom.xml
index 5d2b7df8ea62f0e3661fa45c5a9a02b74e7f2776..8af243cd2bff8077fe0a9f26f1b6a2edee2e3a0b 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,23 +12,45 @@ 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.0.2</version>
+    <version>9.0.2</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.8.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>srm</module>
+    <module>upgrade</module>
   </modules>
 
+  <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>