From f6d769e9078399bdff92e18d3a2a29e8040c05e9 Mon Sep 17 00:00:00 2001 From: Chris Laprun Date: Mon, 2 Sep 2024 14:55:17 +0200 Subject: [PATCH] chore: update version to 6.8.0-SNAPSHOT Signed-off-by: Chris Laprun --- annotations/pom.xml | 2 +- bom/pom.xml | 2 +- build-parent/pom.xml | 2 +- bundle-generator/deployment/pom.xml | 2 +- bundle-generator/pom.xml | 2 +- bundle-generator/runtime/pom.xml | 2 +- cli/pom.xml | 2 +- common-deployment/pom.xml | 2 +- common/pom.xml | 2 +- core/deployment/pom.xml | 2 +- core/pom.xml | 2 +- core/runtime/pom.xml | 2 +- docs/pom.xml | 2 +- integration-tests/pom.xml | 2 +- pom.xml | 2 +- samples/exposedapp/pom.xml | 2 +- samples/joke/pom.xml | 2 +- samples/mysql-schema/pom.xml | 2 +- samples/pingpong/pom.xml | 2 +- samples/pom.xml | 2 +- 20 files changed, 20 insertions(+), 20 deletions(-) diff --git a/annotations/pom.xml b/annotations/pom.xml index 63f08e9d4..fb7a5c877 100644 --- a/annotations/pom.xml +++ b/annotations/pom.xml @@ -4,7 +4,7 @@ io.quarkiverse.operatorsdk quarkus-operator-sdk-parent - 6.7.4-SNAPSHOT + 6.8.0-SNAPSHOT quarkus-operator-sdk-annotations diff --git a/bom/pom.xml b/bom/pom.xml index 9b9b95c96..983214c7e 100644 --- a/bom/pom.xml +++ b/bom/pom.xml @@ -4,7 +4,7 @@ io.quarkiverse.operatorsdk quarkus-operator-sdk-parent - 6.7.4-SNAPSHOT + 6.8.0-SNAPSHOT quarkus-operator-sdk-bom Quarkus - Operator SDK - BOM diff --git a/build-parent/pom.xml b/build-parent/pom.xml index e8f3c2884..d7c4eee64 100644 --- a/build-parent/pom.xml +++ b/build-parent/pom.xml @@ -4,7 +4,7 @@ io.quarkiverse.operatorsdk quarkus-operator-sdk-parent - 6.7.4-SNAPSHOT + 6.8.0-SNAPSHOT quarkus-operator-sdk-build-parent pom diff --git a/bundle-generator/deployment/pom.xml b/bundle-generator/deployment/pom.xml index 178a543df..b406d3c6d 100644 --- a/bundle-generator/deployment/pom.xml +++ b/bundle-generator/deployment/pom.xml @@ -5,7 +5,7 @@ io.quarkiverse.operatorsdk quarkus-operator-sdk-bundle-generator-parent - 6.7.4-SNAPSHOT + 6.8.0-SNAPSHOT Quarkus - Operator SDK - Bundle Generator - Deployment diff --git a/bundle-generator/pom.xml b/bundle-generator/pom.xml index a1f99aecc..5c37a1750 100644 --- a/bundle-generator/pom.xml +++ b/bundle-generator/pom.xml @@ -5,7 +5,7 @@ io.quarkiverse.operatorsdk quarkus-operator-sdk-build-parent - 6.7.4-SNAPSHOT + 6.8.0-SNAPSHOT ../build-parent/pom.xml diff --git a/bundle-generator/runtime/pom.xml b/bundle-generator/runtime/pom.xml index efc8ada5e..7a2a53683 100644 --- a/bundle-generator/runtime/pom.xml +++ b/bundle-generator/runtime/pom.xml @@ -5,7 +5,7 @@ io.quarkiverse.operatorsdk quarkus-operator-sdk-bundle-generator-parent - 6.7.4-SNAPSHOT + 6.8.0-SNAPSHOT Quarkus - Operator SDK - Bundle Generator - Runtime diff --git a/cli/pom.xml b/cli/pom.xml index 602112490..9953cf0b3 100644 --- a/cli/pom.xml +++ b/cli/pom.xml @@ -3,7 +3,7 @@ io.quarkiverse.operatorsdk quarkus-operator-sdk-build-parent - 6.7.4-SNAPSHOT + 6.8.0-SNAPSHOT ../build-parent/pom.xml 4.0.0 diff --git a/common-deployment/pom.xml b/common-deployment/pom.xml index b3748dcc5..36a1f352c 100644 --- a/common-deployment/pom.xml +++ b/common-deployment/pom.xml @@ -3,7 +3,7 @@ io.quarkiverse.operatorsdk quarkus-operator-sdk-build-parent - 6.7.4-SNAPSHOT + 6.8.0-SNAPSHOT ../build-parent/pom.xml 4.0.0 diff --git a/common/pom.xml b/common/pom.xml index 06b178373..c5239fc6a 100644 --- a/common/pom.xml +++ b/common/pom.xml @@ -4,7 +4,7 @@ io.quarkiverse.operatorsdk quarkus-operator-sdk-build-parent - 6.7.4-SNAPSHOT + 6.8.0-SNAPSHOT ../build-parent/pom.xml diff --git a/core/deployment/pom.xml b/core/deployment/pom.xml index 4048e0b0c..1204a647d 100644 --- a/core/deployment/pom.xml +++ b/core/deployment/pom.xml @@ -4,7 +4,7 @@ io.quarkiverse.operatorsdk quarkus-operator-sdk-core-parent - 6.7.4-SNAPSHOT + 6.8.0-SNAPSHOT quarkus-operator-sdk-deployment Quarkus - Operator SDK - Core - Deployment diff --git a/core/pom.xml b/core/pom.xml index 56ca4eace..264c6af81 100644 --- a/core/pom.xml +++ b/core/pom.xml @@ -5,7 +5,7 @@ io.quarkiverse.operatorsdk quarkus-operator-sdk-build-parent - 6.7.4-SNAPSHOT + 6.8.0-SNAPSHOT ../build-parent/pom.xml diff --git a/core/runtime/pom.xml b/core/runtime/pom.xml index f7d95d6d7..105971212 100644 --- a/core/runtime/pom.xml +++ b/core/runtime/pom.xml @@ -4,7 +4,7 @@ io.quarkiverse.operatorsdk quarkus-operator-sdk-core-parent - 6.7.4-SNAPSHOT + 6.8.0-SNAPSHOT quarkus-operator-sdk Quarkus - Operator SDK - Core - Runtime diff --git a/docs/pom.xml b/docs/pom.xml index 008ad208d..16f1ce2c7 100644 --- a/docs/pom.xml +++ b/docs/pom.xml @@ -5,7 +5,7 @@ io.quarkiverse.operatorsdk quarkus-operator-sdk-build-parent - 6.7.4-SNAPSHOT + 6.8.0-SNAPSHOT ../build-parent/pom.xml diff --git a/integration-tests/pom.xml b/integration-tests/pom.xml index 31c058561..ec2b4b65b 100644 --- a/integration-tests/pom.xml +++ b/integration-tests/pom.xml @@ -4,7 +4,7 @@ io.quarkiverse.operatorsdk quarkus-operator-sdk-build-parent - 6.7.4-SNAPSHOT + 6.8.0-SNAPSHOT ../build-parent/pom.xml quarkus-operator-sdk-integration-tests diff --git a/pom.xml b/pom.xml index 3a53432a9..8729cdb9c 100644 --- a/pom.xml +++ b/pom.xml @@ -8,7 +8,7 @@ io.quarkiverse.operatorsdk quarkus-operator-sdk-parent - 6.7.4-SNAPSHOT + 6.8.0-SNAPSHOT pom Quarkus - Operator SDK - Parent diff --git a/samples/exposedapp/pom.xml b/samples/exposedapp/pom.xml index 7cefa0ad6..1c554e995 100644 --- a/samples/exposedapp/pom.xml +++ b/samples/exposedapp/pom.xml @@ -3,7 +3,7 @@ quarkus-operator-sdk-samples io.quarkiverse.operatorsdk - 6.7.4-SNAPSHOT + 6.8.0-SNAPSHOT 4.0.0 diff --git a/samples/joke/pom.xml b/samples/joke/pom.xml index 0943d2d44..9b859121d 100644 --- a/samples/joke/pom.xml +++ b/samples/joke/pom.xml @@ -3,7 +3,7 @@ io.quarkiverse.operatorsdk quarkus-operator-sdk-samples - 6.7.4-SNAPSHOT + 6.8.0-SNAPSHOT 4.0.0 diff --git a/samples/mysql-schema/pom.xml b/samples/mysql-schema/pom.xml index 7de72c1fb..cec543a19 100644 --- a/samples/mysql-schema/pom.xml +++ b/samples/mysql-schema/pom.xml @@ -4,7 +4,7 @@ io.quarkiverse.operatorsdk quarkus-operator-sdk-samples - 6.7.4-SNAPSHOT + 6.8.0-SNAPSHOT quarkus-operator-sdk-samples-mysql-schema diff --git a/samples/pingpong/pom.xml b/samples/pingpong/pom.xml index 0b496b131..6701d6534 100644 --- a/samples/pingpong/pom.xml +++ b/samples/pingpong/pom.xml @@ -3,7 +3,7 @@ io.quarkiverse.operatorsdk quarkus-operator-sdk-samples - 6.7.4-SNAPSHOT + 6.8.0-SNAPSHOT 4.0.0 diff --git a/samples/pom.xml b/samples/pom.xml index e411e4dab..8be575bfa 100644 --- a/samples/pom.xml +++ b/samples/pom.xml @@ -3,7 +3,7 @@ quarkus-operator-sdk-build-parent io.quarkiverse.operatorsdk - 6.7.4-SNAPSHOT + 6.8.0-SNAPSHOT ../build-parent/pom.xml 4.0.0