From 572eb97a73354b70ddedfec126e03405334e126f Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 12 Jan 2023 17:23:41 +0100 Subject: [PATCH] Bump to 2.4.1 (#509) Signed-off-by: GitHub --- amqp/pom.xml | 2 +- api/pom.xml | 2 +- benchmarks/pom.xml | 2 +- bom/pom.xml | 2 +- core/pom.xml | 2 +- docs/amqp-proton.md | 2 +- docs/api.md | 2 +- docs/core.md | 2 +- docs/http-basic.md | 2 +- docs/http-jakarta-restful-ws.md | 2 +- docs/http-vertx.md | 2 +- docs/json-jackson.md | 2 +- docs/kafka.md | 2 +- docs/protobuf.md | 2 +- docs/spring.md | 2 +- examples/amqp-proton/pom.xml | 2 +- examples/basic-http/pom.xml | 2 +- examples/kafka/pom.xml | 2 +- examples/pom.xml | 2 +- examples/restful-ws-quarkus/pom.xml | 2 +- examples/restful-ws-spring-boot/pom.xml | 2 +- examples/spring-function/pom.xml | 2 +- examples/spring-reactive/pom.xml | 2 +- examples/spring-rsocket/pom.xml | 2 +- examples/vertx/pom.xml | 2 +- formats/json-jackson/pom.xml | 2 +- formats/protobuf/pom.xml | 2 +- http/basic/pom.xml | 2 +- http/restful-ws-integration-tests/pom.xml | 2 +- http/restful-ws-integration-tests/restful-ws-common/pom.xml | 2 +- http/restful-ws-integration-tests/restful-ws-jersey/pom.xml | 2 +- http/restful-ws-integration-tests/restful-ws-resteasy/pom.xml | 2 +- http/restful-ws-integration-tests/restful-ws-spring/pom.xml | 2 +- http/restful-ws/pom.xml | 2 +- http/vertx/pom.xml | 2 +- kafka/pom.xml | 2 +- pom.xml | 2 +- spring/pom.xml | 2 +- sql/pom.xml | 2 +- 39 files changed, 39 insertions(+), 39 deletions(-) diff --git a/amqp/pom.xml b/amqp/pom.xml index 38fce47ed..08b8c22b1 100644 --- a/amqp/pom.xml +++ b/amqp/pom.xml @@ -6,7 +6,7 @@ io.cloudevents cloudevents-parent - 2.4.1-SNAPSHOT + 2.4.1 cloudevents-amqp-proton diff --git a/api/pom.xml b/api/pom.xml index f4446b6d6..4a5bb337f 100644 --- a/api/pom.xml +++ b/api/pom.xml @@ -24,7 +24,7 @@ io.cloudevents cloudevents-parent - 2.4.1-SNAPSHOT + 2.4.1 cloudevents-api diff --git a/benchmarks/pom.xml b/benchmarks/pom.xml index 0a1c87ab8..48a527785 100644 --- a/benchmarks/pom.xml +++ b/benchmarks/pom.xml @@ -21,7 +21,7 @@ io.cloudevents cloudevents-parent - 2.4.1-SNAPSHOT + 2.4.1 cloudevents-benchmarks diff --git a/bom/pom.xml b/bom/pom.xml index 440d4a65d..15db2aca4 100644 --- a/bom/pom.xml +++ b/bom/pom.xml @@ -22,7 +22,7 @@ io.cloudevents cloudevents-parent - 2.4.1-SNAPSHOT + 2.4.1 cloudevents-bom diff --git a/core/pom.xml b/core/pom.xml index 85c3120cf..b1155d408 100644 --- a/core/pom.xml +++ b/core/pom.xml @@ -22,7 +22,7 @@ io.cloudevents cloudevents-parent - 2.4.1-SNAPSHOT + 2.4.1 cloudevents-core diff --git a/docs/amqp-proton.md b/docs/amqp-proton.md index 59234b657..dd3881a80 100644 --- a/docs/amqp-proton.md +++ b/docs/amqp-proton.md @@ -18,7 +18,7 @@ binding for CloudEvents: io.cloudevents cloudevents-amqp-proton - 2.4.0 + 2.4.1 ``` diff --git a/docs/api.md b/docs/api.md index b9e60c488..bda0d6f03 100644 --- a/docs/api.md +++ b/docs/api.md @@ -17,7 +17,7 @@ For Maven based projects, use the following dependency: io.cloudevents cloudevents-api - 2.4.0 + 2.4.1 ``` diff --git a/docs/core.md b/docs/core.md index b6e003a31..fbb985a96 100644 --- a/docs/core.md +++ b/docs/core.md @@ -16,7 +16,7 @@ For Maven based projects, use the following dependency: io.cloudevents cloudevents-core - 2.4.0 + 2.4.1 ``` diff --git a/docs/http-basic.md b/docs/http-basic.md index 5e3c3ffa2..e58dc3475 100644 --- a/docs/http-basic.md +++ b/docs/http-basic.md @@ -27,7 +27,7 @@ HTTP Transport: io.cloudevents cloudevents-http-basic - 2.4.0 + 2.4.1 ``` diff --git a/docs/http-jakarta-restful-ws.md b/docs/http-jakarta-restful-ws.md index 4fb033d36..80ff94e32 100644 --- a/docs/http-jakarta-restful-ws.md +++ b/docs/http-jakarta-restful-ws.md @@ -14,7 +14,7 @@ RESTful Web Services Binding: io.cloudevents cloudevents-http-restful-ws - 2.4.0 + 2.4.1 ``` diff --git a/docs/http-vertx.md b/docs/http-vertx.md index eadf6f700..4f08894f1 100644 --- a/docs/http-vertx.md +++ b/docs/http-vertx.md @@ -14,7 +14,7 @@ HTTP Transport: io.cloudevents cloudevents-http-vertx - 2.4.0 + 2.4.1 ``` diff --git a/docs/json-jackson.md b/docs/json-jackson.md index d27366d63..94800a36e 100644 --- a/docs/json-jackson.md +++ b/docs/json-jackson.md @@ -17,7 +17,7 @@ For Maven based projects, use the following dependency: io.cloudevents cloudevents-json-jackson - 2.4.0 + 2.4.1 ``` diff --git a/docs/kafka.md b/docs/kafka.md index 363cb383f..4686ef927 100644 --- a/docs/kafka.md +++ b/docs/kafka.md @@ -17,7 +17,7 @@ For Maven based projects, use the following to configure the io.cloudevents cloudevents-kafka - 2.4.0 + 2.4.1 ``` diff --git a/docs/protobuf.md b/docs/protobuf.md index d2cf93a6a..e4997a8ee 100644 --- a/docs/protobuf.md +++ b/docs/protobuf.md @@ -17,7 +17,7 @@ For Maven based projects, use the following dependency: io.cloudevents cloudevents-protobuf - 2.4.0 + 2.4.1 ``` diff --git a/docs/spring.md b/docs/spring.md index 0b22c6a56..22cba13bc 100644 --- a/docs/spring.md +++ b/docs/spring.md @@ -17,7 +17,7 @@ For Maven based projects, use the following dependency: io.cloudevents cloudevents-spring - 2.4.0 + 2.4.1 ``` diff --git a/examples/amqp-proton/pom.xml b/examples/amqp-proton/pom.xml index 6bc60ba7d..d2249adc9 100644 --- a/examples/amqp-proton/pom.xml +++ b/examples/amqp-proton/pom.xml @@ -3,7 +3,7 @@ cloudevents-examples io.cloudevents - 2.4.1-SNAPSHOT + 2.4.1 4.0.0 diff --git a/examples/basic-http/pom.xml b/examples/basic-http/pom.xml index de7a10d5f..338f672cc 100644 --- a/examples/basic-http/pom.xml +++ b/examples/basic-http/pom.xml @@ -21,7 +21,7 @@ cloudevents-examples io.cloudevents - 2.4.1-SNAPSHOT + 2.4.1 4.0.0 diff --git a/examples/kafka/pom.xml b/examples/kafka/pom.xml index 1f0c79ad2..2f6ba3f52 100644 --- a/examples/kafka/pom.xml +++ b/examples/kafka/pom.xml @@ -5,7 +5,7 @@ cloudevents-examples io.cloudevents - 2.4.1-SNAPSHOT + 2.4.1 4.0.0 diff --git a/examples/pom.xml b/examples/pom.xml index d7995403a..d478e46c3 100644 --- a/examples/pom.xml +++ b/examples/pom.xml @@ -5,7 +5,7 @@ cloudevents-parent io.cloudevents - 2.4.1-SNAPSHOT + 2.4.1 4.0.0 diff --git a/examples/restful-ws-quarkus/pom.xml b/examples/restful-ws-quarkus/pom.xml index d2b73eedb..a870824fc 100644 --- a/examples/restful-ws-quarkus/pom.xml +++ b/examples/restful-ws-quarkus/pom.xml @@ -5,7 +5,7 @@ cloudevents-examples io.cloudevents - 2.4.1-SNAPSHOT + 2.4.1 4.0.0 cloudevents-restful-ws-quarkus-example diff --git a/examples/restful-ws-spring-boot/pom.xml b/examples/restful-ws-spring-boot/pom.xml index 67a89bc76..fb800f0b3 100644 --- a/examples/restful-ws-spring-boot/pom.xml +++ b/examples/restful-ws-spring-boot/pom.xml @@ -5,7 +5,7 @@ cloudevents-examples io.cloudevents - 2.4.1-SNAPSHOT + 2.4.1 4.0.0 diff --git a/examples/spring-function/pom.xml b/examples/spring-function/pom.xml index e9eeba0bf..d9fc7e617 100644 --- a/examples/spring-function/pom.xml +++ b/examples/spring-function/pom.xml @@ -5,7 +5,7 @@ cloudevents-examples io.cloudevents - 2.4.1-SNAPSHOT + 2.4.1 4.0.0 diff --git a/examples/spring-reactive/pom.xml b/examples/spring-reactive/pom.xml index a20ad119c..87e75984d 100644 --- a/examples/spring-reactive/pom.xml +++ b/examples/spring-reactive/pom.xml @@ -5,7 +5,7 @@ cloudevents-examples io.cloudevents - 2.4.1-SNAPSHOT + 2.4.1 4.0.0 diff --git a/examples/spring-rsocket/pom.xml b/examples/spring-rsocket/pom.xml index 947a8c9b7..4494b942d 100644 --- a/examples/spring-rsocket/pom.xml +++ b/examples/spring-rsocket/pom.xml @@ -5,7 +5,7 @@ cloudevents-examples io.cloudevents - 2.4.1-SNAPSHOT + 2.4.1 4.0.0 diff --git a/examples/vertx/pom.xml b/examples/vertx/pom.xml index fee3ae7bf..75b3fb03f 100644 --- a/examples/vertx/pom.xml +++ b/examples/vertx/pom.xml @@ -5,7 +5,7 @@ cloudevents-examples io.cloudevents - 2.4.1-SNAPSHOT + 2.4.1 4.0.0 diff --git a/formats/json-jackson/pom.xml b/formats/json-jackson/pom.xml index b28128427..5d7d172bf 100644 --- a/formats/json-jackson/pom.xml +++ b/formats/json-jackson/pom.xml @@ -22,7 +22,7 @@ io.cloudevents cloudevents-parent - 2.4.1-SNAPSHOT + 2.4.1 ../../pom.xml diff --git a/formats/protobuf/pom.xml b/formats/protobuf/pom.xml index b596be94b..8c21b410a 100644 --- a/formats/protobuf/pom.xml +++ b/formats/protobuf/pom.xml @@ -23,7 +23,7 @@ io.cloudevents cloudevents-parent - 2.4.1-SNAPSHOT + 2.4.1 ../../pom.xml diff --git a/http/basic/pom.xml b/http/basic/pom.xml index 41ef1a5f5..8d611a2d3 100644 --- a/http/basic/pom.xml +++ b/http/basic/pom.xml @@ -21,7 +21,7 @@ io.cloudevents cloudevents-parent - 2.4.1-SNAPSHOT + 2.4.1 ../../pom.xml diff --git a/http/restful-ws-integration-tests/pom.xml b/http/restful-ws-integration-tests/pom.xml index 7c85fbd5e..07392d721 100644 --- a/http/restful-ws-integration-tests/pom.xml +++ b/http/restful-ws-integration-tests/pom.xml @@ -22,7 +22,7 @@ cloudevents-parent io.cloudevents - 2.4.1-SNAPSHOT + 2.4.1 ../../pom.xml 4.0.0 diff --git a/http/restful-ws-integration-tests/restful-ws-common/pom.xml b/http/restful-ws-integration-tests/restful-ws-common/pom.xml index 97d1c3827..cf2d664ab 100644 --- a/http/restful-ws-integration-tests/restful-ws-common/pom.xml +++ b/http/restful-ws-integration-tests/restful-ws-common/pom.xml @@ -22,7 +22,7 @@ cloudevents-http-restful-ws-integration-tests io.cloudevents - 2.4.1-SNAPSHOT + 2.4.1 ../ 4.0.0 diff --git a/http/restful-ws-integration-tests/restful-ws-jersey/pom.xml b/http/restful-ws-integration-tests/restful-ws-jersey/pom.xml index 56b4d7cdb..8861378b6 100644 --- a/http/restful-ws-integration-tests/restful-ws-jersey/pom.xml +++ b/http/restful-ws-integration-tests/restful-ws-jersey/pom.xml @@ -22,7 +22,7 @@ cloudevents-http-restful-ws-integration-tests io.cloudevents - 2.4.1-SNAPSHOT + 2.4.1 ../ 4.0.0 diff --git a/http/restful-ws-integration-tests/restful-ws-resteasy/pom.xml b/http/restful-ws-integration-tests/restful-ws-resteasy/pom.xml index 11a2c21f0..95a6e6ea7 100644 --- a/http/restful-ws-integration-tests/restful-ws-resteasy/pom.xml +++ b/http/restful-ws-integration-tests/restful-ws-resteasy/pom.xml @@ -22,7 +22,7 @@ cloudevents-http-restful-ws-integration-tests io.cloudevents - 2.4.1-SNAPSHOT + 2.4.1 ../ 4.0.0 diff --git a/http/restful-ws-integration-tests/restful-ws-spring/pom.xml b/http/restful-ws-integration-tests/restful-ws-spring/pom.xml index cc3eb95da..941568d8f 100644 --- a/http/restful-ws-integration-tests/restful-ws-spring/pom.xml +++ b/http/restful-ws-integration-tests/restful-ws-spring/pom.xml @@ -22,7 +22,7 @@ cloudevents-http-restful-ws-integration-tests io.cloudevents - 2.4.1-SNAPSHOT + 2.4.1 ../ 4.0.0 diff --git a/http/restful-ws/pom.xml b/http/restful-ws/pom.xml index 5c3732d05..e8a952467 100644 --- a/http/restful-ws/pom.xml +++ b/http/restful-ws/pom.xml @@ -21,7 +21,7 @@ io.cloudevents cloudevents-parent - 2.4.1-SNAPSHOT + 2.4.1 ../../pom.xml diff --git a/http/vertx/pom.xml b/http/vertx/pom.xml index 399ebd195..19bdffbec 100644 --- a/http/vertx/pom.xml +++ b/http/vertx/pom.xml @@ -22,7 +22,7 @@ io.cloudevents cloudevents-parent - 2.4.1-SNAPSHOT + 2.4.1 ../../pom.xml diff --git a/kafka/pom.xml b/kafka/pom.xml index 8bb00efc0..2ac2c0cfc 100644 --- a/kafka/pom.xml +++ b/kafka/pom.xml @@ -23,7 +23,7 @@ io.cloudevents cloudevents-parent - 2.4.1-SNAPSHOT + 2.4.1 cloudevents-kafka diff --git a/pom.xml b/pom.xml index a62c3cfa7..ad862362d 100644 --- a/pom.xml +++ b/pom.xml @@ -21,7 +21,7 @@ io.cloudevents cloudevents-parent - 2.4.1-SNAPSHOT + 2.4.1 pom CloudEvents diff --git a/spring/pom.xml b/spring/pom.xml index 3036d69ea..35cb097e6 100644 --- a/spring/pom.xml +++ b/spring/pom.xml @@ -23,7 +23,7 @@ io.cloudevents cloudevents-parent - 2.4.1-SNAPSHOT + 2.4.1 cloudevents-spring diff --git a/sql/pom.xml b/sql/pom.xml index b2a6c21a7..28591887b 100644 --- a/sql/pom.xml +++ b/sql/pom.xml @@ -5,7 +5,7 @@ cloudevents-parent io.cloudevents - 2.4.1-SNAPSHOT + 2.4.1 4.0.0