From 5096039fc8b75c320bebe8fec06d3969da4a806c Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Thu, 3 Oct 2024 14:56:37 +0000 Subject: [PATCH] [maven-release-plugin] prepare for next development iteration --- examples/amq-amqp/pom.xml | 2 +- examples/amq-tcp/pom.xml | 2 +- examples/blocking-reactive-model/pom.xml | 2 +- examples/consul/pom.xml | 2 +- examples/database-mysql/pom.xml | 2 +- examples/database-oracle/pom.xml | 2 +- examples/database-postgresql/pom.xml | 2 +- examples/debug/pom.xml | 2 +- examples/external-applications/pom.xml | 2 +- examples/funqy-knative-events/pom.xml | 2 +- examples/greetings/pom.xml | 2 +- examples/grpc/pom.xml | 2 +- examples/https/pom.xml | 2 +- examples/infinispan/pom.xml | 2 +- examples/jaeger/pom.xml | 2 +- examples/kafka-registry/pom.xml | 2 +- examples/kafka-streams/pom.xml | 2 +- examples/kafka/pom.xml | 2 +- examples/keycloak/pom.xml | 2 +- examples/management/pom.xml | 2 +- examples/microprofile/pom.xml | 2 +- examples/picocli/pom.xml | 2 +- examples/pingpong/pom.xml | 2 +- examples/pom.xml | 2 +- examples/quarkus-cli/pom.xml | 2 +- examples/restclient/pom.xml | 2 +- pom.xml | 4 ++-- quarkus-test-cli/pom.xml | 2 +- quarkus-test-containers/pom.xml | 2 +- quarkus-test-core/pom.xml | 2 +- quarkus-test-images/pom.xml | 2 +- quarkus-test-knative-events/pom.xml | 2 +- quarkus-test-knative-events/root/pom.xml | 2 +- quarkus-test-knative-events/spi/pom.xml | 2 +- quarkus-test-kubernetes/pom.xml | 2 +- quarkus-test-openshift/pom.xml | 2 +- quarkus-test-service-amq/pom.xml | 2 +- quarkus-test-service-consul/pom.xml | 2 +- quarkus-test-service-database/pom.xml | 2 +- quarkus-test-service-grpc/pom.xml | 2 +- quarkus-test-service-infinispan/pom.xml | 2 +- quarkus-test-service-jaeger/pom.xml | 2 +- quarkus-test-service-kafka/pom.xml | 2 +- quarkus-test-service-keycloak/pom.xml | 2 +- 44 files changed, 45 insertions(+), 45 deletions(-) diff --git a/examples/amq-amqp/pom.xml b/examples/amq-amqp/pom.xml index da11fdbf3..863912c0d 100644 --- a/examples/amq-amqp/pom.xml +++ b/examples/amq-amqp/pom.xml @@ -4,7 +4,7 @@ io.quarkus.qe quarkus-examples-parent - 1.5.4 + 1.5.5-SNAPSHOT ../ examples-amq-amqp diff --git a/examples/amq-tcp/pom.xml b/examples/amq-tcp/pom.xml index 7c96eaa5e..8ebd3a534 100644 --- a/examples/amq-tcp/pom.xml +++ b/examples/amq-tcp/pom.xml @@ -4,7 +4,7 @@ io.quarkus.qe quarkus-examples-parent - 1.5.4 + 1.5.5-SNAPSHOT ../ examples-amq-tcp diff --git a/examples/blocking-reactive-model/pom.xml b/examples/blocking-reactive-model/pom.xml index 0b34e3249..6f5d8c5be 100644 --- a/examples/blocking-reactive-model/pom.xml +++ b/examples/blocking-reactive-model/pom.xml @@ -4,7 +4,7 @@ io.quarkus.qe quarkus-examples-parent - 1.5.4 + 1.5.5-SNAPSHOT ../ examples-blocking-reactive diff --git a/examples/consul/pom.xml b/examples/consul/pom.xml index b7dfa6121..4e6083e52 100644 --- a/examples/consul/pom.xml +++ b/examples/consul/pom.xml @@ -4,7 +4,7 @@ io.quarkus.qe quarkus-examples-parent - 1.5.4 + 1.5.5-SNAPSHOT ../ examples-consul diff --git a/examples/database-mysql/pom.xml b/examples/database-mysql/pom.xml index 16afb0b9d..2cafacc3c 100644 --- a/examples/database-mysql/pom.xml +++ b/examples/database-mysql/pom.xml @@ -4,7 +4,7 @@ io.quarkus.qe quarkus-examples-parent - 1.5.4 + 1.5.5-SNAPSHOT ../ examples-database-mysql diff --git a/examples/database-oracle/pom.xml b/examples/database-oracle/pom.xml index a7399c46d..ff9050b4f 100644 --- a/examples/database-oracle/pom.xml +++ b/examples/database-oracle/pom.xml @@ -4,7 +4,7 @@ io.quarkus.qe quarkus-examples-parent - 1.5.4 + 1.5.5-SNAPSHOT ../ examples-database-oracle diff --git a/examples/database-postgresql/pom.xml b/examples/database-postgresql/pom.xml index c8ec27f6f..c2d6ccd42 100644 --- a/examples/database-postgresql/pom.xml +++ b/examples/database-postgresql/pom.xml @@ -4,7 +4,7 @@ io.quarkus.qe quarkus-examples-parent - 1.5.4 + 1.5.5-SNAPSHOT ../ examples-database-postgresql diff --git a/examples/debug/pom.xml b/examples/debug/pom.xml index 30402f317..a6469062e 100644 --- a/examples/debug/pom.xml +++ b/examples/debug/pom.xml @@ -4,7 +4,7 @@ io.quarkus.qe quarkus-examples-parent - 1.5.4 + 1.5.5-SNAPSHOT ../ examples-debug diff --git a/examples/external-applications/pom.xml b/examples/external-applications/pom.xml index d6fb8d557..f9b3bb8dd 100644 --- a/examples/external-applications/pom.xml +++ b/examples/external-applications/pom.xml @@ -4,7 +4,7 @@ io.quarkus.qe quarkus-examples-parent - 1.5.4 + 1.5.5-SNAPSHOT ../ examples-external-applications diff --git a/examples/funqy-knative-events/pom.xml b/examples/funqy-knative-events/pom.xml index 978eccdfe..64fe03ac4 100644 --- a/examples/funqy-knative-events/pom.xml +++ b/examples/funqy-knative-events/pom.xml @@ -4,7 +4,7 @@ io.quarkus.qe quarkus-examples-parent - 1.5.4 + 1.5.5-SNAPSHOT ../ examples-funqy-knative-events diff --git a/examples/greetings/pom.xml b/examples/greetings/pom.xml index 5fdc959bf..f51316e40 100644 --- a/examples/greetings/pom.xml +++ b/examples/greetings/pom.xml @@ -4,7 +4,7 @@ io.quarkus.qe quarkus-examples-parent - 1.5.4 + 1.5.5-SNAPSHOT ../ examples-greetings diff --git a/examples/grpc/pom.xml b/examples/grpc/pom.xml index 2ea6c7b67..100c3492f 100644 --- a/examples/grpc/pom.xml +++ b/examples/grpc/pom.xml @@ -4,7 +4,7 @@ io.quarkus.qe quarkus-examples-parent - 1.5.4 + 1.5.5-SNAPSHOT ../ examples-grpc diff --git a/examples/https/pom.xml b/examples/https/pom.xml index 6d1dae2a3..8001e8eb5 100644 --- a/examples/https/pom.xml +++ b/examples/https/pom.xml @@ -4,7 +4,7 @@ io.quarkus.qe quarkus-examples-parent - 1.5.4 + 1.5.5-SNAPSHOT ../ examples-https diff --git a/examples/infinispan/pom.xml b/examples/infinispan/pom.xml index 2bed86a78..9fb536e5e 100644 --- a/examples/infinispan/pom.xml +++ b/examples/infinispan/pom.xml @@ -4,7 +4,7 @@ io.quarkus.qe quarkus-examples-parent - 1.5.4 + 1.5.5-SNAPSHOT ../ examples-infinispan diff --git a/examples/jaeger/pom.xml b/examples/jaeger/pom.xml index 99f8aafe2..7687ef98e 100644 --- a/examples/jaeger/pom.xml +++ b/examples/jaeger/pom.xml @@ -4,7 +4,7 @@ io.quarkus.qe quarkus-examples-parent - 1.5.4 + 1.5.5-SNAPSHOT ../ examples-jaeger diff --git a/examples/kafka-registry/pom.xml b/examples/kafka-registry/pom.xml index 69e670e52..2a555cb97 100644 --- a/examples/kafka-registry/pom.xml +++ b/examples/kafka-registry/pom.xml @@ -4,7 +4,7 @@ io.quarkus.qe quarkus-examples-parent - 1.5.4 + 1.5.5-SNAPSHOT ../ examples-kafka-registry diff --git a/examples/kafka-streams/pom.xml b/examples/kafka-streams/pom.xml index 0dc60ba34..44f4a8e15 100644 --- a/examples/kafka-streams/pom.xml +++ b/examples/kafka-streams/pom.xml @@ -4,7 +4,7 @@ io.quarkus.qe quarkus-examples-parent - 1.5.4 + 1.5.5-SNAPSHOT ../ examples-Kafka-streams diff --git a/examples/kafka/pom.xml b/examples/kafka/pom.xml index 7f1b3a363..b828fa8bc 100644 --- a/examples/kafka/pom.xml +++ b/examples/kafka/pom.xml @@ -4,7 +4,7 @@ io.quarkus.qe quarkus-examples-parent - 1.5.4 + 1.5.5-SNAPSHOT ../ examples-kafka diff --git a/examples/keycloak/pom.xml b/examples/keycloak/pom.xml index 875409185..d64d97ae6 100644 --- a/examples/keycloak/pom.xml +++ b/examples/keycloak/pom.xml @@ -4,7 +4,7 @@ io.quarkus.qe quarkus-examples-parent - 1.5.4 + 1.5.5-SNAPSHOT ../ examples-keycloak diff --git a/examples/management/pom.xml b/examples/management/pom.xml index 56810e9a1..844994f5f 100644 --- a/examples/management/pom.xml +++ b/examples/management/pom.xml @@ -4,7 +4,7 @@ io.quarkus.qe quarkus-examples-parent - 1.5.4 + 1.5.5-SNAPSHOT ../ examples-management diff --git a/examples/microprofile/pom.xml b/examples/microprofile/pom.xml index fdd12ca8d..f8ab10396 100644 --- a/examples/microprofile/pom.xml +++ b/examples/microprofile/pom.xml @@ -4,7 +4,7 @@ io.quarkus.qe quarkus-examples-parent - 1.5.4 + 1.5.5-SNAPSHOT ../ examples-microprofile diff --git a/examples/picocli/pom.xml b/examples/picocli/pom.xml index 3c3fac059..d144a3713 100644 --- a/examples/picocli/pom.xml +++ b/examples/picocli/pom.xml @@ -4,7 +4,7 @@ io.quarkus.qe quarkus-examples-parent - 1.5.4 + 1.5.5-SNAPSHOT ../ examples-picocli diff --git a/examples/pingpong/pom.xml b/examples/pingpong/pom.xml index 08aee61ee..5a4da83ae 100644 --- a/examples/pingpong/pom.xml +++ b/examples/pingpong/pom.xml @@ -4,7 +4,7 @@ io.quarkus.qe quarkus-examples-parent - 1.5.4 + 1.5.5-SNAPSHOT ../ examples-pingpong diff --git a/examples/pom.xml b/examples/pom.xml index ddb380536..4ae32496c 100644 --- a/examples/pom.xml +++ b/examples/pom.xml @@ -4,7 +4,7 @@ io.quarkus.qe quarkus-test-parent - 1.5.4 + 1.5.5-SNAPSHOT ../ quarkus-examples-parent diff --git a/examples/quarkus-cli/pom.xml b/examples/quarkus-cli/pom.xml index 59d0bbd80..b23a418ba 100644 --- a/examples/quarkus-cli/pom.xml +++ b/examples/quarkus-cli/pom.xml @@ -4,7 +4,7 @@ io.quarkus.qe quarkus-examples-parent - 1.5.4 + 1.5.5-SNAPSHOT ../ examples-quarkus-cli diff --git a/examples/restclient/pom.xml b/examples/restclient/pom.xml index b1e7d0abd..e66a8d101 100644 --- a/examples/restclient/pom.xml +++ b/examples/restclient/pom.xml @@ -4,7 +4,7 @@ io.quarkus.qe quarkus-examples-parent - 1.5.4 + 1.5.5-SNAPSHOT ../ examples-restclient diff --git a/pom.xml b/pom.xml index 56acb4e07..f3432b940 100644 --- a/pom.xml +++ b/pom.xml @@ -3,7 +3,7 @@ 4.0.0 io.quarkus.qe quarkus-test-parent - 1.5.4 + 1.5.5-SNAPSHOT pom Quarkus - Test Framework - Parent Quarkus QE Test Framework is a library enabling the developers to easily deploy multiple Quarkus applications across different platforms in a single test. @@ -25,7 +25,7 @@ scm:git:git@github.com:quarkus-qe/quarkus-test-framework.git scm:git:git@github.com:quarkus-qe/quarkus-test-framework.git https://github.com/quarkus-qe/quarkus-test-framework - 1.5.4 + HEAD https://github.com/quarkus-qe/quarkus-test-framework/ diff --git a/quarkus-test-cli/pom.xml b/quarkus-test-cli/pom.xml index 8165ac72b..f709a7ccc 100644 --- a/quarkus-test-cli/pom.xml +++ b/quarkus-test-cli/pom.xml @@ -4,7 +4,7 @@ io.quarkus.qe quarkus-test-parent - 1.5.4 + 1.5.5-SNAPSHOT quarkus-test-cli Quarkus - Test Framework - CLI diff --git a/quarkus-test-containers/pom.xml b/quarkus-test-containers/pom.xml index 22298cace..439d5b2f0 100644 --- a/quarkus-test-containers/pom.xml +++ b/quarkus-test-containers/pom.xml @@ -4,7 +4,7 @@ io.quarkus.qe quarkus-test-parent - 1.5.4 + 1.5.5-SNAPSHOT quarkus-test-containers Quarkus - Test Framework - Containers diff --git a/quarkus-test-core/pom.xml b/quarkus-test-core/pom.xml index 8927c2367..0a3630c89 100644 --- a/quarkus-test-core/pom.xml +++ b/quarkus-test-core/pom.xml @@ -4,7 +4,7 @@ io.quarkus.qe quarkus-test-parent - 1.5.4 + 1.5.5-SNAPSHOT ../ quarkus-test-core diff --git a/quarkus-test-images/pom.xml b/quarkus-test-images/pom.xml index 08293b81b..4f70c03c5 100644 --- a/quarkus-test-images/pom.xml +++ b/quarkus-test-images/pom.xml @@ -4,7 +4,7 @@ io.quarkus.qe quarkus-test-parent - 1.5.4 + 1.5.5-SNAPSHOT quarkus-test-images Quarkus - Test Framework - Core - Images diff --git a/quarkus-test-knative-events/pom.xml b/quarkus-test-knative-events/pom.xml index 824287a39..3d430ed01 100644 --- a/quarkus-test-knative-events/pom.xml +++ b/quarkus-test-knative-events/pom.xml @@ -4,7 +4,7 @@ io.quarkus.qe quarkus-test-parent - 1.5.4 + 1.5.5-SNAPSHOT quarkus-test-knative-events-parent Quarkus - Test Framework - Knative Events - Parent diff --git a/quarkus-test-knative-events/root/pom.xml b/quarkus-test-knative-events/root/pom.xml index d15375390..f72629514 100644 --- a/quarkus-test-knative-events/root/pom.xml +++ b/quarkus-test-knative-events/root/pom.xml @@ -4,7 +4,7 @@ io.quarkus.qe quarkus-test-knative-events-parent - 1.5.4 + 1.5.5-SNAPSHOT ../pom.xml quarkus-test-knative-events diff --git a/quarkus-test-knative-events/spi/pom.xml b/quarkus-test-knative-events/spi/pom.xml index ef461d1e9..46e261b46 100644 --- a/quarkus-test-knative-events/spi/pom.xml +++ b/quarkus-test-knative-events/spi/pom.xml @@ -4,7 +4,7 @@ io.quarkus.qe quarkus-test-knative-events-parent - 1.5.4 + 1.5.5-SNAPSHOT ../pom.xml quarkus-test-knative-events-spi diff --git a/quarkus-test-kubernetes/pom.xml b/quarkus-test-kubernetes/pom.xml index 35df72577..f3b8f7b87 100644 --- a/quarkus-test-kubernetes/pom.xml +++ b/quarkus-test-kubernetes/pom.xml @@ -4,7 +4,7 @@ io.quarkus.qe quarkus-test-parent - 1.5.4 + 1.5.5-SNAPSHOT quarkus-test-kubernetes Quarkus - Test Framework - Kubernetes diff --git a/quarkus-test-openshift/pom.xml b/quarkus-test-openshift/pom.xml index 6f235ec1e..66b07092d 100644 --- a/quarkus-test-openshift/pom.xml +++ b/quarkus-test-openshift/pom.xml @@ -4,7 +4,7 @@ io.quarkus.qe quarkus-test-parent - 1.5.4 + 1.5.5-SNAPSHOT quarkus-test-openshift Quarkus - Test Framework - OpenShift diff --git a/quarkus-test-service-amq/pom.xml b/quarkus-test-service-amq/pom.xml index af28ec8cb..046660be2 100644 --- a/quarkus-test-service-amq/pom.xml +++ b/quarkus-test-service-amq/pom.xml @@ -4,7 +4,7 @@ io.quarkus.qe quarkus-test-parent - 1.5.4 + 1.5.5-SNAPSHOT quarkus-test-service-amq Quarkus - Test Framework - Service - AMQ diff --git a/quarkus-test-service-consul/pom.xml b/quarkus-test-service-consul/pom.xml index e305182f9..66fdf22b2 100644 --- a/quarkus-test-service-consul/pom.xml +++ b/quarkus-test-service-consul/pom.xml @@ -4,7 +4,7 @@ io.quarkus.qe quarkus-test-parent - 1.5.4 + 1.5.5-SNAPSHOT quarkus-test-service-consul Quarkus - Test Framework - Service - Consul diff --git a/quarkus-test-service-database/pom.xml b/quarkus-test-service-database/pom.xml index 3c2d6a492..877c9acde 100644 --- a/quarkus-test-service-database/pom.xml +++ b/quarkus-test-service-database/pom.xml @@ -4,7 +4,7 @@ io.quarkus.qe quarkus-test-parent - 1.5.4 + 1.5.5-SNAPSHOT quarkus-test-service-database Quarkus - Test Framework - Service - Database diff --git a/quarkus-test-service-grpc/pom.xml b/quarkus-test-service-grpc/pom.xml index df73e2c1c..666db1334 100644 --- a/quarkus-test-service-grpc/pom.xml +++ b/quarkus-test-service-grpc/pom.xml @@ -4,7 +4,7 @@ io.quarkus.qe quarkus-test-parent - 1.5.4 + 1.5.5-SNAPSHOT quarkus-test-service-grpc Quarkus - Test Framework - Service - gRPC diff --git a/quarkus-test-service-infinispan/pom.xml b/quarkus-test-service-infinispan/pom.xml index 93116169a..5b507856b 100644 --- a/quarkus-test-service-infinispan/pom.xml +++ b/quarkus-test-service-infinispan/pom.xml @@ -4,7 +4,7 @@ io.quarkus.qe quarkus-test-parent - 1.5.4 + 1.5.5-SNAPSHOT quarkus-test-service-infinispan Quarkus - Test Framework - Service - Infinispan diff --git a/quarkus-test-service-jaeger/pom.xml b/quarkus-test-service-jaeger/pom.xml index 0b4ddc800..2eaf3dea4 100644 --- a/quarkus-test-service-jaeger/pom.xml +++ b/quarkus-test-service-jaeger/pom.xml @@ -4,7 +4,7 @@ io.quarkus.qe quarkus-test-parent - 1.5.4 + 1.5.5-SNAPSHOT quarkus-test-service-jaeger Quarkus - Test Framework - Service - Jaeger diff --git a/quarkus-test-service-kafka/pom.xml b/quarkus-test-service-kafka/pom.xml index 90c550e72..abf0aaedf 100644 --- a/quarkus-test-service-kafka/pom.xml +++ b/quarkus-test-service-kafka/pom.xml @@ -4,7 +4,7 @@ io.quarkus.qe quarkus-test-parent - 1.5.4 + 1.5.5-SNAPSHOT quarkus-test-service-kafka Quarkus - Test Framework - Service - Kafka diff --git a/quarkus-test-service-keycloak/pom.xml b/quarkus-test-service-keycloak/pom.xml index a75e6a6b9..c6e71be2b 100644 --- a/quarkus-test-service-keycloak/pom.xml +++ b/quarkus-test-service-keycloak/pom.xml @@ -4,7 +4,7 @@ io.quarkus.qe quarkus-test-parent - 1.5.4 + 1.5.5-SNAPSHOT quarkus-test-service-keycloak Quarkus - Test Framework - Service - Keycloak