Bump versions by x.(y+1).z for next dev cycle
[nemo.git] / nemo-api / pom.xml
index bf1127ea592726948e265feac54bac626e9f6070..0ac41c6b4385e34c9d2a74ade48050ae89ba1608 100644 (file)
@@ -12,15 +12,17 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
   <parent>
     <groupId>org.opendaylight.mdsal</groupId>
     <artifactId>binding-parent</artifactId>
-    <version>0.9.0-SNAPSHOT</version>
+    <version>0.13.0-SNAPSHOT</version>
     <relativePath />
   </parent>
 
   <groupId>org.opendaylight.nemo</groupId>
   <artifactId>nemo-api</artifactId>
-  <version>1.1.0-SNAPSHOT</version>
+  <version>1.5.0-SNAPSHOT</version>
   <packaging>bundle</packaging>
-  <name>${project.artifactId}</name>
+  <!-- <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 :: nemo :: ${project.artifactId}</name>
 
   <build>
     <plugins>
@@ -37,7 +39,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
               <codeGenerators>
                 <generator>
                   <codeGeneratorClass>
-                    org.opendaylight.yangtools.maven.sal.api.gen.plugin.CodeGeneratorImpl
+                    org.opendaylight.mdsal.binding.maven.api.gen.plugin.CodeGeneratorImpl
                   </codeGeneratorClass>
                   <outputBaseDir>
                     ${salGeneratorPath}
@@ -52,7 +54,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
           <dependency>
             <groupId>org.opendaylight.mdsal</groupId>
             <artifactId>maven-sal-api-gen-plugin</artifactId>
-            <version>${yangtools.version}</version>
+            <version>0.13.0-SNAPSHOT</version>
             <type>jar</type>
           </dependency>
         </dependencies>
@@ -66,4 +68,4 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
     <url>https://wiki.opendaylight.org/view/NEMO:Main</url>
     <tag>HEAD</tag>
   </scm>
-</project>
\ No newline at end of file
+</project>