aboutsummaryrefslogtreecommitdiffstats
path: root/sdnr
diff options
context:
space:
mode:
authorSingal, Kapil (ks220y) <ks220y@att.com>2020-01-06 11:47:09 -0500
committerSingal, Kapil (ks220y) <ks220y@att.com>2020-01-06 11:47:09 -0500
commitdb2c98ab8ca6e2fa5d3462ac2952a9fd58960289 (patch)
tree16410f6f80f82b4865813dc1db4e0a04f84ce907 /sdnr
parent2c4a12c3108b49169ed42eaa8bf63e35ec9ac1fa (diff)
Upgrading frontend-maven-plugin version
Upgrading version to 1.7.2 Change-Id: Id8b41bb108b5bfe5c603592bc3363e947c82b5eb Issue-ID: CCSDK-2018 Signed-off-by: Singal, Kapil (ks220y) <ks220y@att.com>
Diffstat (limited to 'sdnr')
-rw-r--r--sdnr/wt/odlux/apps/apiDemo/pom.xml2
-rw-r--r--sdnr/wt/odlux/apps/configurationApp/pom.xml2
-rw-r--r--sdnr/wt/odlux/apps/connectApp/pom.xml2
-rw-r--r--sdnr/wt/odlux/apps/demoApp/pom.xml2
-rw-r--r--sdnr/wt/odlux/apps/eventLogApp/pom.xml2
-rw-r--r--sdnr/wt/odlux/apps/faultApp/pom.xml2
-rw-r--r--sdnr/wt/odlux/apps/helpApp/pom.xml2
-rw-r--r--sdnr/wt/odlux/apps/inventoryApp/pom.xml2
-rw-r--r--sdnr/wt/odlux/apps/maintenanceApp/pom.xml2
-rw-r--r--sdnr/wt/odlux/apps/mediatorApp/pom.xml2
-rw-r--r--sdnr/wt/odlux/apps/minimumApp/pom.xml2
-rw-r--r--sdnr/wt/odlux/apps/performanceHistoryApp/pom.xml2
-rw-r--r--sdnr/wt/odlux/framework/pom.xml2
13 files changed, 13 insertions, 13 deletions
diff --git a/sdnr/wt/odlux/apps/apiDemo/pom.xml b/sdnr/wt/odlux/apps/apiDemo/pom.xml
index 960fb745b..e9fc62f84 100644
--- a/sdnr/wt/odlux/apps/apiDemo/pom.xml
+++ b/sdnr/wt/odlux/apps/apiDemo/pom.xml
@@ -113,7 +113,7 @@
<plugin>
<groupId>de.jacks-it-lab</groupId>
<artifactId>frontend-maven-plugin</artifactId>
- <version>1.7.1</version>
+ <version>1.7.2</version>
<executions>
<execution>
<id>install node and yarn</id>
diff --git a/sdnr/wt/odlux/apps/configurationApp/pom.xml b/sdnr/wt/odlux/apps/configurationApp/pom.xml
index 6abe1f07b..6a57e3bb0 100644
--- a/sdnr/wt/odlux/apps/configurationApp/pom.xml
+++ b/sdnr/wt/odlux/apps/configurationApp/pom.xml
@@ -105,7 +105,7 @@
<plugin>
<groupId>de.jacks-it-lab</groupId>
<artifactId>frontend-maven-plugin</artifactId>
- <version>1.7.1</version>
+ <version>1.7.2</version>
<executions>
<execution>
<id>install node and yarn</id>
diff --git a/sdnr/wt/odlux/apps/connectApp/pom.xml b/sdnr/wt/odlux/apps/connectApp/pom.xml
index 36a5cf8bf..e068bbfaa 100644
--- a/sdnr/wt/odlux/apps/connectApp/pom.xml
+++ b/sdnr/wt/odlux/apps/connectApp/pom.xml
@@ -105,7 +105,7 @@
<plugin>
<groupId>de.jacks-it-lab</groupId>
<artifactId>frontend-maven-plugin</artifactId>
- <version>1.7.1</version>
+ <version>1.7.2</version>
<executions>
<execution>
<id>install node and yarn</id>
diff --git a/sdnr/wt/odlux/apps/demoApp/pom.xml b/sdnr/wt/odlux/apps/demoApp/pom.xml
index 535549ae3..60709f554 100644
--- a/sdnr/wt/odlux/apps/demoApp/pom.xml
+++ b/sdnr/wt/odlux/apps/demoApp/pom.xml
@@ -105,7 +105,7 @@
<plugin>
<groupId>de.jacks-it-lab</groupId>
<artifactId>frontend-maven-plugin</artifactId>
- <version>1.7.1</version>
+ <version>1.7.2</version>
<executions>
<execution>
<id>install node and yarn</id>
diff --git a/sdnr/wt/odlux/apps/eventLogApp/pom.xml b/sdnr/wt/odlux/apps/eventLogApp/pom.xml
index ed67399ec..0cc11adaf 100644
--- a/sdnr/wt/odlux/apps/eventLogApp/pom.xml
+++ b/sdnr/wt/odlux/apps/eventLogApp/pom.xml
@@ -105,7 +105,7 @@
<plugin>
<groupId>de.jacks-it-lab</groupId>
<artifactId>frontend-maven-plugin</artifactId>
- <version>1.7.1</version>
+ <version>1.7.2</version>
<executions>
<execution>
<id>install node and yarn</id>
diff --git a/sdnr/wt/odlux/apps/faultApp/pom.xml b/sdnr/wt/odlux/apps/faultApp/pom.xml
index 1c616a40b..a47c4171a 100644
--- a/sdnr/wt/odlux/apps/faultApp/pom.xml
+++ b/sdnr/wt/odlux/apps/faultApp/pom.xml
@@ -105,7 +105,7 @@
<plugin>
<groupId>de.jacks-it-lab</groupId>
<artifactId>frontend-maven-plugin</artifactId>
- <version>1.7.1</version>
+ <version>1.7.2</version>
<executions>
<execution>
<id>install node and yarn</id>
diff --git a/sdnr/wt/odlux/apps/helpApp/pom.xml b/sdnr/wt/odlux/apps/helpApp/pom.xml
index 8f8b59a9a..1d7067936 100644
--- a/sdnr/wt/odlux/apps/helpApp/pom.xml
+++ b/sdnr/wt/odlux/apps/helpApp/pom.xml
@@ -105,7 +105,7 @@
<plugin>
<groupId>de.jacks-it-lab</groupId>
<artifactId>frontend-maven-plugin</artifactId>
- <version>1.7.1</version>
+ <version>1.7.2</version>
<executions>
<execution>
<id>install node and yarn</id>
diff --git a/sdnr/wt/odlux/apps/inventoryApp/pom.xml b/sdnr/wt/odlux/apps/inventoryApp/pom.xml
index 86c5e8381..5a5796f52 100644
--- a/sdnr/wt/odlux/apps/inventoryApp/pom.xml
+++ b/sdnr/wt/odlux/apps/inventoryApp/pom.xml
@@ -105,7 +105,7 @@
<plugin>
<groupId>de.jacks-it-lab</groupId>
<artifactId>frontend-maven-plugin</artifactId>
- <version>1.7.1</version>
+ <version>1.7.2</version>
<executions>
<execution>
<id>install node and yarn</id>
diff --git a/sdnr/wt/odlux/apps/maintenanceApp/pom.xml b/sdnr/wt/odlux/apps/maintenanceApp/pom.xml
index ccd0dbf09..618b91bf4 100644
--- a/sdnr/wt/odlux/apps/maintenanceApp/pom.xml
+++ b/sdnr/wt/odlux/apps/maintenanceApp/pom.xml
@@ -105,7 +105,7 @@
<plugin>
<groupId>de.jacks-it-lab</groupId>
<artifactId>frontend-maven-plugin</artifactId>
- <version>1.7.1</version>
+ <version>1.7.2</version>
<executions>
<execution>
<id>install node and yarn</id>
diff --git a/sdnr/wt/odlux/apps/mediatorApp/pom.xml b/sdnr/wt/odlux/apps/mediatorApp/pom.xml
index 80fdbf569..326e140bb 100644
--- a/sdnr/wt/odlux/apps/mediatorApp/pom.xml
+++ b/sdnr/wt/odlux/apps/mediatorApp/pom.xml
@@ -105,7 +105,7 @@
<plugin>
<groupId>de.jacks-it-lab</groupId>
<artifactId>frontend-maven-plugin</artifactId>
- <version>1.7.1</version>
+ <version>1.7.2</version>
<executions>
<execution>
<id>install node and yarn</id>
diff --git a/sdnr/wt/odlux/apps/minimumApp/pom.xml b/sdnr/wt/odlux/apps/minimumApp/pom.xml
index 51a8f0a6b..63a312624 100644
--- a/sdnr/wt/odlux/apps/minimumApp/pom.xml
+++ b/sdnr/wt/odlux/apps/minimumApp/pom.xml
@@ -105,7 +105,7 @@
<plugin>
<groupId>de.jacks-it-lab</groupId>
<artifactId>frontend-maven-plugin</artifactId>
- <version>1.7.1</version>
+ <version>1.7.2</version>
<executions>
<execution>
<id>install node and yarn</id>
diff --git a/sdnr/wt/odlux/apps/performanceHistoryApp/pom.xml b/sdnr/wt/odlux/apps/performanceHistoryApp/pom.xml
index 4fc302f05..20c4a0d58 100644
--- a/sdnr/wt/odlux/apps/performanceHistoryApp/pom.xml
+++ b/sdnr/wt/odlux/apps/performanceHistoryApp/pom.xml
@@ -105,7 +105,7 @@
<plugin>
<groupId>de.jacks-it-lab</groupId>
<artifactId>frontend-maven-plugin</artifactId>
- <version>1.7.1</version>
+ <version>1.7.2</version>
<executions>
<execution>
<id>install node and yarn</id>
diff --git a/sdnr/wt/odlux/framework/pom.xml b/sdnr/wt/odlux/framework/pom.xml
index 210727c53..94564e2d1 100644
--- a/sdnr/wt/odlux/framework/pom.xml
+++ b/sdnr/wt/odlux/framework/pom.xml
@@ -68,7 +68,7 @@
<plugin>
<groupId>de.jacks-it-lab</groupId>
<artifactId>frontend-maven-plugin</artifactId>
- <version>1.7.1</version>
+ <version>1.7.2</version>
<executions>
<execution>
<id>install node and yarn</id>