Remove MockReplicatedLogEntry
[controller.git] / benchmark / pom.xml
index 53d14c1bc013c2de743febfd2e6b0259939fe139..13cb90023742fd9ea27deff05d12eff516572591 100644 (file)
@@ -9,12 +9,12 @@ and is available at http://www.eclipse.org/legal/epl-v10.html INTERNAL
   <parent>
     <groupId>org.opendaylight.odlparent</groupId>
     <artifactId>odlparent-lite</artifactId>
-    <version>1.6.0-SNAPSHOT</version>
+    <version>1.8.0-SNAPSHOT</version>
     <relativePath/>
   </parent>
   <groupId>org.opendaylight.controller</groupId>
   <artifactId>benchmark-aggregator</artifactId>
-  <version>1.1.0-SNAPSHOT</version>
+  <version>1.3.0-SNAPSHOT</version>
   <name>${project.artifactId}</name>
   <packaging>pom</packaging>
   <modelVersion>4.0.0</modelVersion>
@@ -24,6 +24,8 @@ and is available at http://www.eclipse.org/legal/epl-v10.html INTERNAL
   <modules>
     <module>api</module>
     <module>dsbenchmark</module>
+    <module>ntfbenchmark</module>
+    <module>rpcbenchmark</module>
     <module>artifacts</module>
   </modules>
 </project>