Release version 2.1.1 and roll versions
[sdnc/northbound.git] / generic-resource-api / model / swagger / pom.xml
index 52df4b7..65361d8 100644 (file)
@@ -5,12 +5,12 @@
     <parent>
         <groupId>org.onap.ccsdk.parent</groupId>
         <artifactId>oparent</artifactId>
-        <version>2.0.1-SNAPSHOT</version>
+        <version>2.1.1</version>
     </parent>
 
     <groupId>org.onap.sdnc.northbound</groupId>
     <artifactId>generic-resource-api-model-swagger</artifactId>
-    <version>2.0.1-SNAPSHOT</version>
+    <version>2.1.2-SNAPSHOT</version>
     <packaging>jar</packaging>
 
     <name>sdnc-northbound :: generic-resource-api:: ${project.artifactId}</name>
                     </execution>
                 </executions>
             </plugin>
+            <plugin>
+                <groupId>org.codehaus.mojo</groupId>
+                <artifactId>exec-maven-plugin</artifactId>
+                <version>1.2.1</version>
+                <executions>
+                    <execution>
+                        <configuration>
+                            <executable>sh</executable>
+                            <arguments>
+                                <argument>${basedir}/fixModuleUri.sh</argument>
+                                <argument>GENERIC-RESOURCE-API</argument>
+                                <argument>src/main/yaml/generic-resource.yaml</argument>
+                            </arguments>
+                        </configuration>
+                        <id>fix-swagger-yaml</id>
+                        <phase>generate-resources</phase>
+                        <goals>
+                            <goal>exec</goal>
+                        </goals>
+                    </execution>
+                </executions>
+            </plugin>
             <plugin>
                 <groupId>org.apache.maven.plugins</groupId>
                 <artifactId>maven-source-plugin</artifactId>