From 615f3acd249263c8d3458fdb9e5bd86270e5d600 Mon Sep 17 00:00:00 2001 From: Devang Gaur Date: Wed, 13 Mar 2019 21:25:45 +0530 Subject: [PATCH] Changed artifact version to 4.0.0 --- core/pom.xml | 4 ++-- doc/pom.xml | 4 ++-- enricher/api/pom.xml | 4 ++-- enricher/deprecated/pom.xml | 4 ++-- enricher/fabric8/pom.xml | 4 ++-- enricher/osio/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/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 ++-- 21 files changed, 41 insertions(+), 41 deletions(-) diff --git a/core/pom.xml b/core/pom.xml index 7e82b0d85c..e0ee03e622 100644 --- a/core/pom.xml +++ b/core/pom.xml @@ -22,12 +22,12 @@ io.fabric8 fabric8-maven-parent - 4.0-SNAPSHOT + 4.0.0 ../parent/pom.xml fabric8-maven-core - 4.0-SNAPSHOT + 4.0.0 Fabric8 Maven :: Core diff --git a/doc/pom.xml b/doc/pom.xml index 70e46c9075..affa45b609 100644 --- a/doc/pom.xml +++ b/doc/pom.xml @@ -22,12 +22,12 @@ io.fabric8 fabric8-maven-parent - 4.0-SNAPSHOT + 4.0.0 ../parent/pom.xml fabric8-maven-doc - 4.0-SNAPSHOT + 4.0.0 jar Fabric8 Maven :: Documentation diff --git a/enricher/api/pom.xml b/enricher/api/pom.xml index d81a7b9814..85d62ec597 100644 --- a/enricher/api/pom.xml +++ b/enricher/api/pom.xml @@ -22,12 +22,12 @@ io.fabric8 fabric8-maven-parent - 4.0-SNAPSHOT + 4.0.0 ../../parent/pom.xml fabric8-maven-enricher-api - 4.0-SNAPSHOT + 4.0.0 Fabric8 Maven :: Enricher :: API diff --git a/enricher/deprecated/pom.xml b/enricher/deprecated/pom.xml index b9f841dbdc..be4761a64c 100644 --- a/enricher/deprecated/pom.xml +++ b/enricher/deprecated/pom.xml @@ -22,12 +22,12 @@ io.fabric8 fabric8-maven-parent - 4.0-SNAPSHOT + 4.0.0 ../../parent/pom.xml fabric8-maven-enricher-deprecated - 4.0-SNAPSHOT + 4.0.0 Fabric8 Maven :: Enricher :: Deprecated diff --git a/enricher/fabric8/pom.xml b/enricher/fabric8/pom.xml index 58db137a2c..851e3718c6 100644 --- a/enricher/fabric8/pom.xml +++ b/enricher/fabric8/pom.xml @@ -22,12 +22,12 @@ io.fabric8 fabric8-maven-parent - 4.0-SNAPSHOT + 4.0.0 ../../parent/pom.xml fabric8-maven-enricher-fabric8 - 4.0-SNAPSHOT + 4.0.0 Fabric8 Maven :: Enricher :: Fabric8 diff --git a/enricher/osio/pom.xml b/enricher/osio/pom.xml index be232c6568..53ad8bb87b 100644 --- a/enricher/osio/pom.xml +++ b/enricher/osio/pom.xml @@ -22,12 +22,12 @@ io.fabric8 fabric8-maven-parent - 4.0-SNAPSHOT + 4.0.0 ../../parent/pom.xml fabric8-maven-enricher-osio - 4.0-SNAPSHOT + 4.0.0 Fabric8 Maven :: Enricher :: OpenShift.io diff --git a/enricher/standard/pom.xml b/enricher/standard/pom.xml index 1e1d8587aa..54d9f6042c 100644 --- a/enricher/standard/pom.xml +++ b/enricher/standard/pom.xml @@ -22,12 +22,12 @@ io.fabric8 fabric8-maven-parent - 4.0-SNAPSHOT + 4.0.0 ../../parent/pom.xml fabric8-maven-enricher-standard - 4.0-SNAPSHOT + 4.0.0 Fabric8 Maven :: Enricher :: Standard diff --git a/generator/api/pom.xml b/generator/api/pom.xml index 5adf0c730c..b7870c4bce 100644 --- a/generator/api/pom.xml +++ b/generator/api/pom.xml @@ -22,12 +22,12 @@ io.fabric8 fabric8-maven-parent - 4.0-SNAPSHOT + 4.0.0 ../../parent/pom.xml fabric8-maven-generator-api - 4.0-SNAPSHOT + 4.0.0 Fabric8 Maven :: Generator :: API diff --git a/generator/java-exec/pom.xml b/generator/java-exec/pom.xml index a486627d50..0bcfc17dd3 100644 --- a/generator/java-exec/pom.xml +++ b/generator/java-exec/pom.xml @@ -22,12 +22,12 @@ io.fabric8 fabric8-maven-parent - 4.0-SNAPSHOT + 4.0.0 ../../parent/pom.xml fabric8-maven-generator-java-exec - 4.0-SNAPSHOT + 4.0.0 Fabric8 Maven :: Generator :: Java Exec diff --git a/generator/karaf/pom.xml b/generator/karaf/pom.xml index 7e8876f8a3..efbda07220 100644 --- a/generator/karaf/pom.xml +++ b/generator/karaf/pom.xml @@ -22,12 +22,12 @@ io.fabric8 fabric8-maven-parent - 4.0-SNAPSHOT + 4.0.0 ../../parent/pom.xml fabric8-maven-generator-karaf - 4.0-SNAPSHOT + 4.0.0 Fabric8 Maven :: Generator :: Karaf diff --git a/generator/spring-boot/pom.xml b/generator/spring-boot/pom.xml index 879b875e05..3f44d8b32a 100644 --- a/generator/spring-boot/pom.xml +++ b/generator/spring-boot/pom.xml @@ -22,12 +22,12 @@ io.fabric8 fabric8-maven-parent - 4.0-SNAPSHOT + 4.0.0 ../../parent/pom.xml fabric8-maven-generator-spring-boot - 4.0-SNAPSHOT + 4.0.0 Fabric8 Maven :: Generator :: Spring Boot diff --git a/generator/thorntail-v2/pom.xml b/generator/thorntail-v2/pom.xml index 61b232e983..37ee722422 100644 --- a/generator/thorntail-v2/pom.xml +++ b/generator/thorntail-v2/pom.xml @@ -22,12 +22,12 @@ io.fabric8 fabric8-maven-parent - 4.0-SNAPSHOT + 4.0.0 ../../parent/pom.xml fabric8-maven-generator-thorntail-v2 - 4.0-SNAPSHOT + 4.0.0 Fabric8 Maven :: Generator :: Thorntail v2 diff --git a/generator/vertx/pom.xml b/generator/vertx/pom.xml index 3524085557..3cd017203d 100644 --- a/generator/vertx/pom.xml +++ b/generator/vertx/pom.xml @@ -34,12 +34,12 @@ io.fabric8 fabric8-maven-parent - 4.0-SNAPSHOT + 4.0.0 ../../parent/pom.xml fabric8-maven-generator-vertx - 4.0-SNAPSHOT + 4.0.0 Fabric8 Maven :: Generator :: Vert.x diff --git a/generator/webapp/pom.xml b/generator/webapp/pom.xml index 6912b379da..5d913b031e 100644 --- a/generator/webapp/pom.xml +++ b/generator/webapp/pom.xml @@ -22,12 +22,12 @@ io.fabric8 fabric8-maven-parent - 4.0-SNAPSHOT + 4.0.0 ../../parent/pom.xml fabric8-maven-generator-webapp - 4.0-SNAPSHOT + 4.0.0 Fabric8 Maven :: Generator :: WebApp diff --git a/generator/wildfly-swarm/pom.xml b/generator/wildfly-swarm/pom.xml index 78cade3ff4..105ef973c2 100644 --- a/generator/wildfly-swarm/pom.xml +++ b/generator/wildfly-swarm/pom.xml @@ -22,12 +22,12 @@ io.fabric8 fabric8-maven-parent - 4.0-SNAPSHOT + 4.0.0 ../../parent/pom.xml fabric8-maven-generator-wildfly-swarm - 4.0-SNAPSHOT + 4.0.0 Fabric8 Maven :: Generator :: WildFly Swarm diff --git a/it/pom.xml b/it/pom.xml index 09edb45c40..5c46092917 100644 --- a/it/pom.xml +++ b/it/pom.xml @@ -46,12 +46,12 @@ for running a single test. io.fabric8 fabric8-maven-parent - 4.0-SNAPSHOT + 4.0.0 ../parent/pom.xml fabric8-maven-it - 4.0-SNAPSHOT + 4.0.0 jar Fabric8 Maven :: Integration Tests diff --git a/parent/pom.xml b/parent/pom.xml index 7d054d92c2..fdb86088b7 100644 --- a/parent/pom.xml +++ b/parent/pom.xml @@ -21,7 +21,7 @@ io.fabric8 fabric8-maven-parent - 4.0-SNAPSHOT + 4.0.0 pom Fabric8 Maven :: Parent diff --git a/plugin/pom.xml b/plugin/pom.xml index ca5bb78742..c96f7d1e0e 100644 --- a/plugin/pom.xml +++ b/plugin/pom.xml @@ -21,12 +21,12 @@ io.fabric8 fabric8-maven-parent - 4.0-SNAPSHOT + 4.0.0 ../parent/pom.xml fabric8-maven-plugin - 4.0-SNAPSHOT + 4.0.0 maven-plugin Fabric8 Maven :: Plugin diff --git a/pom.xml b/pom.xml index 70dcfac986..9f29531a57 100644 --- a/pom.xml +++ b/pom.xml @@ -20,13 +20,13 @@ io.fabric8 fabric8-maven-plugin-build - 4.0-SNAPSHOT + 4.0.0 pom io.fabric8 fabric8-maven-parent - 4.0-SNAPSHOT + 4.0.0 parent/pom.xml diff --git a/watcher/api/pom.xml b/watcher/api/pom.xml index 9aa2d76316..9dce16e454 100644 --- a/watcher/api/pom.xml +++ b/watcher/api/pom.xml @@ -22,12 +22,12 @@ io.fabric8 fabric8-maven-parent - 4.0-SNAPSHOT + 4.0.0 ../../parent/pom.xml fabric8-maven-watcher-api - 4.0-SNAPSHOT + 4.0.0 Fabric8 Maven :: Watcher :: API diff --git a/watcher/standard/pom.xml b/watcher/standard/pom.xml index aee2357444..b8079c0cf8 100644 --- a/watcher/standard/pom.xml +++ b/watcher/standard/pom.xml @@ -22,12 +22,12 @@ io.fabric8 fabric8-maven-parent - 4.0-SNAPSHOT + 4.0.0 ../../parent/pom.xml fabric8-maven-watcher-standard - 4.0-SNAPSHOT + 4.0.0 Fabric8 Maven :: Watcher :: Standard