From ba9ccad5d237dd47a5acd952bf9bb6470bfc0945 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 28 Apr 2021 15:24:41 +0200 Subject: [PATCH] Bump to 2.1.0 (#377) Signed-off-by: GitHub Co-authored-by: slinkydeveloper --- amqp/pom.xml | 2 +- api/pom.xml | 2 +- benchmarks/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 +- 38 files changed, 38 insertions(+), 38 deletions(-) diff --git a/amqp/pom.xml b/amqp/pom.xml index 9fb8c4a2..84b32b94 100644 --- a/amqp/pom.xml +++ b/amqp/pom.xml @@ -6,7 +6,7 @@ io.cloudevents cloudevents-parent - 2.1.0-SNAPSHOT + 2.1.0 cloudevents-amqp-proton diff --git a/api/pom.xml b/api/pom.xml index 488e938e..5326e2b2 100644 --- a/api/pom.xml +++ b/api/pom.xml @@ -24,7 +24,7 @@ io.cloudevents cloudevents-parent - 2.1.0-SNAPSHOT + 2.1.0 cloudevents-api diff --git a/benchmarks/pom.xml b/benchmarks/pom.xml index 73368a3f..43110582 100644 --- a/benchmarks/pom.xml +++ b/benchmarks/pom.xml @@ -21,7 +21,7 @@ io.cloudevents cloudevents-parent - 2.1.0-SNAPSHOT + 2.1.0 cloudevents-benchmarks diff --git a/core/pom.xml b/core/pom.xml index eb100c4f..40cb3953 100644 --- a/core/pom.xml +++ b/core/pom.xml @@ -22,7 +22,7 @@ io.cloudevents cloudevents-parent - 2.1.0-SNAPSHOT + 2.1.0 cloudevents-core diff --git a/docs/amqp-proton.md b/docs/amqp-proton.md index 299d8666..baaac848 100644 --- a/docs/amqp-proton.md +++ b/docs/amqp-proton.md @@ -18,7 +18,7 @@ binding for CloudEvents: io.cloudevents cloudevents-amqp-proton - 2.0.0 + 2.1.0 ``` diff --git a/docs/api.md b/docs/api.md index 23bdc5bc..af89980a 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.0.0 + 2.1.0 ``` diff --git a/docs/core.md b/docs/core.md index 6500e780..9143372b 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.0.0 + 2.1.0 ``` diff --git a/docs/http-basic.md b/docs/http-basic.md index 45c5de5a..224ade9f 100644 --- a/docs/http-basic.md +++ b/docs/http-basic.md @@ -27,7 +27,7 @@ HTTP Transport: io.cloudevents cloudevents-http-basic - 2.0.0 + 2.1.0 ``` diff --git a/docs/http-jakarta-restful-ws.md b/docs/http-jakarta-restful-ws.md index b0bf4540..acbbc2ab 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.0.0 + 2.1.0 ``` diff --git a/docs/http-vertx.md b/docs/http-vertx.md index 052eae45..2928c967 100644 --- a/docs/http-vertx.md +++ b/docs/http-vertx.md @@ -14,7 +14,7 @@ HTTP Transport: io.cloudevents cloudevents-http-vertx - 2.0.0 + 2.1.0 ``` diff --git a/docs/json-jackson.md b/docs/json-jackson.md index db60cae1..d9de3391 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.0.0 + 2.1.0 ``` diff --git a/docs/kafka.md b/docs/kafka.md index 92aff194..e3b7f2e9 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.0.0 + 2.1.0 ``` diff --git a/docs/protobuf.md b/docs/protobuf.md index b038f17b..4926d6cf 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.0.0 + 2.1.0 ``` diff --git a/docs/spring.md b/docs/spring.md index 7e9c76cb..c9e3c531 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.0.0 + 2.1.0 ``` diff --git a/examples/amqp-proton/pom.xml b/examples/amqp-proton/pom.xml index 3f3a1b20..37711f8c 100644 --- a/examples/amqp-proton/pom.xml +++ b/examples/amqp-proton/pom.xml @@ -3,7 +3,7 @@ cloudevents-examples io.cloudevents - 2.1.0-SNAPSHOT + 2.1.0 4.0.0 diff --git a/examples/basic-http/pom.xml b/examples/basic-http/pom.xml index 6ede8006..e24f9d80 100644 --- a/examples/basic-http/pom.xml +++ b/examples/basic-http/pom.xml @@ -21,7 +21,7 @@ cloudevents-examples io.cloudevents - 2.1.0-SNAPSHOT + 2.1.0 4.0.0 diff --git a/examples/kafka/pom.xml b/examples/kafka/pom.xml index 164a49e5..c9e42fc3 100644 --- a/examples/kafka/pom.xml +++ b/examples/kafka/pom.xml @@ -5,7 +5,7 @@ cloudevents-examples io.cloudevents - 2.1.0-SNAPSHOT + 2.1.0 4.0.0 diff --git a/examples/pom.xml b/examples/pom.xml index eb3acaad..9dc0a589 100644 --- a/examples/pom.xml +++ b/examples/pom.xml @@ -5,7 +5,7 @@ cloudevents-parent io.cloudevents - 2.1.0-SNAPSHOT + 2.1.0 4.0.0 diff --git a/examples/restful-ws-quarkus/pom.xml b/examples/restful-ws-quarkus/pom.xml index 9048674e..61b48050 100644 --- a/examples/restful-ws-quarkus/pom.xml +++ b/examples/restful-ws-quarkus/pom.xml @@ -5,7 +5,7 @@ cloudevents-examples io.cloudevents - 2.1.0-SNAPSHOT + 2.1.0 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 51031a21..fb13ef16 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.1.0-SNAPSHOT + 2.1.0 4.0.0 diff --git a/examples/spring-function/pom.xml b/examples/spring-function/pom.xml index 2d599e5b..8f958af2 100644 --- a/examples/spring-function/pom.xml +++ b/examples/spring-function/pom.xml @@ -5,7 +5,7 @@ cloudevents-examples io.cloudevents - 2.1.0-SNAPSHOT + 2.1.0 4.0.0 diff --git a/examples/spring-reactive/pom.xml b/examples/spring-reactive/pom.xml index 3f0bc7b2..424d55b5 100644 --- a/examples/spring-reactive/pom.xml +++ b/examples/spring-reactive/pom.xml @@ -5,7 +5,7 @@ cloudevents-examples io.cloudevents - 2.1.0-SNAPSHOT + 2.1.0 4.0.0 diff --git a/examples/spring-rsocket/pom.xml b/examples/spring-rsocket/pom.xml index d8a7720d..c7d90dec 100644 --- a/examples/spring-rsocket/pom.xml +++ b/examples/spring-rsocket/pom.xml @@ -5,7 +5,7 @@ cloudevents-examples io.cloudevents - 2.1.0-SNAPSHOT + 2.1.0 4.0.0 diff --git a/examples/vertx/pom.xml b/examples/vertx/pom.xml index 9a835012..c54b5582 100644 --- a/examples/vertx/pom.xml +++ b/examples/vertx/pom.xml @@ -5,7 +5,7 @@ cloudevents-examples io.cloudevents - 2.1.0-SNAPSHOT + 2.1.0 4.0.0 diff --git a/formats/json-jackson/pom.xml b/formats/json-jackson/pom.xml index 37607122..e199b258 100644 --- a/formats/json-jackson/pom.xml +++ b/formats/json-jackson/pom.xml @@ -22,7 +22,7 @@ io.cloudevents cloudevents-parent - 2.1.0-SNAPSHOT + 2.1.0 ../../pom.xml diff --git a/formats/protobuf/pom.xml b/formats/protobuf/pom.xml index c08a83b7..2081e6c6 100644 --- a/formats/protobuf/pom.xml +++ b/formats/protobuf/pom.xml @@ -23,7 +23,7 @@ io.cloudevents cloudevents-parent - 2.1.0-SNAPSHOT + 2.1.0 ../../pom.xml diff --git a/http/basic/pom.xml b/http/basic/pom.xml index 7e869a00..6aa5ae7b 100644 --- a/http/basic/pom.xml +++ b/http/basic/pom.xml @@ -21,7 +21,7 @@ io.cloudevents cloudevents-parent - 2.1.0-SNAPSHOT + 2.1.0 ../../pom.xml diff --git a/http/restful-ws-integration-tests/pom.xml b/http/restful-ws-integration-tests/pom.xml index 3547c8f3..a1b8f98d 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.1.0-SNAPSHOT + 2.1.0 ../../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 aa8682eb..ef0c4b22 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.1.0-SNAPSHOT + 2.1.0 ../ 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 4f2b960d..b0b628f7 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.1.0-SNAPSHOT + 2.1.0 ../ 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 0afd727f..764d6edb 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.1.0-SNAPSHOT + 2.1.0 ../ 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 801bafff..f1087004 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.1.0-SNAPSHOT + 2.1.0 ../ 4.0.0 diff --git a/http/restful-ws/pom.xml b/http/restful-ws/pom.xml index 488a6e9a..8eb9441b 100644 --- a/http/restful-ws/pom.xml +++ b/http/restful-ws/pom.xml @@ -21,7 +21,7 @@ io.cloudevents cloudevents-parent - 2.1.0-SNAPSHOT + 2.1.0 ../../pom.xml diff --git a/http/vertx/pom.xml b/http/vertx/pom.xml index c07a2d88..2035f475 100644 --- a/http/vertx/pom.xml +++ b/http/vertx/pom.xml @@ -22,7 +22,7 @@ io.cloudevents cloudevents-parent - 2.1.0-SNAPSHOT + 2.1.0 ../../pom.xml diff --git a/kafka/pom.xml b/kafka/pom.xml index 17b8c5a7..878596ef 100644 --- a/kafka/pom.xml +++ b/kafka/pom.xml @@ -23,7 +23,7 @@ io.cloudevents cloudevents-parent - 2.1.0-SNAPSHOT + 2.1.0 cloudevents-kafka diff --git a/pom.xml b/pom.xml index 9d6359d0..19abd428 100644 --- a/pom.xml +++ b/pom.xml @@ -21,7 +21,7 @@ io.cloudevents cloudevents-parent - 2.1.0-SNAPSHOT + 2.1.0 pom CloudEvents diff --git a/spring/pom.xml b/spring/pom.xml index 53fa9718..8d3759f4 100644 --- a/spring/pom.xml +++ b/spring/pom.xml @@ -23,7 +23,7 @@ io.cloudevents cloudevents-parent - 2.1.0-SNAPSHOT + 2.1.0 cloudevents-spring diff --git a/sql/pom.xml b/sql/pom.xml index fa1a33f6..4fa9056c 100644 --- a/sql/pom.xml +++ b/sql/pom.xml @@ -5,7 +5,7 @@ cloudevents-parent io.cloudevents - 2.1.0-SNAPSHOT + 2.1.0 4.0.0