aboutsummaryrefslogtreecommitdiffstats
path: root/sdnr/wt/odlux/apps/apiDemo/pom.xml
diff options
context:
space:
mode:
authorHerbert Eiselt <herbert.eiselt@highstreet-technologies.com>2019-03-19 15:12:28 +0100
committerHerbert Eiselt <herbert.eiselt@highstreet-technologies.com>2019-03-19 15:12:56 +0100
commitf82df6ff218369cd35355ce3df0519946043f02e (patch)
treebf352a7f1929377d99405623560610a742ad2ad0 /sdnr/wt/odlux/apps/apiDemo/pom.xml
parent68b0ec5c284683fd0281f3a915596805cd76f158 (diff)
Use releaseVersion for plugin0.4.1
Use releaseVersion for odlux frontend-maven-plugin Change-Id: I6207ee89e4b3a0ca275a2e521e06da2d92359da6 Issue-ID: SDNC-705 Signed-off-by: Herbert Eiselt <herbert.eiselt@highstreet-technologies.com>
Diffstat (limited to 'sdnr/wt/odlux/apps/apiDemo/pom.xml')
-rw-r--r--sdnr/wt/odlux/apps/apiDemo/pom.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/sdnr/wt/odlux/apps/apiDemo/pom.xml b/sdnr/wt/odlux/apps/apiDemo/pom.xml
index e1066dac8..df9f6ddc7 100644
--- a/sdnr/wt/odlux/apps/apiDemo/pom.xml
+++ b/sdnr/wt/odlux/apps/apiDemo/pom.xml
@@ -95,9 +95,9 @@
</executions>
</plugin>
<plugin>
- <groupId>com.github.eirslett</groupId>
+ <groupId>de.jacksitlab</groupId>
<artifactId>frontend-maven-plugin</artifactId>
- <version>1.8.1-SNAPSHOT</version>
+ <version>1.7.1</version>
<executions>
<execution>
<id>install node and yarn</id>