Bump versions by x.y.(z+1)
[controller.git] / opendaylight / md-sal / benchmark-data-store / pom.xml
index 8f704a9c6b8a76722d64410d93d9cd040c16e2dc..054b2cf303a42a07d57a1064f1b32d34d2cd66f8 100644 (file)
@@ -6,17 +6,20 @@ This program and the accompanying materials are made available under the
 terms of the Eclipse Public License v1.0 which accompanies this distribution,
 and is available at http://www.eclipse.org/legal/epl-v10.html
 -->
-<project xmlns="http://maven.apache.org/POM/4.0.0"
-         xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-         xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+  xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+  <modelVersion>4.0.0</modelVersion>
   <parent>
-    <artifactId>sal-parent</artifactId>
     <groupId>org.opendaylight.controller</groupId>
-    <version>1.5.0-SNAPSHOT</version>
+    <artifactId>mdsal-parent</artifactId>
+    <version>1.8.2-SNAPSHOT</version>
+    <relativePath>../parent</relativePath>
   </parent>
-  <modelVersion>4.0.0</modelVersion>
 
+  <groupId>org.opendaylight.controller</groupId>
   <artifactId>benchmark-data-store</artifactId>
+  <version>1.8.2-SNAPSHOT</version>
+  <packaging>jar</packaging>
 
   <dependencies>
     <dependency>
@@ -26,12 +29,12 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
     <dependency>
       <groupId>org.openjdk.jmh</groupId>
       <artifactId>jmh-core</artifactId>
-      <version>1.17.3</version>
+      <version>1.17.5</version>
     </dependency>
     <dependency>
       <groupId>org.openjdk.jmh</groupId>
       <artifactId>jmh-generator-annprocess</artifactId>
-      <version>1.17.3</version>
+      <version>1.17.5</version>
     </dependency>
     <dependency>
       <groupId>org.opendaylight.controller</groupId>
@@ -58,7 +61,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
           <executable>java</executable>
           <arguments>
             <argument>-classpath</argument>
-            <classpath/>
+            <classpath />
             <argument>org.openjdk.jmh.Main</argument>
             <argument>.*</argument>
           </arguments>