From dc336a6c5dee8574f5126a1a2e2e438177640d9a Mon Sep 17 00:00:00 2001 From: duglin Date: Thu, 9 Apr 2026 16:00:40 +0000 Subject: [PATCH] Bump to 4.0.2 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/avro.md | 2 +- docs/core.md | 2 +- docs/http-basic.md | 2 +- docs/http-jakarta-restful-ws-jakarta.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 +- docs/xml.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-microprofile-liberty/pom.xml | 2 +- examples/restful-ws-quarkus/pom.xml | 2 +- examples/restful-ws-spring-boot/pom.xml | 2 +- examples/rocketmq/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/avro-compact/pom.xml | 2 +- formats/json-jackson/pom.xml | 2 +- formats/protobuf/pom.xml | 2 +- formats/xml/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-jakarta-integration-tests/pom.xml | 2 +- .../restful-ws-jakarta-common/pom.xml | 2 +- .../restful-ws-liberty/pom.xml | 2 +- .../restful-ws-resteasy/pom.xml | 2 +- http/restful-ws-jakarta/pom.xml | 2 +- http/restful-ws/pom.xml | 2 +- http/vertx/pom.xml | 2 +- kafka/pom.xml | 2 +- pom.xml | 2 +- rocketmq/pom.xml | 2 +- spring/pom.xml | 2 +- sql/pom.xml | 2 +- 52 files changed, 52 insertions(+), 52 deletions(-) diff --git a/amqp/pom.xml b/amqp/pom.xml index 0c1257b2..fb5ba1a0 100644 --- a/amqp/pom.xml +++ b/amqp/pom.xml @@ -6,7 +6,7 @@ io.cloudevents cloudevents-parent - 4.1.0-SNAPSHOT + 4.0.2 cloudevents-amqp-proton diff --git a/api/pom.xml b/api/pom.xml index cad0b7e1..cdde8cdc 100644 --- a/api/pom.xml +++ b/api/pom.xml @@ -24,7 +24,7 @@ io.cloudevents cloudevents-parent - 4.1.0-SNAPSHOT + 4.0.2 cloudevents-api diff --git a/benchmarks/pom.xml b/benchmarks/pom.xml index 196638f9..dd8084c1 100644 --- a/benchmarks/pom.xml +++ b/benchmarks/pom.xml @@ -21,7 +21,7 @@ io.cloudevents cloudevents-parent - 4.1.0-SNAPSHOT + 4.0.2 cloudevents-benchmarks diff --git a/bom/pom.xml b/bom/pom.xml index 931ebac1..e7b29ab4 100644 --- a/bom/pom.xml +++ b/bom/pom.xml @@ -22,7 +22,7 @@ io.cloudevents cloudevents-parent - 4.1.0-SNAPSHOT + 4.0.2 cloudevents-bom diff --git a/core/pom.xml b/core/pom.xml index 71d7e4eb..e59cbbb6 100644 --- a/core/pom.xml +++ b/core/pom.xml @@ -22,7 +22,7 @@ io.cloudevents cloudevents-parent - 4.1.0-SNAPSHOT + 4.0.2 cloudevents-core diff --git a/docs/amqp-proton.md b/docs/amqp-proton.md index 986d2ac2..de411dac 100644 --- a/docs/amqp-proton.md +++ b/docs/amqp-proton.md @@ -18,7 +18,7 @@ binding for CloudEvents: io.cloudevents cloudevents-amqp-proton - 4.0.1 + 4.0.2 ``` diff --git a/docs/api.md b/docs/api.md index 0722d0fa..a2e41787 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 - 4.0.1 + 4.0.2 ``` diff --git a/docs/avro.md b/docs/avro.md index 84402176..f37d18f6 100644 --- a/docs/avro.md +++ b/docs/avro.md @@ -16,7 +16,7 @@ For Maven based projects, use the following dependency: io.cloudevents cloudevents-avro-compact - 4.0.1 + 4.0.2 ``` diff --git a/docs/core.md b/docs/core.md index 472b3070..30760bbf 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 - 4.0.1 + 4.0.2 ``` diff --git a/docs/http-basic.md b/docs/http-basic.md index 29b5c3a7..a8f55dd0 100644 --- a/docs/http-basic.md +++ b/docs/http-basic.md @@ -27,7 +27,7 @@ HTTP Transport: io.cloudevents cloudevents-http-basic - 4.0.1 + 4.0.2 ``` diff --git a/docs/http-jakarta-restful-ws-jakarta.md b/docs/http-jakarta-restful-ws-jakarta.md index a2051321..51df7384 100644 --- a/docs/http-jakarta-restful-ws-jakarta.md +++ b/docs/http-jakarta-restful-ws-jakarta.md @@ -14,7 +14,7 @@ RESTful Web Services Binding for Jakarta EE 9+: io.cloudevents cloudevents-http-restful-ws-jakarta - 4.0.1 + 4.0.2 ``` diff --git a/docs/http-jakarta-restful-ws.md b/docs/http-jakarta-restful-ws.md index fdcdf804..c75e45be 100644 --- a/docs/http-jakarta-restful-ws.md +++ b/docs/http-jakarta-restful-ws.md @@ -14,7 +14,7 @@ RESTful Web Services Binding for Jakarta EE 8: io.cloudevents cloudevents-http-restful-ws - 4.0.1 + 4.0.2 ``` diff --git a/docs/http-vertx.md b/docs/http-vertx.md index 6d0787aa..403539f0 100644 --- a/docs/http-vertx.md +++ b/docs/http-vertx.md @@ -14,7 +14,7 @@ HTTP Transport: io.cloudevents cloudevents-http-vertx - 4.0.1 + 4.0.2 ``` diff --git a/docs/json-jackson.md b/docs/json-jackson.md index fed3062a..49cbb9c7 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 - 4.0.1 + 4.0.2 ``` diff --git a/docs/kafka.md b/docs/kafka.md index dd2f6148..841ef3e5 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 - 4.0.1 + 4.0.2 ``` diff --git a/docs/protobuf.md b/docs/protobuf.md index c3506a00..b0c7b722 100644 --- a/docs/protobuf.md +++ b/docs/protobuf.md @@ -18,7 +18,7 @@ For Maven based projects, use the following dependency: io.cloudevents cloudevents-protobuf - 4.0.1 + 4.0.2 ``` diff --git a/docs/spring.md b/docs/spring.md index c12ec6a8..8785d3e1 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 - 4.0.1 + 4.0.2 ``` diff --git a/docs/xml.md b/docs/xml.md index 9a414454..313a1c5e 100644 --- a/docs/xml.md +++ b/docs/xml.md @@ -18,7 +18,7 @@ For Maven based projects, use the following dependency: io.cloudevents cloudevents-xml - 4.0.1 + 4.0.2 ``` diff --git a/examples/amqp-proton/pom.xml b/examples/amqp-proton/pom.xml index be8e54c4..9d95cfe9 100644 --- a/examples/amqp-proton/pom.xml +++ b/examples/amqp-proton/pom.xml @@ -3,7 +3,7 @@ cloudevents-examples io.cloudevents - 4.1.0-SNAPSHOT + 4.0.2 4.0.0 diff --git a/examples/basic-http/pom.xml b/examples/basic-http/pom.xml index 6c0929cf..50302929 100644 --- a/examples/basic-http/pom.xml +++ b/examples/basic-http/pom.xml @@ -21,7 +21,7 @@ cloudevents-examples io.cloudevents - 4.1.0-SNAPSHOT + 4.0.2 4.0.0 diff --git a/examples/kafka/pom.xml b/examples/kafka/pom.xml index 402fd8d3..27d21385 100644 --- a/examples/kafka/pom.xml +++ b/examples/kafka/pom.xml @@ -5,7 +5,7 @@ cloudevents-examples io.cloudevents - 4.1.0-SNAPSHOT + 4.0.2 4.0.0 diff --git a/examples/pom.xml b/examples/pom.xml index 60d1ccbf..075a940c 100644 --- a/examples/pom.xml +++ b/examples/pom.xml @@ -5,7 +5,7 @@ cloudevents-parent io.cloudevents - 4.1.0-SNAPSHOT + 4.0.2 4.0.0 diff --git a/examples/restful-ws-microprofile-liberty/pom.xml b/examples/restful-ws-microprofile-liberty/pom.xml index 79a3780e..e5ee9944 100644 --- a/examples/restful-ws-microprofile-liberty/pom.xml +++ b/examples/restful-ws-microprofile-liberty/pom.xml @@ -3,7 +3,7 @@ cloudevents-examples io.cloudevents - 4.1.0-SNAPSHOT + 4.0.2 ../ 4.0.0 diff --git a/examples/restful-ws-quarkus/pom.xml b/examples/restful-ws-quarkus/pom.xml index f8f80121..e51fe340 100644 --- a/examples/restful-ws-quarkus/pom.xml +++ b/examples/restful-ws-quarkus/pom.xml @@ -5,7 +5,7 @@ cloudevents-examples io.cloudevents - 4.1.0-SNAPSHOT + 4.0.2 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 3153c0e9..2a974957 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 - 4.1.0-SNAPSHOT + 4.0.2 4.0.0 diff --git a/examples/rocketmq/pom.xml b/examples/rocketmq/pom.xml index 229364ea..e7747a40 100644 --- a/examples/rocketmq/pom.xml +++ b/examples/rocketmq/pom.xml @@ -5,7 +5,7 @@ cloudevents-examples io.cloudevents - 4.1.0-SNAPSHOT + 4.0.2 4.0.0 diff --git a/examples/spring-function/pom.xml b/examples/spring-function/pom.xml index 2010cccb..e32179ea 100644 --- a/examples/spring-function/pom.xml +++ b/examples/spring-function/pom.xml @@ -5,7 +5,7 @@ cloudevents-examples io.cloudevents - 4.1.0-SNAPSHOT + 4.0.2 4.0.0 diff --git a/examples/spring-reactive/pom.xml b/examples/spring-reactive/pom.xml index ef5ddaf1..141548d5 100644 --- a/examples/spring-reactive/pom.xml +++ b/examples/spring-reactive/pom.xml @@ -5,7 +5,7 @@ cloudevents-examples io.cloudevents - 4.1.0-SNAPSHOT + 4.0.2 4.0.0 diff --git a/examples/spring-rsocket/pom.xml b/examples/spring-rsocket/pom.xml index df095e5a..f4c7511f 100644 --- a/examples/spring-rsocket/pom.xml +++ b/examples/spring-rsocket/pom.xml @@ -5,7 +5,7 @@ cloudevents-examples io.cloudevents - 4.1.0-SNAPSHOT + 4.0.2 4.0.0 diff --git a/examples/vertx/pom.xml b/examples/vertx/pom.xml index daa3b334..2397217e 100644 --- a/examples/vertx/pom.xml +++ b/examples/vertx/pom.xml @@ -5,7 +5,7 @@ cloudevents-examples io.cloudevents - 4.1.0-SNAPSHOT + 4.0.2 4.0.0 diff --git a/formats/avro-compact/pom.xml b/formats/avro-compact/pom.xml index 16c27e9b..e2588845 100644 --- a/formats/avro-compact/pom.xml +++ b/formats/avro-compact/pom.xml @@ -23,7 +23,7 @@ io.cloudevents cloudevents-parent - 4.1.0-SNAPSHOT + 4.0.2 ../../pom.xml diff --git a/formats/json-jackson/pom.xml b/formats/json-jackson/pom.xml index b5440b6b..db6c15b1 100644 --- a/formats/json-jackson/pom.xml +++ b/formats/json-jackson/pom.xml @@ -22,7 +22,7 @@ io.cloudevents cloudevents-parent - 4.1.0-SNAPSHOT + 4.0.2 ../../pom.xml diff --git a/formats/protobuf/pom.xml b/formats/protobuf/pom.xml index ae05c8ca..c5d6088d 100644 --- a/formats/protobuf/pom.xml +++ b/formats/protobuf/pom.xml @@ -23,7 +23,7 @@ io.cloudevents cloudevents-parent - 4.1.0-SNAPSHOT + 4.0.2 ../../pom.xml diff --git a/formats/xml/pom.xml b/formats/xml/pom.xml index 057de70e..fbce797d 100644 --- a/formats/xml/pom.xml +++ b/formats/xml/pom.xml @@ -23,7 +23,7 @@ io.cloudevents cloudevents-parent - 4.1.0-SNAPSHOT + 4.0.2 ../../pom.xml diff --git a/http/basic/pom.xml b/http/basic/pom.xml index ab747409..19a8f392 100644 --- a/http/basic/pom.xml +++ b/http/basic/pom.xml @@ -21,7 +21,7 @@ io.cloudevents cloudevents-parent - 4.1.0-SNAPSHOT + 4.0.2 ../../pom.xml diff --git a/http/restful-ws-integration-tests/pom.xml b/http/restful-ws-integration-tests/pom.xml index 56fbb867..2949e396 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 - 4.1.0-SNAPSHOT + 4.0.2 ../../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 32a4335a..7e2404f9 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 - 4.1.0-SNAPSHOT + 4.0.2 ../ 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 46c817a5..0455f7c4 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 - 4.1.0-SNAPSHOT + 4.0.2 ../ 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 dc0916cb..ded6985b 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 - 4.1.0-SNAPSHOT + 4.0.2 ../ 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 5832ab7a..bb3644a3 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 - 4.1.0-SNAPSHOT + 4.0.2 ../ 4.0.0 diff --git a/http/restful-ws-jakarta-integration-tests/pom.xml b/http/restful-ws-jakarta-integration-tests/pom.xml index 1b291882..08bf8f74 100644 --- a/http/restful-ws-jakarta-integration-tests/pom.xml +++ b/http/restful-ws-jakarta-integration-tests/pom.xml @@ -5,7 +5,7 @@ cloudevents-parent io.cloudevents - 4.1.0-SNAPSHOT + 4.0.2 ../../pom.xml 4.0.0 diff --git a/http/restful-ws-jakarta-integration-tests/restful-ws-jakarta-common/pom.xml b/http/restful-ws-jakarta-integration-tests/restful-ws-jakarta-common/pom.xml index 0b505c06..a55d0d7a 100644 --- a/http/restful-ws-jakarta-integration-tests/restful-ws-jakarta-common/pom.xml +++ b/http/restful-ws-jakarta-integration-tests/restful-ws-jakarta-common/pom.xml @@ -3,7 +3,7 @@ cloudevents-http-restful-ws-jakarta-integration-tests io.cloudevents - 4.1.0-SNAPSHOT + 4.0.2 ../ 4.0.0 diff --git a/http/restful-ws-jakarta-integration-tests/restful-ws-liberty/pom.xml b/http/restful-ws-jakarta-integration-tests/restful-ws-liberty/pom.xml index 77ad83ac..587d2619 100644 --- a/http/restful-ws-jakarta-integration-tests/restful-ws-liberty/pom.xml +++ b/http/restful-ws-jakarta-integration-tests/restful-ws-liberty/pom.xml @@ -5,7 +5,7 @@ cloudevents-http-restful-ws-jakarta-integration-tests io.cloudevents - 4.1.0-SNAPSHOT + 4.0.2 ../ 4.0.0 diff --git a/http/restful-ws-jakarta-integration-tests/restful-ws-resteasy/pom.xml b/http/restful-ws-jakarta-integration-tests/restful-ws-resteasy/pom.xml index 1702d47c..218f524b 100644 --- a/http/restful-ws-jakarta-integration-tests/restful-ws-resteasy/pom.xml +++ b/http/restful-ws-jakarta-integration-tests/restful-ws-resteasy/pom.xml @@ -3,7 +3,7 @@ cloudevents-http-restful-ws-jakarta-integration-tests io.cloudevents - 4.1.0-SNAPSHOT + 4.0.2 ../ 4.0.0 diff --git a/http/restful-ws-jakarta/pom.xml b/http/restful-ws-jakarta/pom.xml index 3ef8d87a..e455e3bb 100644 --- a/http/restful-ws-jakarta/pom.xml +++ b/http/restful-ws-jakarta/pom.xml @@ -21,7 +21,7 @@ io.cloudevents cloudevents-parent - 4.1.0-SNAPSHOT + 4.0.2 ../../pom.xml diff --git a/http/restful-ws/pom.xml b/http/restful-ws/pom.xml index dcec6d0a..4fb85a2a 100644 --- a/http/restful-ws/pom.xml +++ b/http/restful-ws/pom.xml @@ -21,7 +21,7 @@ io.cloudevents cloudevents-parent - 4.1.0-SNAPSHOT + 4.0.2 ../../pom.xml diff --git a/http/vertx/pom.xml b/http/vertx/pom.xml index f422afab..15eec504 100644 --- a/http/vertx/pom.xml +++ b/http/vertx/pom.xml @@ -22,7 +22,7 @@ io.cloudevents cloudevents-parent - 4.1.0-SNAPSHOT + 4.0.2 ../../pom.xml diff --git a/kafka/pom.xml b/kafka/pom.xml index 7f5c8774..fd17817e 100644 --- a/kafka/pom.xml +++ b/kafka/pom.xml @@ -23,7 +23,7 @@ io.cloudevents cloudevents-parent - 4.1.0-SNAPSHOT + 4.0.2 cloudevents-kafka diff --git a/pom.xml b/pom.xml index 42fbb6be..75d79096 100644 --- a/pom.xml +++ b/pom.xml @@ -21,7 +21,7 @@ io.cloudevents cloudevents-parent - 4.1.0-SNAPSHOT + 4.0.2 pom CloudEvents diff --git a/rocketmq/pom.xml b/rocketmq/pom.xml index e9d182c3..400e4f62 100644 --- a/rocketmq/pom.xml +++ b/rocketmq/pom.xml @@ -23,7 +23,7 @@ cloudevents-parent io.cloudevents - 4.1.0-SNAPSHOT + 4.0.2 cloudevents-rocketmq diff --git a/spring/pom.xml b/spring/pom.xml index 8e6afe0c..4592f8bd 100644 --- a/spring/pom.xml +++ b/spring/pom.xml @@ -23,7 +23,7 @@ io.cloudevents cloudevents-parent - 4.1.0-SNAPSHOT + 4.0.2 cloudevents-spring diff --git a/sql/pom.xml b/sql/pom.xml index ae8345fa..6ea6ccc0 100644 --- a/sql/pom.xml +++ b/sql/pom.xml @@ -5,7 +5,7 @@ cloudevents-parent io.cloudevents - 4.1.0-SNAPSHOT + 4.0.2 4.0.0