From db35c77e13667f1dab91dc3006915acb9b00eedf 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 release 1.5.4 --- 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 0f4fc681c..da11fdbf3 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-SNAPSHOT + 1.5.4 ../ examples-amq-amqp diff --git a/examples/amq-tcp/pom.xml b/examples/amq-tcp/pom.xml index b089fce57..7c96eaa5e 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-SNAPSHOT + 1.5.4 ../ examples-amq-tcp diff --git a/examples/blocking-reactive-model/pom.xml b/examples/blocking-reactive-model/pom.xml index 5a43ee852..0b34e3249 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-SNAPSHOT + 1.5.4 ../ examples-blocking-reactive diff --git a/examples/consul/pom.xml b/examples/consul/pom.xml index 032494bc9..b7dfa6121 100644 --- a/examples/consul/pom.xml +++ b/examples/consul/pom.xml @@ -4,7 +4,7 @@ io.quarkus.qe quarkus-examples-parent - 1.5.4-SNAPSHOT + 1.5.4 ../ examples-consul diff --git a/examples/database-mysql/pom.xml b/examples/database-mysql/pom.xml index 8e0f08c94..16afb0b9d 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-SNAPSHOT + 1.5.4 ../ examples-database-mysql diff --git a/examples/database-oracle/pom.xml b/examples/database-oracle/pom.xml index 5f83070f3..a7399c46d 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-SNAPSHOT + 1.5.4 ../ examples-database-oracle diff --git a/examples/database-postgresql/pom.xml b/examples/database-postgresql/pom.xml index 6f53479cd..c8ec27f6f 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-SNAPSHOT + 1.5.4 ../ examples-database-postgresql diff --git a/examples/debug/pom.xml b/examples/debug/pom.xml index 22961a3ad..30402f317 100644 --- a/examples/debug/pom.xml +++ b/examples/debug/pom.xml @@ -4,7 +4,7 @@ io.quarkus.qe quarkus-examples-parent - 1.5.4-SNAPSHOT + 1.5.4 ../ examples-debug diff --git a/examples/external-applications/pom.xml b/examples/external-applications/pom.xml index 7c60154ff..d6fb8d557 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-SNAPSHOT + 1.5.4 ../ examples-external-applications diff --git a/examples/funqy-knative-events/pom.xml b/examples/funqy-knative-events/pom.xml index 0eff82e61..978eccdfe 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-SNAPSHOT + 1.5.4 ../ examples-funqy-knative-events diff --git a/examples/greetings/pom.xml b/examples/greetings/pom.xml index f4b5960d8..5fdc959bf 100644 --- a/examples/greetings/pom.xml +++ b/examples/greetings/pom.xml @@ -4,7 +4,7 @@ io.quarkus.qe quarkus-examples-parent - 1.5.4-SNAPSHOT + 1.5.4 ../ examples-greetings diff --git a/examples/grpc/pom.xml b/examples/grpc/pom.xml index 547508a3b..2ea6c7b67 100644 --- a/examples/grpc/pom.xml +++ b/examples/grpc/pom.xml @@ -4,7 +4,7 @@ io.quarkus.qe quarkus-examples-parent - 1.5.4-SNAPSHOT + 1.5.4 ../ examples-grpc diff --git a/examples/https/pom.xml b/examples/https/pom.xml index 2e261d158..6d1dae2a3 100644 --- a/examples/https/pom.xml +++ b/examples/https/pom.xml @@ -4,7 +4,7 @@ io.quarkus.qe quarkus-examples-parent - 1.5.4-SNAPSHOT + 1.5.4 ../ examples-https diff --git a/examples/infinispan/pom.xml b/examples/infinispan/pom.xml index e94ac403c..2bed86a78 100644 --- a/examples/infinispan/pom.xml +++ b/examples/infinispan/pom.xml @@ -4,7 +4,7 @@ io.quarkus.qe quarkus-examples-parent - 1.5.4-SNAPSHOT + 1.5.4 ../ examples-infinispan diff --git a/examples/jaeger/pom.xml b/examples/jaeger/pom.xml index c85ae0827..99f8aafe2 100644 --- a/examples/jaeger/pom.xml +++ b/examples/jaeger/pom.xml @@ -4,7 +4,7 @@ io.quarkus.qe quarkus-examples-parent - 1.5.4-SNAPSHOT + 1.5.4 ../ examples-jaeger diff --git a/examples/kafka-registry/pom.xml b/examples/kafka-registry/pom.xml index 195521d17..69e670e52 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-SNAPSHOT + 1.5.4 ../ examples-kafka-registry diff --git a/examples/kafka-streams/pom.xml b/examples/kafka-streams/pom.xml index 2bde2bff5..0dc60ba34 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-SNAPSHOT + 1.5.4 ../ examples-Kafka-streams diff --git a/examples/kafka/pom.xml b/examples/kafka/pom.xml index 69ed65702..7f1b3a363 100644 --- a/examples/kafka/pom.xml +++ b/examples/kafka/pom.xml @@ -4,7 +4,7 @@ io.quarkus.qe quarkus-examples-parent - 1.5.4-SNAPSHOT + 1.5.4 ../ examples-kafka diff --git a/examples/keycloak/pom.xml b/examples/keycloak/pom.xml index 11244c763..875409185 100644 --- a/examples/keycloak/pom.xml +++ b/examples/keycloak/pom.xml @@ -4,7 +4,7 @@ io.quarkus.qe quarkus-examples-parent - 1.5.4-SNAPSHOT + 1.5.4 ../ examples-keycloak diff --git a/examples/management/pom.xml b/examples/management/pom.xml index 81c962f90..56810e9a1 100644 --- a/examples/management/pom.xml +++ b/examples/management/pom.xml @@ -4,7 +4,7 @@ io.quarkus.qe quarkus-examples-parent - 1.5.4-SNAPSHOT + 1.5.4 ../ examples-management diff --git a/examples/microprofile/pom.xml b/examples/microprofile/pom.xml index ae419c32e..fdd12ca8d 100644 --- a/examples/microprofile/pom.xml +++ b/examples/microprofile/pom.xml @@ -4,7 +4,7 @@ io.quarkus.qe quarkus-examples-parent - 1.5.4-SNAPSHOT + 1.5.4 ../ examples-microprofile diff --git a/examples/picocli/pom.xml b/examples/picocli/pom.xml index 572626bda..3c3fac059 100644 --- a/examples/picocli/pom.xml +++ b/examples/picocli/pom.xml @@ -4,7 +4,7 @@ io.quarkus.qe quarkus-examples-parent - 1.5.4-SNAPSHOT + 1.5.4 ../ examples-picocli diff --git a/examples/pingpong/pom.xml b/examples/pingpong/pom.xml index 35ac692ec..08aee61ee 100644 --- a/examples/pingpong/pom.xml +++ b/examples/pingpong/pom.xml @@ -4,7 +4,7 @@ io.quarkus.qe quarkus-examples-parent - 1.5.4-SNAPSHOT + 1.5.4 ../ examples-pingpong diff --git a/examples/pom.xml b/examples/pom.xml index 554311444..ddb380536 100644 --- a/examples/pom.xml +++ b/examples/pom.xml @@ -4,7 +4,7 @@ io.quarkus.qe quarkus-test-parent - 1.5.4-SNAPSHOT + 1.5.4 ../ quarkus-examples-parent diff --git a/examples/quarkus-cli/pom.xml b/examples/quarkus-cli/pom.xml index e110c8c8b..59d0bbd80 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-SNAPSHOT + 1.5.4 ../ examples-quarkus-cli diff --git a/examples/restclient/pom.xml b/examples/restclient/pom.xml index baf3d4590..b1e7d0abd 100644 --- a/examples/restclient/pom.xml +++ b/examples/restclient/pom.xml @@ -4,7 +4,7 @@ io.quarkus.qe quarkus-examples-parent - 1.5.4-SNAPSHOT + 1.5.4 ../ examples-restclient diff --git a/pom.xml b/pom.xml index 381e7e764..56acb4e07 100644 --- a/pom.xml +++ b/pom.xml @@ -3,7 +3,7 @@ 4.0.0 io.quarkus.qe quarkus-test-parent - 1.5.4-SNAPSHOT + 1.5.4 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 - HEAD + 1.5.4 https://github.com/quarkus-qe/quarkus-test-framework/ diff --git a/quarkus-test-cli/pom.xml b/quarkus-test-cli/pom.xml index fcf489d95..8165ac72b 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-SNAPSHOT + 1.5.4 quarkus-test-cli Quarkus - Test Framework - CLI diff --git a/quarkus-test-containers/pom.xml b/quarkus-test-containers/pom.xml index da1087645..22298cace 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-SNAPSHOT + 1.5.4 quarkus-test-containers Quarkus - Test Framework - Containers diff --git a/quarkus-test-core/pom.xml b/quarkus-test-core/pom.xml index c5a43d082..8927c2367 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-SNAPSHOT + 1.5.4 ../ quarkus-test-core diff --git a/quarkus-test-images/pom.xml b/quarkus-test-images/pom.xml index e901a2a56..08293b81b 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-SNAPSHOT + 1.5.4 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 0182c79a6..824287a39 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-SNAPSHOT + 1.5.4 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 c2e5333f2..d15375390 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-SNAPSHOT + 1.5.4 ../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 0eed52435..ef461d1e9 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-SNAPSHOT + 1.5.4 ../pom.xml quarkus-test-knative-events-spi diff --git a/quarkus-test-kubernetes/pom.xml b/quarkus-test-kubernetes/pom.xml index fe52087fd..35df72577 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-SNAPSHOT + 1.5.4 quarkus-test-kubernetes Quarkus - Test Framework - Kubernetes diff --git a/quarkus-test-openshift/pom.xml b/quarkus-test-openshift/pom.xml index 40634af5d..6f235ec1e 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-SNAPSHOT + 1.5.4 quarkus-test-openshift Quarkus - Test Framework - OpenShift diff --git a/quarkus-test-service-amq/pom.xml b/quarkus-test-service-amq/pom.xml index 4448f9d57..af28ec8cb 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-SNAPSHOT + 1.5.4 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 e5b564c4a..e305182f9 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-SNAPSHOT + 1.5.4 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 f047c1845..3c2d6a492 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-SNAPSHOT + 1.5.4 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 02e7dd9bc..df73e2c1c 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-SNAPSHOT + 1.5.4 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 db0d0f401..93116169a 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-SNAPSHOT + 1.5.4 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 b146bb350..0b4ddc800 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-SNAPSHOT + 1.5.4 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 52eb2bc46..90c550e72 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-SNAPSHOT + 1.5.4 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 ab72a7e8c..a75e6a6b9 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-SNAPSHOT + 1.5.4 quarkus-test-service-keycloak Quarkus - Test Framework - Service - Keycloak