Bump honeycomb version to 1.17.10-RC1
[honeycomb.git] / common / api-parent / pom.xml
index ed08aee..c533e74 100644 (file)
   <parent>
     <groupId>io.fd.honeycomb.common</groupId>
     <artifactId>honeycomb-parent</artifactId>
-    <version>1.17.04-SNAPSHOT</version>
+    <version>1.17.10-RC1</version>
     <relativePath>../honeycomb-parent</relativePath>
   </parent>
 
   <modelVersion>4.0.0</modelVersion>
   <artifactId>api-parent</artifactId>
   <name>${project.artifactId}</name>
-  <version>1.17.04-SNAPSHOT</version>
+  <version>1.17.10-RC1</version>
   <packaging>pom</packaging>
 
   <build>
@@ -40,7 +40,7 @@
             <dependency>
               <groupId>org.opendaylight.mdsal</groupId>
               <artifactId>maven-sal-api-gen-plugin</artifactId>
-              <version>0.9.2-Boron-SR2</version>
+              <version>${salGenerator.version}</version>
               <type>jar</type>
             </dependency>
           </dependencies>
@@ -53,7 +53,7 @@
               <configuration>
                 <codeGenerators>
                   <generator>
-                    <codeGeneratorClass>org.opendaylight.yangtools.maven.sal.api.gen.plugin.CodeGeneratorImpl</codeGeneratorClass>
+                    <codeGeneratorClass>org.opendaylight.mdsal.binding.maven.api.gen.plugin.CodeGeneratorImpl</codeGeneratorClass>
                     <outputBaseDir>${salGeneratorPath}</outputBaseDir>
                   </generator>
                 </codeGenerators>