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 /common-be/pom.xml | |
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 'common-be/pom.xml')
-rw-r--r-- | common-be/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common-be/pom.xml b/common-be/pom.xml index dc8509f8d4..97870a717b 100644 --- a/common-be/pom.xml +++ b/common-be/pom.xml @@ -210,8 +210,8 @@ <build> <plugins> <plugin> + <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-jar-plugin</artifactId> - <version>${maven-jar-plugin.version}</version> <executions> <execution> <id>default-jar</id> |