Roll to next version
[sdnc/northbound.git] / generic-resource-api / model / pom.xml
index 9b8b3fe..431b5f1 100644 (file)
@@ -5,10 +5,10 @@
        <parent>
                <groupId>org.onap.sdnc.northbound</groupId>
                <artifactId>generic-resource-api</artifactId>
-               <version>1.2.0-SNAPSHOT</version>
+               <version>1.2.2-SNAPSHOT</version>
        </parent>
 
-       <artifactId>generic-resource-api.model</artifactId>
+       <artifactId>generic-resource-api-model</artifactId>
        <packaging>bundle</packaging>
 
        <dependencies>
                                                <version>${odl.sal.api.gen.plugin.version}</version>
                                                <type>jar</type>
                                        </dependency>
+                                       <dependency>
+                                               <groupId>org.opendaylight.netconf</groupId>
+                                               <artifactId>sal-rest-docgen-maven</artifactId>
+                                               <version>${odl.restconf.version}</version>
+                                               <type>jar</type>
+                                       </dependency>
                                </dependencies>
                                <executions>
                                        <execution>
                                                                        <codeGeneratorClass>org.opendaylight.mdsal.binding.maven.api.gen.plugin.CodeGeneratorImpl</codeGeneratorClass>
                                                                        <outputBaseDir>${salGeneratorPath}</outputBaseDir>
                                                                </generator>
+                                                               <generator>
+                                                                       <codeGeneratorClass>org.opendaylight.netconf.sal.rest.doc.maven.StaticDocGenerator</codeGeneratorClass>
+                                                                       <outputBaseDir>target/swagger</outputBaseDir>
+                                                               </generator>
                                                        </codeGenerators>
                                                        <inspectDependencies>true</inspectDependencies>
                                                </configuration>