diff options
author | Avi Gaffa <avi.gaffa@amdocs.com> | 2017-09-03 15:05:36 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2017-09-03 15:05:36 +0000 |
commit | 4f479dc83fcf18cdec63ac1d12d1fdaf3a7b6fc6 (patch) | |
tree | a0b8805371f3cf8cbce90638eea1726bc4ab1451 /openecomp-ui | |
parent | eb0fecca5af716c37f74bf06f0c72f0ec588c662 (diff) | |
parent | fad94e44d4304e02013c4e36f4b8d0f3d534dc3f (diff) |
Merge "Fixed Maven warnings"
Diffstat (limited to 'openecomp-ui')
-rw-r--r-- | openecomp-ui/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/openecomp-ui/pom.xml b/openecomp-ui/pom.xml index 0e98b7c9c3..026f129b93 100644 --- a/openecomp-ui/pom.xml +++ b/openecomp-ui/pom.xml @@ -111,7 +111,7 @@ <goal>npm</goal> </goals> <configuration> - <arguments>run build -- --version=${version}</arguments> + <arguments>run build -- --version=${project.version}</arguments> </configuration> </execution> </executions> |