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>
diff --git a/sdnr/wt/odlux/apps/demoApp/pom.xml b/sdnr/wt/odlux/apps/demoApp/pom.xml
index eed078d..1c7a121 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>