From 8d6029eb9f638a596fbbeb35c401e0e30e9db692 Mon Sep 17 00:00:00 2001 From: Rohan Kumar Date: Fri, 18 Oct 2019 23:40:46 +0530 Subject: [PATCH] Updated version to 4.3.1 --- core/pom.xml | 4 ++-- doc/pom.xml | 4 ++-- enricher/api/pom.xml | 4 ++-- enricher/deprecated/pom.xml | 4 ++-- enricher/fabric8/pom.xml | 4 ++-- enricher/standard/pom.xml | 4 ++-- generator/api/pom.xml | 4 ++-- generator/java-exec/pom.xml | 4 ++-- generator/karaf/pom.xml | 4 ++-- generator/openliberty/pom.xml | 4 ++-- generator/quarkus/pom.xml | 4 ++-- generator/spring-boot/pom.xml | 4 ++-- generator/thorntail-v2/pom.xml | 4 ++-- generator/vertx/pom.xml | 4 ++-- generator/webapp/pom.xml | 4 ++-- generator/wildfly-swarm/pom.xml | 4 ++-- it/pom.xml | 4 ++-- parent/pom.xml | 2 +- plugin/pom.xml | 4 ++-- pom.xml | 4 ++-- watcher/api/pom.xml | 4 ++-- watcher/standard/pom.xml | 4 ++-- 22 files changed, 43 insertions(+), 43 deletions(-) diff --git a/core/pom.xml b/core/pom.xml index a0cc2701a8..15e44c97fd 100644 --- a/core/pom.xml +++ b/core/pom.xml @@ -22,12 +22,12 @@ io.fabric8 fabric8-maven-plugin-parent - 4.3-SNAPSHOT + 4.3.1 ../parent/pom.xml fabric8-maven-plugin-core - 4.3-SNAPSHOT + 4.3.1 Fabric8 Maven :: Core diff --git a/doc/pom.xml b/doc/pom.xml index 209b5e3ee7..bd999448cc 100644 --- a/doc/pom.xml +++ b/doc/pom.xml @@ -22,12 +22,12 @@ io.fabric8 fabric8-maven-plugin-parent - 4.3-SNAPSHOT + 4.3.1 ../parent/pom.xml fabric8-maven-plugin-doc - 4.3-SNAPSHOT + 4.3.1 jar Fabric8 Maven :: Documentation diff --git a/enricher/api/pom.xml b/enricher/api/pom.xml index 94183e9724..312e362c5e 100644 --- a/enricher/api/pom.xml +++ b/enricher/api/pom.xml @@ -22,12 +22,12 @@ io.fabric8 fabric8-maven-plugin-parent - 4.3-SNAPSHOT + 4.3.1 ../../parent/pom.xml fabric8-maven-plugin-enricher-api - 4.3-SNAPSHOT + 4.3.1 Fabric8 Maven :: Enricher :: API diff --git a/enricher/deprecated/pom.xml b/enricher/deprecated/pom.xml index c5b9ef8eac..ac676d3ea6 100644 --- a/enricher/deprecated/pom.xml +++ b/enricher/deprecated/pom.xml @@ -22,12 +22,12 @@ io.fabric8 fabric8-maven-plugin-parent - 4.3-SNAPSHOT + 4.3.1 ../../parent/pom.xml fabric8-maven-plugin-enricher-deprecated - 4.3-SNAPSHOT + 4.3.1 Fabric8 Maven :: Enricher :: Deprecated diff --git a/enricher/fabric8/pom.xml b/enricher/fabric8/pom.xml index e1cb882b1c..cdeb99f703 100644 --- a/enricher/fabric8/pom.xml +++ b/enricher/fabric8/pom.xml @@ -22,12 +22,12 @@ io.fabric8 fabric8-maven-plugin-parent - 4.3-SNAPSHOT + 4.3.1 ../../parent/pom.xml fabric8-maven-plugin-enricher-fabric8 - 4.3-SNAPSHOT + 4.3.1 Fabric8 Maven :: Enricher :: Fabric8 diff --git a/enricher/standard/pom.xml b/enricher/standard/pom.xml index 5210f22657..618697c21b 100644 --- a/enricher/standard/pom.xml +++ b/enricher/standard/pom.xml @@ -22,12 +22,12 @@ io.fabric8 fabric8-maven-plugin-parent - 4.3-SNAPSHOT + 4.3.1 ../../parent/pom.xml fabric8-maven-plugin-enricher-standard - 4.3-SNAPSHOT + 4.3.1 Fabric8 Maven :: Enricher :: Standard diff --git a/generator/api/pom.xml b/generator/api/pom.xml index 117e96a6e0..b4f1146497 100644 --- a/generator/api/pom.xml +++ b/generator/api/pom.xml @@ -22,12 +22,12 @@ io.fabric8 fabric8-maven-plugin-parent - 4.3-SNAPSHOT + 4.3.1 ../../parent/pom.xml fabric8-maven-plugin-generator-api - 4.3-SNAPSHOT + 4.3.1 Fabric8 Maven :: Generator :: API diff --git a/generator/java-exec/pom.xml b/generator/java-exec/pom.xml index 2ed6464960..ea847613b6 100644 --- a/generator/java-exec/pom.xml +++ b/generator/java-exec/pom.xml @@ -22,12 +22,12 @@ io.fabric8 fabric8-maven-plugin-parent - 4.3-SNAPSHOT + 4.3.1 ../../parent/pom.xml fabric8-maven-plugin-generator-java-exec - 4.3-SNAPSHOT + 4.3.1 Fabric8 Maven :: Generator :: Java Exec diff --git a/generator/karaf/pom.xml b/generator/karaf/pom.xml index 68e723ce7d..5ad98cee86 100644 --- a/generator/karaf/pom.xml +++ b/generator/karaf/pom.xml @@ -22,12 +22,12 @@ io.fabric8 fabric8-maven-plugin-parent - 4.3-SNAPSHOT + 4.3.1 ../../parent/pom.xml fabric8-maven-plugin-generator-karaf - 4.3-SNAPSHOT + 4.3.1 Fabric8 Maven :: Generator :: Karaf diff --git a/generator/openliberty/pom.xml b/generator/openliberty/pom.xml index 2f276fc10c..a15737f371 100644 --- a/generator/openliberty/pom.xml +++ b/generator/openliberty/pom.xml @@ -22,12 +22,12 @@ io.fabric8 fabric8-maven-plugin-parent - 4.3-SNAPSHOT + 4.3.1 ../../parent/pom.xml fabric8-maven-plugin-generator-openliberty - 4.3-SNAPSHOT + 4.3.1 Fabric8 Maven :: Generator :: Open Liberty diff --git a/generator/quarkus/pom.xml b/generator/quarkus/pom.xml index 4685ce8272..703201c066 100644 --- a/generator/quarkus/pom.xml +++ b/generator/quarkus/pom.xml @@ -22,12 +22,12 @@ io.fabric8 fabric8-maven-plugin-parent - 4.3-SNAPSHOT + 4.3.1 ../../parent/pom.xml fabric8-maven-plugin-generator-quarkus - 4.3-SNAPSHOT + 4.3.1 Fabric8 Maven :: Generator :: Quarkus diff --git a/generator/spring-boot/pom.xml b/generator/spring-boot/pom.xml index a397311479..604b9d5dfd 100644 --- a/generator/spring-boot/pom.xml +++ b/generator/spring-boot/pom.xml @@ -22,12 +22,12 @@ io.fabric8 fabric8-maven-plugin-parent - 4.3-SNAPSHOT + 4.3.1 ../../parent/pom.xml fabric8-maven-plugin-generator-spring-boot - 4.3-SNAPSHOT + 4.3.1 Fabric8 Maven :: Generator :: Spring Boot diff --git a/generator/thorntail-v2/pom.xml b/generator/thorntail-v2/pom.xml index bc591d40bc..b6b3ff0389 100644 --- a/generator/thorntail-v2/pom.xml +++ b/generator/thorntail-v2/pom.xml @@ -22,12 +22,12 @@ io.fabric8 fabric8-maven-plugin-parent - 4.3-SNAPSHOT + 4.3.1 ../../parent/pom.xml fabric8-maven-plugin-generator-thorntail-v2 - 4.3-SNAPSHOT + 4.3.1 Fabric8 Maven :: Generator :: Thorntail v2 diff --git a/generator/vertx/pom.xml b/generator/vertx/pom.xml index bbad0ffbd9..64ef389f7a 100644 --- a/generator/vertx/pom.xml +++ b/generator/vertx/pom.xml @@ -34,12 +34,12 @@ io.fabric8 fabric8-maven-plugin-parent - 4.3-SNAPSHOT + 4.3.1 ../../parent/pom.xml fabric8-maven-plugin-generator-vertx - 4.3-SNAPSHOT + 4.3.1 Fabric8 Maven :: Generator :: Vert.x diff --git a/generator/webapp/pom.xml b/generator/webapp/pom.xml index cb7f823e88..5d9960a667 100644 --- a/generator/webapp/pom.xml +++ b/generator/webapp/pom.xml @@ -22,12 +22,12 @@ io.fabric8 fabric8-maven-plugin-parent - 4.3-SNAPSHOT + 4.3.1 ../../parent/pom.xml fabric8-maven-plugin-generator-webapp - 4.3-SNAPSHOT + 4.3.1 Fabric8 Maven :: Generator :: WebApp diff --git a/generator/wildfly-swarm/pom.xml b/generator/wildfly-swarm/pom.xml index 04cefc60eb..fc84e229e4 100644 --- a/generator/wildfly-swarm/pom.xml +++ b/generator/wildfly-swarm/pom.xml @@ -22,12 +22,12 @@ io.fabric8 fabric8-maven-plugin-parent - 4.3-SNAPSHOT + 4.3.1 ../../parent/pom.xml fabric8-maven-plugin-generator-wildfly-swarm - 4.3-SNAPSHOT + 4.3.1 Fabric8 Maven :: Generator :: WildFly Swarm diff --git a/it/pom.xml b/it/pom.xml index 5601b45bf2..c3b5000ef8 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.3-SNAPSHOT + 4.3.1 ../parent/pom.xml fabric8-maven-plugin-it - 4.3-SNAPSHOT + 4.3.1 jar Fabric8 Maven :: Integration Tests diff --git a/parent/pom.xml b/parent/pom.xml index 15113b1536..0de9616d72 100644 --- a/parent/pom.xml +++ b/parent/pom.xml @@ -21,7 +21,7 @@ io.fabric8 fabric8-maven-plugin-parent - 4.3-SNAPSHOT + 4.3.1 pom Fabric8 Maven :: Parent diff --git a/plugin/pom.xml b/plugin/pom.xml index b34939f478..a44d47f453 100644 --- a/plugin/pom.xml +++ b/plugin/pom.xml @@ -21,12 +21,12 @@ io.fabric8 fabric8-maven-plugin-parent - 4.3-SNAPSHOT + 4.3.1 ../parent/pom.xml fabric8-maven-plugin - 4.3-SNAPSHOT + 4.3.1 maven-plugin Fabric8 Maven :: Plugin diff --git a/pom.xml b/pom.xml index 3e1bd91915..8ab9a521f2 100644 --- a/pom.xml +++ b/pom.xml @@ -20,13 +20,13 @@ io.fabric8 fabric8-maven-plugin-build - 4.3-SNAPSHOT + 4.3.1 pom io.fabric8 fabric8-maven-plugin-parent - 4.3-SNAPSHOT + 4.3.1 parent/pom.xml diff --git a/watcher/api/pom.xml b/watcher/api/pom.xml index 2c129ff0ed..337f449309 100644 --- a/watcher/api/pom.xml +++ b/watcher/api/pom.xml @@ -22,12 +22,12 @@ io.fabric8 fabric8-maven-plugin-parent - 4.3-SNAPSHOT + 4.3.1 ../../parent/pom.xml fabric8-maven-plugin-watcher-api - 4.3-SNAPSHOT + 4.3.1 Fabric8 Maven :: Watcher :: API diff --git a/watcher/standard/pom.xml b/watcher/standard/pom.xml index 7cfbbc1f1d..00dda098e5 100644 --- a/watcher/standard/pom.xml +++ b/watcher/standard/pom.xml @@ -22,12 +22,12 @@ io.fabric8 fabric8-maven-plugin-parent - 4.3-SNAPSHOT + 4.3.1 ../../parent/pom.xml fabric8-maven-plugin-watcher-standard - 4.3-SNAPSHOT + 4.3.1 Fabric8 Maven :: Watcher :: Standard