diff --git a/CHANGELOG.md b/CHANGELOG.md
index 2c279fdbac..7c4cf3a7a8 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -10,7 +10,7 @@ We use semantic versioning in some slight variation until our feature set has st
After this we will switch probably to real [Semantic Versioning 2.0.0](http://semver.org/)
-### 4.2-SNAPSHOT
+### 4.2.0 (01-02-2019)
* Fix #1638: Remove enrichAll parameter from ImageChangeTriggerEnricher
* Update Docker Maven Plugin to 0.29.0
* Chore: Refactor BaseEnricher to get rid of duplicated properties
diff --git a/core/pom.xml b/core/pom.xml
index 4c93ca95c5..c8a637e4a1 100644
--- a/core/pom.xml
+++ b/core/pom.xml
@@ -22,12 +22,12 @@
io.fabric8
fabric8-maven-plugin-parent
- 4.2-SNAPSHOT
+ 4.2.0
../parent/pom.xml
fabric8-maven-plugin-core
- 4.2-SNAPSHOT
+ 4.2.0
Fabric8 Maven :: Core
diff --git a/doc/pom.xml b/doc/pom.xml
index ca43efd507..57d1be3a1e 100644
--- a/doc/pom.xml
+++ b/doc/pom.xml
@@ -22,12 +22,12 @@
io.fabric8
fabric8-maven-plugin-parent
- 4.2-SNAPSHOT
+ 4.2.0
../parent/pom.xml
fabric8-maven-plugin-doc
- 4.2-SNAPSHOT
+ 4.2.0
jar
Fabric8 Maven :: Documentation
diff --git a/enricher/api/pom.xml b/enricher/api/pom.xml
index b669c56acf..6a9f96d33c 100644
--- a/enricher/api/pom.xml
+++ b/enricher/api/pom.xml
@@ -22,12 +22,12 @@
io.fabric8
fabric8-maven-plugin-parent
- 4.2-SNAPSHOT
+ 4.2.0
../../parent/pom.xml
fabric8-maven-plugin-enricher-api
- 4.2-SNAPSHOT
+ 4.2.0
Fabric8 Maven :: Enricher :: API
diff --git a/enricher/deprecated/pom.xml b/enricher/deprecated/pom.xml
index 81c63a2e6a..c5ce862027 100644
--- a/enricher/deprecated/pom.xml
+++ b/enricher/deprecated/pom.xml
@@ -22,12 +22,12 @@
io.fabric8
fabric8-maven-plugin-parent
- 4.2-SNAPSHOT
+ 4.2.0
../../parent/pom.xml
fabric8-maven-plugin-enricher-deprecated
- 4.2-SNAPSHOT
+ 4.2.0
Fabric8 Maven :: Enricher :: Deprecated
diff --git a/enricher/fabric8/pom.xml b/enricher/fabric8/pom.xml
index 6352118c10..6652b91845 100644
--- a/enricher/fabric8/pom.xml
+++ b/enricher/fabric8/pom.xml
@@ -22,12 +22,12 @@
io.fabric8
fabric8-maven-plugin-parent
- 4.2-SNAPSHOT
+ 4.2.0
../../parent/pom.xml
fabric8-maven-plugin-enricher-fabric8
- 4.2-SNAPSHOT
+ 4.2.0
Fabric8 Maven :: Enricher :: Fabric8
diff --git a/enricher/standard/pom.xml b/enricher/standard/pom.xml
index 335fddb15c..48a09f92b6 100644
--- a/enricher/standard/pom.xml
+++ b/enricher/standard/pom.xml
@@ -22,12 +22,12 @@
io.fabric8
fabric8-maven-plugin-parent
- 4.2-SNAPSHOT
+ 4.2.0
../../parent/pom.xml
fabric8-maven-plugin-enricher-standard
- 4.2-SNAPSHOT
+ 4.2.0
Fabric8 Maven :: Enricher :: Standard
diff --git a/generator/api/pom.xml b/generator/api/pom.xml
index 6a3e280071..a373a0d154 100644
--- a/generator/api/pom.xml
+++ b/generator/api/pom.xml
@@ -22,12 +22,12 @@
io.fabric8
fabric8-maven-plugin-parent
- 4.2-SNAPSHOT
+ 4.2.0
../../parent/pom.xml
fabric8-maven-plugin-generator-api
- 4.2-SNAPSHOT
+ 4.2.0
Fabric8 Maven :: Generator :: API
diff --git a/generator/java-exec/pom.xml b/generator/java-exec/pom.xml
index b1cbae5f65..ffaf0ceb0a 100644
--- a/generator/java-exec/pom.xml
+++ b/generator/java-exec/pom.xml
@@ -22,12 +22,12 @@
io.fabric8
fabric8-maven-plugin-parent
- 4.2-SNAPSHOT
+ 4.2.0
../../parent/pom.xml
fabric8-maven-plugin-generator-java-exec
- 4.2-SNAPSHOT
+ 4.2.0
Fabric8 Maven :: Generator :: Java Exec
diff --git a/generator/karaf/pom.xml b/generator/karaf/pom.xml
index 3f8e471e0e..0bcc872abf 100644
--- a/generator/karaf/pom.xml
+++ b/generator/karaf/pom.xml
@@ -22,12 +22,12 @@
io.fabric8
fabric8-maven-plugin-parent
- 4.2-SNAPSHOT
+ 4.2.0
../../parent/pom.xml
fabric8-maven-plugin-generator-karaf
- 4.2-SNAPSHOT
+ 4.2.0
Fabric8 Maven :: Generator :: Karaf
diff --git a/generator/quarkus/pom.xml b/generator/quarkus/pom.xml
index d7ee9b9d00..874213c389 100644
--- a/generator/quarkus/pom.xml
+++ b/generator/quarkus/pom.xml
@@ -22,12 +22,12 @@
io.fabric8
fabric8-maven-plugin-parent
- 4.2-SNAPSHOT
+ 4.2.0
../../parent/pom.xml
fabric8-maven-plugin-generator-quarkus
- 4.2-SNAPSHOT
+ 4.2.0
Fabric8 Maven :: Generator :: Quarkus
diff --git a/generator/spring-boot/pom.xml b/generator/spring-boot/pom.xml
index 31de851350..8d95ecfd84 100644
--- a/generator/spring-boot/pom.xml
+++ b/generator/spring-boot/pom.xml
@@ -22,12 +22,12 @@
io.fabric8
fabric8-maven-plugin-parent
- 4.2-SNAPSHOT
+ 4.2.0
../../parent/pom.xml
fabric8-maven-plugin-generator-spring-boot
- 4.2-SNAPSHOT
+ 4.2.0
Fabric8 Maven :: Generator :: Spring Boot
diff --git a/generator/thorntail-v2/pom.xml b/generator/thorntail-v2/pom.xml
index ec6e23ac74..395680ba95 100644
--- a/generator/thorntail-v2/pom.xml
+++ b/generator/thorntail-v2/pom.xml
@@ -22,12 +22,12 @@
io.fabric8
fabric8-maven-plugin-parent
- 4.2-SNAPSHOT
+ 4.2.0
../../parent/pom.xml
fabric8-maven-plugin-generator-thorntail-v2
- 4.2-SNAPSHOT
+ 4.2.0
Fabric8 Maven :: Generator :: Thorntail v2
diff --git a/generator/vertx/pom.xml b/generator/vertx/pom.xml
index b3023cd17e..cb5139dc95 100644
--- a/generator/vertx/pom.xml
+++ b/generator/vertx/pom.xml
@@ -34,12 +34,12 @@
io.fabric8
fabric8-maven-plugin-parent
- 4.2-SNAPSHOT
+ 4.2.0
../../parent/pom.xml
fabric8-maven-plugin-generator-vertx
- 4.2-SNAPSHOT
+ 4.2.0
Fabric8 Maven :: Generator :: Vert.x
diff --git a/generator/webapp/pom.xml b/generator/webapp/pom.xml
index a4af2c9a42..ba7e50a381 100644
--- a/generator/webapp/pom.xml
+++ b/generator/webapp/pom.xml
@@ -22,12 +22,12 @@
io.fabric8
fabric8-maven-plugin-parent
- 4.2-SNAPSHOT
+ 4.2.0
../../parent/pom.xml
fabric8-maven-plugin-generator-webapp
- 4.2-SNAPSHOT
+ 4.2.0
Fabric8 Maven :: Generator :: WebApp
diff --git a/generator/wildfly-swarm/pom.xml b/generator/wildfly-swarm/pom.xml
index 828f50c67e..c77b550304 100644
--- a/generator/wildfly-swarm/pom.xml
+++ b/generator/wildfly-swarm/pom.xml
@@ -22,12 +22,12 @@
io.fabric8
fabric8-maven-plugin-parent
- 4.2-SNAPSHOT
+ 4.2.0
../../parent/pom.xml
fabric8-maven-plugin-generator-wildfly-swarm
- 4.2-SNAPSHOT
+ 4.2.0
Fabric8 Maven :: Generator :: WildFly Swarm
diff --git a/it/pom.xml b/it/pom.xml
index f15c12b7fd..e12473374f 100644
--- a/it/pom.xml
+++ b/it/pom.xml
@@ -46,12 +46,12 @@ for running a single test.
io.fabric8
fabric8-maven-plugin-parent
- 4.2-SNAPSHOT
+ 4.2.0
../parent/pom.xml
fabric8-maven-plugin-it
- 4.2-SNAPSHOT
+ 4.2.0
jar
Fabric8 Maven :: Integration Tests
diff --git a/parent/pom.xml b/parent/pom.xml
index a805745cfc..73405049e8 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -21,7 +21,7 @@
io.fabric8
fabric8-maven-plugin-parent
- 4.2-SNAPSHOT
+ 4.2.0
pom
Fabric8 Maven :: Parent
diff --git a/plugin/pom.xml b/plugin/pom.xml
index adf675504b..f383a949bf 100644
--- a/plugin/pom.xml
+++ b/plugin/pom.xml
@@ -21,12 +21,12 @@
io.fabric8
fabric8-maven-plugin-parent
- 4.2-SNAPSHOT
+ 4.2.0
../parent/pom.xml
fabric8-maven-plugin
- 4.2-SNAPSHOT
+ 4.2.0
maven-plugin
Fabric8 Maven :: Plugin
diff --git a/pom.xml b/pom.xml
index 0c37b66e47..7112a7c281 100644
--- a/pom.xml
+++ b/pom.xml
@@ -20,13 +20,13 @@
io.fabric8
fabric8-maven-plugin-build
- 4.2-SNAPSHOT
+ 4.2.0
pom
io.fabric8
fabric8-maven-plugin-parent
- 4.2-SNAPSHOT
+ 4.2.0
parent/pom.xml
diff --git a/watcher/api/pom.xml b/watcher/api/pom.xml
index e439956dcd..a24792616e 100644
--- a/watcher/api/pom.xml
+++ b/watcher/api/pom.xml
@@ -22,12 +22,12 @@
io.fabric8
fabric8-maven-plugin-parent
- 4.2-SNAPSHOT
+ 4.2.0
../../parent/pom.xml
fabric8-maven-plugin-watcher-api
- 4.2-SNAPSHOT
+ 4.2.0
Fabric8 Maven :: Watcher :: API
diff --git a/watcher/standard/pom.xml b/watcher/standard/pom.xml
index 8dd572bd56..e9802cda2b 100644
--- a/watcher/standard/pom.xml
+++ b/watcher/standard/pom.xml
@@ -22,12 +22,12 @@
io.fabric8
fabric8-maven-plugin-parent
- 4.2-SNAPSHOT
+ 4.2.0
../../parent/pom.xml
fabric8-maven-plugin-watcher-standard
- 4.2-SNAPSHOT
+ 4.2.0
Fabric8 Maven :: Watcher :: Standard