Bump versions by x.y.(z+1)
[serviceutils.git] / pom.xml
diff --git a/pom.xml b/pom.xml
index 36f7983fe970ad2c0bcaf5f835b4b306fa3beadb..dac6ff80e9791f589fec3e50308d6fa93b7ac427 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!--
-Copyright (c) 2017 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,24 +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.1.0</version>
+    <version>3.1.7</version>
     <relativePath/>
   </parent>
 
-  <groupId>org.opendaylight.genius</groupId>
-  <artifactId>srm-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.2.4-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>impl</module>
-    <module>shell</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>