Use releaseVersion for plugin
Use releaseVersion for odlux frontend-maven-plugin
Change-Id: I6207ee89e4b3a0ca275a2e521e06da2d92359da6
Issue-ID: SDNC-705
Signed-off-by: Herbert Eiselt <herbert.eiselt@highstreet-technologies.com>
diff --git a/sdnr/wt/odlux/apps/apiDemo/pom.xml b/sdnr/wt/odlux/apps/apiDemo/pom.xml
index e1066da..df9f6dd 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>
diff --git a/sdnr/wt/odlux/apps/connectApp/pom.xml b/sdnr/wt/odlux/apps/connectApp/pom.xml
index 4a3797a..2c6dfc9 100644
--- a/sdnr/wt/odlux/apps/connectApp/pom.xml
+++ b/sdnr/wt/odlux/apps/connectApp/pom.xml
@@ -87,9 +87,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>
diff --git a/sdnr/wt/odlux/apps/demoApp/pom.xml b/sdnr/wt/odlux/apps/demoApp/pom.xml
index ede1de8..c64c5ad 100644
--- a/sdnr/wt/odlux/apps/demoApp/pom.xml
+++ b/sdnr/wt/odlux/apps/demoApp/pom.xml
@@ -87,9 +87,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>
diff --git a/sdnr/wt/odlux/apps/faultApp/pom.xml b/sdnr/wt/odlux/apps/faultApp/pom.xml
index 13091f1..8eb6a96 100644
--- a/sdnr/wt/odlux/apps/faultApp/pom.xml
+++ b/sdnr/wt/odlux/apps/faultApp/pom.xml
@@ -88,9 +88,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>
diff --git a/sdnr/wt/odlux/apps/helpApp/pom.xml b/sdnr/wt/odlux/apps/helpApp/pom.xml
index b90491c..cf71662 100644
--- a/sdnr/wt/odlux/apps/helpApp/pom.xml
+++ b/sdnr/wt/odlux/apps/helpApp/pom.xml
@@ -87,9 +87,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>
diff --git a/sdnr/wt/odlux/apps/inventoryApp/pom.xml b/sdnr/wt/odlux/apps/inventoryApp/pom.xml
index 76eabbd..f7a141a 100644
--- a/sdnr/wt/odlux/apps/inventoryApp/pom.xml
+++ b/sdnr/wt/odlux/apps/inventoryApp/pom.xml
@@ -87,9 +87,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>
diff --git a/sdnr/wt/odlux/apps/maintenanceApp/pom.xml b/sdnr/wt/odlux/apps/maintenanceApp/pom.xml
index 94bac6d..0316a7c 100644
--- a/sdnr/wt/odlux/apps/maintenanceApp/pom.xml
+++ b/sdnr/wt/odlux/apps/maintenanceApp/pom.xml
@@ -87,9 +87,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>
diff --git a/sdnr/wt/odlux/apps/mediatorApp/pom.xml b/sdnr/wt/odlux/apps/mediatorApp/pom.xml
index f5ee0fb..985f006 100644
--- a/sdnr/wt/odlux/apps/mediatorApp/pom.xml
+++ b/sdnr/wt/odlux/apps/mediatorApp/pom.xml
@@ -88,9 +88,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>
diff --git a/sdnr/wt/odlux/apps/minimumApp/pom.xml b/sdnr/wt/odlux/apps/minimumApp/pom.xml
index 9e47994..9275216 100644
--- a/sdnr/wt/odlux/apps/minimumApp/pom.xml
+++ b/sdnr/wt/odlux/apps/minimumApp/pom.xml
@@ -87,9 +87,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>
diff --git a/sdnr/wt/odlux/framework/pom.xml b/sdnr/wt/odlux/framework/pom.xml
index 942637f..d778304 100644
--- a/sdnr/wt/odlux/framework/pom.xml
+++ b/sdnr/wt/odlux/framework/pom.xml
@@ -51,9 +51,9 @@
</configuration>
</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>
diff --git a/sdnr/wt/pom.xml b/sdnr/wt/pom.xml
index f442284..74a837d 100644
--- a/sdnr/wt/pom.xml
+++ b/sdnr/wt/pom.xml
@@ -41,9 +41,7 @@
<module>websocketmanager2</module>
<module>helpserver</module>
<module>devicemanager</module>
-<!--
<module>odlux</module>
--->
<module>featureaggregator</module>
</modules>
</project>