summaryrefslogtreecommitdiffstats
path: root/sdnr/wt/odlux/apps
diff options
context:
space:
mode:
authorHerbert Eiselt <herbert.eiselt@highstreet-technologies.com>2019-02-27 19:47:33 +0100
committerHerbert Eiselt <herbert.eiselt@highstreet-technologies.com>2019-02-27 19:48:14 +0100
commit49b155ec687cdf58fb51fe8245a2f5f4582b68f0 (patch)
treefb6d78658fb865bcbeb0c3358d64ffe06ebbf2dd /sdnr/wt/odlux/apps
parent9fbb2c4ed57dbdf9137bbd62f9925e177f940dd3 (diff)
Fix jenkins build problem
Fix build problem in pom with new version of related plugin. Change-Id: I4f6e5d73f8aa42c970bb4bb65cc7d41e12e4214a Issue-ID: SDNC-673 Signed-off-by: Herbert Eiselt <herbert.eiselt@highstreet-technologies.com>
Diffstat (limited to 'sdnr/wt/odlux/apps')
-rw-r--r--sdnr/wt/odlux/apps/apiDemo/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/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/mediatorApp/pom.xml2
-rw-r--r--sdnr/wt/odlux/apps/minimumApp/pom.xml2
8 files changed, 8 insertions, 8 deletions
diff --git a/sdnr/wt/odlux/apps/apiDemo/pom.xml b/sdnr/wt/odlux/apps/apiDemo/pom.xml
index ffa83b70d..797c3166c 100644
--- a/sdnr/wt/odlux/apps/apiDemo/pom.xml
+++ b/sdnr/wt/odlux/apps/apiDemo/pom.xml
@@ -46,7 +46,7 @@
<plugin>
<groupId>com.github.eirslett</groupId>
<artifactId>frontend-maven-plugin</artifactId>
- <version>1.8-SNAPSHOT</version>
+ <version>1.8.1-SNAPSHOT</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 b1cabdb5e..d5216ca5f 100644
--- a/sdnr/wt/odlux/apps/connectApp/pom.xml
+++ b/sdnr/wt/odlux/apps/connectApp/pom.xml
@@ -46,7 +46,7 @@
<plugin>
<groupId>com.github.eirslett</groupId>
<artifactId>frontend-maven-plugin</artifactId>
- <version>1.8-SNAPSHOT</version>
+ <version>1.8.1-SNAPSHOT</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 eed078d4f..1c7a121b0 100644
--- a/sdnr/wt/odlux/apps/demoApp/pom.xml
+++ b/sdnr/wt/odlux/apps/demoApp/pom.xml
@@ -46,7 +46,7 @@
<plugin>
<groupId>com.github.eirslett</groupId>
<artifactId>frontend-maven-plugin</artifactId>
- <version>1.8-SNAPSHOT</version>
+ <version>1.8.1-SNAPSHOT</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 bdb98a6c3..dc5485a1b 100644
--- a/sdnr/wt/odlux/apps/faultApp/pom.xml
+++ b/sdnr/wt/odlux/apps/faultApp/pom.xml
@@ -47,7 +47,7 @@
<plugin>
<groupId>com.github.eirslett</groupId>
<artifactId>frontend-maven-plugin</artifactId>
- <version>1.8-SNAPSHOT</version>
+ <version>1.8.1-SNAPSHOT</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 439e05a4c..1c1b99c87 100644
--- a/sdnr/wt/odlux/apps/helpApp/pom.xml
+++ b/sdnr/wt/odlux/apps/helpApp/pom.xml
@@ -46,7 +46,7 @@
<plugin>
<groupId>com.github.eirslett</groupId>
<artifactId>frontend-maven-plugin</artifactId>
- <version>1.8-SNAPSHOT</version>
+ <version>1.8.1-SNAPSHOT</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 8a3b35d62..cbc2f6376 100644
--- a/sdnr/wt/odlux/apps/inventoryApp/pom.xml
+++ b/sdnr/wt/odlux/apps/inventoryApp/pom.xml
@@ -46,7 +46,7 @@
<plugin>
<groupId>com.github.eirslett</groupId>
<artifactId>frontend-maven-plugin</artifactId>
- <version>1.8-SNAPSHOT</version>
+ <version>1.8.1-SNAPSHOT</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 14bd084c1..8bec6d536 100644
--- a/sdnr/wt/odlux/apps/mediatorApp/pom.xml
+++ b/sdnr/wt/odlux/apps/mediatorApp/pom.xml
@@ -47,7 +47,7 @@
<plugin>
<groupId>com.github.eirslett</groupId>
<artifactId>frontend-maven-plugin</artifactId>
- <version>1.8-SNAPSHOT</version>
+ <version>1.8.1-SNAPSHOT</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 e65d842b6..f5ceb9d1c 100644
--- a/sdnr/wt/odlux/apps/minimumApp/pom.xml
+++ b/sdnr/wt/odlux/apps/minimumApp/pom.xml
@@ -46,7 +46,7 @@
<plugin>
<groupId>com.github.eirslett</groupId>
<artifactId>frontend-maven-plugin</artifactId>
- <version>1.8-SNAPSHOT</version>
+ <version>1.8.1-SNAPSHOT</version>
<executions>
<execution>
<id>install node and yarn</id>