aboutsummaryrefslogtreecommitdiffstats
path: root/openecomp-be
diff options
context:
space:
mode:
authorvasraz <vasyl.razinkov@est.tech>2022-01-05 13:13:06 +0000
committerVasyl Razinkov <vasyl.razinkov@est.tech>2022-01-05 13:15:14 +0000
commitaa6fa62c587c5e3ca30dbaf880dd898ac8a094da (patch)
treeb84797c71018c2bad279efcaea59a54121f113b5 /openecomp-be
parenta811119a9c380bf01f482f08828a9a4b7a8dff6e (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')
-rw-r--r--openecomp-be/api/openecomp-sdc-rest-webapp/notifications-fe/pom.xml1
-rw-r--r--openecomp-be/api/openecomp-sdc-rest-webapp/onboarding-rest-war/pom.xml1
-rw-r--r--openecomp-be/backend/openecomp-sdc-healthcheck-manager/pom.xml1
-rw-r--r--openecomp-be/pom.xml1
-rw-r--r--openecomp-be/tools/swagger-ui/pom.xml1
-rw-r--r--openecomp-be/tools/zusammen-tools/pom.xml1
6 files changed, 0 insertions, 6 deletions
diff --git a/openecomp-be/api/openecomp-sdc-rest-webapp/notifications-fe/pom.xml b/openecomp-be/api/openecomp-sdc-rest-webapp/notifications-fe/pom.xml
index 76185540c6..00188e2266 100644
--- a/openecomp-be/api/openecomp-sdc-rest-webapp/notifications-fe/pom.xml
+++ b/openecomp-be/api/openecomp-sdc-rest-webapp/notifications-fe/pom.xml
@@ -215,7 +215,6 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-war-plugin</artifactId>
- <version>3.0.0</version>
<configuration>
<packagingExcludes>WEB-INF/lib/togglz*.jar</packagingExcludes>
</configuration>
diff --git a/openecomp-be/api/openecomp-sdc-rest-webapp/onboarding-rest-war/pom.xml b/openecomp-be/api/openecomp-sdc-rest-webapp/onboarding-rest-war/pom.xml
index 5ba0c4b05a..59bf8b0359 100644
--- a/openecomp-be/api/openecomp-sdc-rest-webapp/onboarding-rest-war/pom.xml
+++ b/openecomp-be/api/openecomp-sdc-rest-webapp/onboarding-rest-war/pom.xml
@@ -263,7 +263,6 @@
<plugins>
<plugin>
<artifactId>maven-war-plugin</artifactId>
- <version>${mvn.war.version}</version>
<configuration>
<webResources>
<resource>
diff --git a/openecomp-be/backend/openecomp-sdc-healthcheck-manager/pom.xml b/openecomp-be/backend/openecomp-sdc-healthcheck-manager/pom.xml
index b005b224b1..2c738eb149 100644
--- a/openecomp-be/backend/openecomp-sdc-healthcheck-manager/pom.xml
+++ b/openecomp-be/backend/openecomp-sdc-healthcheck-manager/pom.xml
@@ -62,7 +62,6 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-jar-plugin</artifactId>
- <version>${mvn.jar.version}</version>
<configuration>
<archive>
<manifest>
diff --git a/openecomp-be/pom.xml b/openecomp-be/pom.xml
index 640e1b232e..bf22789e09 100644
--- a/openecomp-be/pom.xml
+++ b/openecomp-be/pom.xml
@@ -76,7 +76,6 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-jar-plugin</artifactId>
- <version>${mvn.jar.version}</version>
</plugin>
</plugins>
</build>
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>