diff options
author | Herbert Eiselt <herbert.eiselt@highstreet-technologies.com> | 2019-02-27 19:47:33 +0100 |
---|---|---|
committer | Herbert Eiselt <herbert.eiselt@highstreet-technologies.com> | 2019-02-27 19:48:14 +0100 |
commit | 49b155ec687cdf58fb51fe8245a2f5f4582b68f0 (patch) | |
tree | fb6d78658fb865bcbeb0c3358d64ffe06ebbf2dd /sdnr/wt/odlux/apps/demoApp/pom.xml | |
parent | 9fbb2c4ed57dbdf9137bbd62f9925e177f940dd3 (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/demoApp/pom.xml')
-rw-r--r-- | sdnr/wt/odlux/apps/demoApp/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
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> |