Bug 7826: Data validation failed for path
[genius.git] / mdsalutil / pom.xml
index 6b2aa887bb99fa129e7491e2f493dd8d567e7191..606c089db6fc14b775664384012cd522b521e1ae 100644 (file)
@@ -11,14 +11,16 @@ 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.7.0-SNAPSHOT</version>
+    <version>1.9.0-SNAPSHOT</version>
     <relativePath/>
   </parent>
 
   <groupId>org.opendaylight.genius</groupId>
   <artifactId>mdsalutil-aggregator</artifactId>
-  <version>0.1.0-SNAPSHOT</version>
-  <name>mdsalutil</name>
+  <version>0.3.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>
   <packaging>pom</packaging>
   <modelVersion>4.0.0</modelVersion>
   <prerequisites>
@@ -27,6 +29,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html INTERNAL
   <modules>
     <module>mdsalutil-api</module>
     <module>mdsalutil-impl</module>
+    <module>mdsalutil-testutils</module>
   </modules>
   <!-- DO NOT install or deploy the repo root pom as it's only needed to initiate a build -->
   <build>