Bump patch version
[sdnc/oam.git] / dgbuilder / pom.xml
index 5eb8e72..ff69d4b 100644 (file)
@@ -3,17 +3,17 @@
        xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
 
        <parent>
-               <groupId>org.openecomp.sdnc.oam</groupId>
+               <groupId>org.onap.sdnc.oam</groupId>
                <artifactId>sdnc-oam</artifactId>
-               <version>1.1.0-SNAPSHOT</version>
+               <version>1.2.2-SNAPSHOT</version>
        </parent>
 
        <modelVersion>4.0.0</modelVersion>
        <packaging>pom</packaging>
-       <groupId>org.openecomp.sdnc.oam</groupId>
+       <groupId>org.onap.sdnc.oam</groupId>
        <artifactId>dgbuilder</artifactId>
 
-       <version>1.1.0-SNAPSHOT</version>
+       <version>1.2.2-SNAPSHOT</version>
 
        <name>Directed Graph Builder</name>
        <description>Directed Graph Builder</description>
@@ -29,7 +29,7 @@
 
        <dependencies>
                <dependency>
-                       <groupId>org.openecomp.sdnc.core</groupId>
+                       <groupId>org.onap.ccsdk.sli.core</groupId>
                        <artifactId>sli-common</artifactId>
                        <version>${sdnctl.sli.version}</version>
                </dependency>
@@ -68,6 +68,7 @@
                <plugins>
                        <plugin>
                                <artifactId>maven-assembly-plugin</artifactId>
+                               <version>2.6</version>
                                <executions>
                                        <execution>
                                                <id>create-zip</id>
@@ -81,6 +82,7 @@
                                                        <descriptors>
                                                                <descriptor>src/assembly/assemble_zip.xml</descriptor>
                                                        </descriptors>
+                                                       <appendAssemblyId>false</appendAssemblyId>
                                                </configuration>
                                        </execution>
                                </executions>
                                        </execution>
                                </executions>
                        </plugin>
+                       <plugin>
+                               <groupId>org.apache.maven.plugins</groupId>
+                               <artifactId>maven-antrun-plugin</artifactId>
+                               <executions>
+                                       <execution>
+                                       <phase>generate-sources</phase>
+                                       <configuration>
+                                       <tasks>
+                                               <exec executable="${project.basedir}/build_pom_for_yang_compile">
+                                                       <arg value="${project.parent.version}"/>
+                                               </exec>
+                                       </tasks>
+                                       </configuration>
+                                       <goals>
+                                               <goal>run</goal>
+                               </goals>
+                               </execution>
+                       </executions>
+                       </plugin>
                </plugins>
        </build>