diff options
author | vasraz <vasyl.razinkov@est.tech> | 2022-01-05 13:13:06 +0000 |
---|---|---|
committer | Vasyl Razinkov <vasyl.razinkov@est.tech> | 2022-01-05 13:15:14 +0000 |
commit | aa6fa62c587c5e3ca30dbaf880dd898ac8a094da (patch) | |
tree | b84797c71018c2bad279efcaea59a54121f113b5 /openecomp-be/tools | |
parent | a811119a9c380bf01f482f08828a9a4b7a8dff6e (diff) |
Make configurable UI version
Signed-off-by: Vasyl Razinkov <vasyl.razinkov@est.tech>
Change-Id: I410eaaf40106d869a8d50bdd547031430f4f1693
Issue-ID: SDC-3824
Diffstat (limited to 'openecomp-be/tools')
-rw-r--r-- | openecomp-be/tools/swagger-ui/pom.xml | 1 | ||||
-rw-r--r-- | openecomp-be/tools/zusammen-tools/pom.xml | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/openecomp-be/tools/swagger-ui/pom.xml b/openecomp-be/tools/swagger-ui/pom.xml index 777a1cc0c7..7a059a2917 100644 --- a/openecomp-be/tools/swagger-ui/pom.xml +++ b/openecomp-be/tools/swagger-ui/pom.xml @@ -56,7 +56,6 @@ <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-jar-plugin</artifactId> - <version>${mvn.jar.version}</version> <executions> <execution> <id>default-jar</id> diff --git a/openecomp-be/tools/zusammen-tools/pom.xml b/openecomp-be/tools/zusammen-tools/pom.xml index 07fcc74003..17053feb45 100644 --- a/openecomp-be/tools/zusammen-tools/pom.xml +++ b/openecomp-be/tools/zusammen-tools/pom.xml @@ -172,7 +172,6 @@ <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-jar-plugin</artifactId> - <version>2.4</version> <configuration> <outputDirectory>${project.build.directory}/lib</outputDirectory> </configuration> |