Bump upstreams
[serviceutils.git] / tools / pom.xml
index b08164d0a021d355ad36edf184c3e321ab11ed7e..6792a6735ed09119ec200ed0531945d406c82538 100644 (file)
@@ -12,20 +12,22 @@ 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>12.0.2</version>
     <relativePath/>
   </parent>
 
-  <groupId>org.opendaylight.genius</groupId>
+  <groupId>org.opendaylight.serviceutils</groupId>
   <artifactId>tools-aggregator</artifactId>
-  <version>0.5.0-SNAPSHOT</version>
+  <version>0.11.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>
+  <name>ODL :: serviceutils :: ${project.artifactId}</name>
   <packaging>pom</packaging>
 
   <modules>
     <module>api</module>
+    <module>listener-api</module>
+    <module>rpc-api</module>
     <module>testutils</module>
   </modules>