From 8c6db0b5760aed13435583f105529555b28b194a Mon Sep 17 00:00:00 2001 From: Rohan Kumar Date: Mon, 18 Mar 2019 15:54:11 +0530 Subject: [PATCH] Fixed failing integration test --- generator/quarkus/pom.xml | 4 ++-- it/src/it/secret-config/pom.xml | 2 +- samples/quarkus/pom.xml | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/generator/quarkus/pom.xml b/generator/quarkus/pom.xml index 833d773a99..91ec21e77d 100644 --- a/generator/quarkus/pom.xml +++ b/generator/quarkus/pom.xml @@ -22,12 +22,12 @@ io.fabric8 fabric8-maven-parent - 4.1-SNAPSHOT + 4.0-SNAPSHOT ../../parent/pom.xml fabric8-maven-generator-quarkus - 4.1-SNAPSHOT + 4.0-SNAPSHOT Fabric8 Maven :: Generator :: Quarkus diff --git a/it/src/it/secret-config/pom.xml b/it/src/it/secret-config/pom.xml index 1809d01080..0d7171cfc1 100644 --- a/it/src/it/secret-config/pom.xml +++ b/it/src/it/secret-config/pom.xml @@ -49,7 +49,7 @@ io.fabric8 fabric8-maven-plugin - 4.0-SNAPSHOT + @fmp.version@ diff --git a/samples/quarkus/pom.xml b/samples/quarkus/pom.xml index 6a5786d03a..ffdb3e7251 100644 --- a/samples/quarkus/pom.xml +++ b/samples/quarkus/pom.xml @@ -20,7 +20,7 @@ 4.0.0 fabric8-maven-sample-quarkus - 4.1-SNAPSHOT + 4.0-SNAPSHOT Fabric8 Maven :: Sample :: Quarkus @@ -94,7 +94,7 @@ io.fabric8 fabric8-maven-plugin - 4.1-SNAPSHOT + 4.0-SNAPSHOT