diff options
Diffstat (limited to 'dgbuilder/pom.xml')
-rw-r--r-- | dgbuilder/pom.xml | 15 |
1 files changed, 7 insertions, 8 deletions
diff --git a/dgbuilder/pom.xml b/dgbuilder/pom.xml index 6c4f7587..abd18531 100644 --- a/dgbuilder/pom.xml +++ b/dgbuilder/pom.xml @@ -5,7 +5,7 @@ <parent> <groupId>org.openecomp.sdnc.oam</groupId> <artifactId>sdnc-oam</artifactId> - <version>1.1.0-SNAPSHOT</version> + <version>1.1.1-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> @@ -13,7 +13,7 @@ <groupId>org.openecomp.sdnc.oam</groupId> <artifactId>dgbuilder</artifactId> - <version>1.1.0-SNAPSHOT</version> + <version>1.1.1-SNAPSHOT</version> <name>Directed Graph Builder</name> <description>Directed Graph Builder</description> @@ -81,7 +81,6 @@ <descriptors> <descriptor>src/assembly/assemble_zip.xml</descriptor> </descriptors> - <appendAssemblyId>false</appendAssemblyId> </configuration> </execution> </executions> @@ -117,11 +116,11 @@ <execution> <phase>generate-sources</phase> <configuration> - <workingDirectory>"${project.basedir}"</workingDirectory> - <executable>build_pom_for_yang_compile</executable> - <arguments> - <argument>"${project.parent.version}"</argument> - </arguments> + <tasks> + <exec executable="${project.basedir}/build_pom_for_yang_compile"> + <arg value="${project.parent.version}"/> + </exec> + </tasks> </configuration> <goals> <goal>run</goal> |