diff --git a/amqp/pom.xml b/amqp/pom.xml index 4fc06edb..481d4cfa 100644 --- a/amqp/pom.xml +++ b/amqp/pom.xml @@ -6,7 +6,7 @@ io.cloudevents cloudevents-parent - 2.2.1-SNAPSHOT + 2.2.1 cloudevents-amqp-proton diff --git a/api/pom.xml b/api/pom.xml index f361ab94..c1aafb03 100644 --- a/api/pom.xml +++ b/api/pom.xml @@ -24,7 +24,7 @@ io.cloudevents cloudevents-parent - 2.2.1-SNAPSHOT + 2.2.1 cloudevents-api diff --git a/benchmarks/pom.xml b/benchmarks/pom.xml index 1d89a9bf..d299a077 100644 --- a/benchmarks/pom.xml +++ b/benchmarks/pom.xml @@ -21,7 +21,7 @@ io.cloudevents cloudevents-parent - 2.2.1-SNAPSHOT + 2.2.1 cloudevents-benchmarks diff --git a/core/pom.xml b/core/pom.xml index 1ba384b8..cc6e1dd8 100644 --- a/core/pom.xml +++ b/core/pom.xml @@ -22,7 +22,7 @@ io.cloudevents cloudevents-parent - 2.2.1-SNAPSHOT + 2.2.1 cloudevents-core diff --git a/docs/amqp-proton.md b/docs/amqp-proton.md index 25c083b6..82457229 100644 --- a/docs/amqp-proton.md +++ b/docs/amqp-proton.md @@ -18,7 +18,7 @@ binding for CloudEvents: io.cloudevents cloudevents-amqp-proton - 2.2.0 + 2.2.1 ``` diff --git a/docs/api.md b/docs/api.md index 1bb9f3d0..c0452d2c 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.2.0 + 2.2.1 ``` diff --git a/docs/core.md b/docs/core.md index cb8d857e..6712e755 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.2.0 + 2.2.1 ``` diff --git a/docs/http-basic.md b/docs/http-basic.md index 51ed1e97..d0856872 100644 --- a/docs/http-basic.md +++ b/docs/http-basic.md @@ -27,7 +27,7 @@ HTTP Transport: io.cloudevents cloudevents-http-basic - 2.2.0 + 2.2.1 ``` diff --git a/docs/http-jakarta-restful-ws.md b/docs/http-jakarta-restful-ws.md index 59ca7420..a437db52 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.2.0 + 2.2.1 ``` diff --git a/docs/http-vertx.md b/docs/http-vertx.md index da603f03..c9ff78f1 100644 --- a/docs/http-vertx.md +++ b/docs/http-vertx.md @@ -14,7 +14,7 @@ HTTP Transport: io.cloudevents cloudevents-http-vertx - 2.2.0 + 2.2.1 ``` diff --git a/docs/json-jackson.md b/docs/json-jackson.md index 0b62d319..4bea1851 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.2.0 + 2.2.1 ``` diff --git a/docs/kafka.md b/docs/kafka.md index 449ef0af..e668f7bd 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.2.0 + 2.2.1 ``` diff --git a/docs/protobuf.md b/docs/protobuf.md index 731a2d0e..02ff8873 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.2.0 + 2.2.1 ``` diff --git a/docs/spring.md b/docs/spring.md index f5bd87dd..5449f471 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.2.0 + 2.2.1 ``` diff --git a/examples/amqp-proton/pom.xml b/examples/amqp-proton/pom.xml index c06dc630..a066ce08 100644 --- a/examples/amqp-proton/pom.xml +++ b/examples/amqp-proton/pom.xml @@ -3,7 +3,7 @@ cloudevents-examples io.cloudevents - 2.2.1-SNAPSHOT + 2.2.1 4.0.0 diff --git a/examples/basic-http/pom.xml b/examples/basic-http/pom.xml index 27f11d32..f912ae84 100644 --- a/examples/basic-http/pom.xml +++ b/examples/basic-http/pom.xml @@ -21,7 +21,7 @@ cloudevents-examples io.cloudevents - 2.2.1-SNAPSHOT + 2.2.1 4.0.0 diff --git a/examples/kafka/pom.xml b/examples/kafka/pom.xml index c170332b..2fde507c 100644 --- a/examples/kafka/pom.xml +++ b/examples/kafka/pom.xml @@ -5,7 +5,7 @@ cloudevents-examples io.cloudevents - 2.2.1-SNAPSHOT + 2.2.1 4.0.0 diff --git a/examples/pom.xml b/examples/pom.xml index 012b9496..8c5a6aaf 100644 --- a/examples/pom.xml +++ b/examples/pom.xml @@ -5,7 +5,7 @@ cloudevents-parent io.cloudevents - 2.2.1-SNAPSHOT + 2.2.1 4.0.0 diff --git a/examples/restful-ws-quarkus/pom.xml b/examples/restful-ws-quarkus/pom.xml index fbfe1d01..1a9c4830 100644 --- a/examples/restful-ws-quarkus/pom.xml +++ b/examples/restful-ws-quarkus/pom.xml @@ -5,7 +5,7 @@ cloudevents-examples io.cloudevents - 2.2.1-SNAPSHOT + 2.2.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 de54b806..535275e6 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.2.1-SNAPSHOT + 2.2.1 4.0.0 diff --git a/examples/spring-function/pom.xml b/examples/spring-function/pom.xml index 746c4cff..ab9940fe 100644 --- a/examples/spring-function/pom.xml +++ b/examples/spring-function/pom.xml @@ -5,7 +5,7 @@ cloudevents-examples io.cloudevents - 2.2.1-SNAPSHOT + 2.2.1 4.0.0 diff --git a/examples/spring-reactive/pom.xml b/examples/spring-reactive/pom.xml index e8f7f4dd..b954befa 100644 --- a/examples/spring-reactive/pom.xml +++ b/examples/spring-reactive/pom.xml @@ -5,7 +5,7 @@ cloudevents-examples io.cloudevents - 2.2.1-SNAPSHOT + 2.2.1 4.0.0 diff --git a/examples/spring-rsocket/pom.xml b/examples/spring-rsocket/pom.xml index af682769..b0d60e83 100644 --- a/examples/spring-rsocket/pom.xml +++ b/examples/spring-rsocket/pom.xml @@ -5,7 +5,7 @@ cloudevents-examples io.cloudevents - 2.2.1-SNAPSHOT + 2.2.1 4.0.0 diff --git a/examples/vertx/pom.xml b/examples/vertx/pom.xml index 76461a3b..a38eb473 100644 --- a/examples/vertx/pom.xml +++ b/examples/vertx/pom.xml @@ -5,7 +5,7 @@ cloudevents-examples io.cloudevents - 2.2.1-SNAPSHOT + 2.2.1 4.0.0 diff --git a/formats/json-jackson/pom.xml b/formats/json-jackson/pom.xml index c4d7fe80..01b5fb7a 100644 --- a/formats/json-jackson/pom.xml +++ b/formats/json-jackson/pom.xml @@ -22,7 +22,7 @@ io.cloudevents cloudevents-parent - 2.2.1-SNAPSHOT + 2.2.1 ../../pom.xml diff --git a/formats/protobuf/pom.xml b/formats/protobuf/pom.xml index 5c8b5f8e..b5dc0696 100644 --- a/formats/protobuf/pom.xml +++ b/formats/protobuf/pom.xml @@ -23,7 +23,7 @@ io.cloudevents cloudevents-parent - 2.2.1-SNAPSHOT + 2.2.1 ../../pom.xml diff --git a/http/basic/pom.xml b/http/basic/pom.xml index e09e6232..edbb5e0a 100644 --- a/http/basic/pom.xml +++ b/http/basic/pom.xml @@ -21,7 +21,7 @@ io.cloudevents cloudevents-parent - 2.2.1-SNAPSHOT + 2.2.1 ../../pom.xml diff --git a/http/restful-ws-integration-tests/pom.xml b/http/restful-ws-integration-tests/pom.xml index e2f3d94e..dd9d7231 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.2.1-SNAPSHOT + 2.2.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 b4d31207..ff481f71 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.2.1-SNAPSHOT + 2.2.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 4085adf9..94c54e0d 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.2.1-SNAPSHOT + 2.2.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 01d197bd..0383c44a 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.2.1-SNAPSHOT + 2.2.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 cfbcdac7..830898e3 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.2.1-SNAPSHOT + 2.2.1 ../ 4.0.0 diff --git a/http/restful-ws/pom.xml b/http/restful-ws/pom.xml index 5f84c4db..ed8241bb 100644 --- a/http/restful-ws/pom.xml +++ b/http/restful-ws/pom.xml @@ -21,7 +21,7 @@ io.cloudevents cloudevents-parent - 2.2.1-SNAPSHOT + 2.2.1 ../../pom.xml diff --git a/http/vertx/pom.xml b/http/vertx/pom.xml index 957c235c..a66a9b1d 100644 --- a/http/vertx/pom.xml +++ b/http/vertx/pom.xml @@ -22,7 +22,7 @@ io.cloudevents cloudevents-parent - 2.2.1-SNAPSHOT + 2.2.1 ../../pom.xml diff --git a/kafka/pom.xml b/kafka/pom.xml index ce83b29f..c526cb1d 100644 --- a/kafka/pom.xml +++ b/kafka/pom.xml @@ -23,7 +23,7 @@ io.cloudevents cloudevents-parent - 2.2.1-SNAPSHOT + 2.2.1 cloudevents-kafka diff --git a/pom.xml b/pom.xml index af89bdd4..70d72249 100644 --- a/pom.xml +++ b/pom.xml @@ -21,7 +21,7 @@ io.cloudevents cloudevents-parent - 2.2.1-SNAPSHOT + 2.2.1 pom CloudEvents diff --git a/spring/pom.xml b/spring/pom.xml index 4a54c351..da56adb1 100644 --- a/spring/pom.xml +++ b/spring/pom.xml @@ -23,7 +23,7 @@ io.cloudevents cloudevents-parent - 2.2.1-SNAPSHOT + 2.2.1 cloudevents-spring diff --git a/sql/pom.xml b/sql/pom.xml index 31631e2f..f076d080 100644 --- a/sql/pom.xml +++ b/sql/pom.xml @@ -5,7 +5,7 @@ cloudevents-parent io.cloudevents - 2.2.1-SNAPSHOT + 2.2.1 4.0.0