diff --git a/amqp/pom.xml b/amqp/pom.xml index 44fd6b56..e389c284 100644 --- a/amqp/pom.xml +++ b/amqp/pom.xml @@ -6,7 +6,7 @@ io.cloudevents cloudevents-parent - 2.0.0-SNAPSHOT + 2.0.0 cloudevents-amqp-proton diff --git a/api/pom.xml b/api/pom.xml index 6ad7e13f..dd2a2084 100644 --- a/api/pom.xml +++ b/api/pom.xml @@ -24,7 +24,7 @@ io.cloudevents cloudevents-parent - 2.0.0-SNAPSHOT + 2.0.0 cloudevents-api diff --git a/benchmarks/pom.xml b/benchmarks/pom.xml index a47a8c42..9bb8b237 100644 --- a/benchmarks/pom.xml +++ b/benchmarks/pom.xml @@ -21,7 +21,7 @@ io.cloudevents cloudevents-parent - 2.0.0-SNAPSHOT + 2.0.0 cloudevents-benchmarks diff --git a/core/pom.xml b/core/pom.xml index 1fbd4c10..b6ca8fc7 100644 --- a/core/pom.xml +++ b/core/pom.xml @@ -22,7 +22,7 @@ io.cloudevents cloudevents-parent - 2.0.0-SNAPSHOT + 2.0.0 cloudevents-core diff --git a/docs/amqp-proton.md b/docs/amqp-proton.md index 5355158a..299d8666 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.RC2 + 2.0.0 ``` diff --git a/docs/api.md b/docs/api.md index e7e546dc..23bdc5bc 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.RC2 + 2.0.0 ``` diff --git a/docs/core.md b/docs/core.md index cf35a80f..6500e780 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.RC2 + 2.0.0 ``` diff --git a/docs/http-basic.md b/docs/http-basic.md index 4cddc62f..45c5de5a 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.RC2 + 2.0.0 ``` diff --git a/docs/http-jakarta-restful-ws.md b/docs/http-jakarta-restful-ws.md index 31e9fcc1..b0bf4540 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.RC2 + 2.0.0 ``` diff --git a/docs/http-vertx.md b/docs/http-vertx.md index 9d8ae017..052eae45 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.RC2 + 2.0.0 ``` diff --git a/docs/json-jackson.md b/docs/json-jackson.md index be621397..db60cae1 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.RC2 + 2.0.0 ``` diff --git a/docs/kafka.md b/docs/kafka.md index 70ef0d8c..92aff194 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.RC2 + 2.0.0 ``` diff --git a/docs/spring.md b/docs/spring.md index 83eb0f9a..3cdbd3d5 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.RC2 + 2.0.0 ``` diff --git a/examples/amqp-proton/pom.xml b/examples/amqp-proton/pom.xml index d0e3ff8c..f65b5b14 100644 --- a/examples/amqp-proton/pom.xml +++ b/examples/amqp-proton/pom.xml @@ -3,7 +3,7 @@ cloudevents-examples io.cloudevents - 2.0.0-SNAPSHOT + 2.0.0 4.0.0 diff --git a/examples/basic-http/pom.xml b/examples/basic-http/pom.xml index d27456d5..42a5b526 100644 --- a/examples/basic-http/pom.xml +++ b/examples/basic-http/pom.xml @@ -21,7 +21,7 @@ cloudevents-examples io.cloudevents - 2.0.0-SNAPSHOT + 2.0.0 4.0.0 diff --git a/examples/kafka/pom.xml b/examples/kafka/pom.xml index ac485b49..1a839877 100644 --- a/examples/kafka/pom.xml +++ b/examples/kafka/pom.xml @@ -5,7 +5,7 @@ cloudevents-examples io.cloudevents - 2.0.0-SNAPSHOT + 2.0.0 4.0.0 diff --git a/examples/pom.xml b/examples/pom.xml index 3bd4dc05..bbd1eecf 100644 --- a/examples/pom.xml +++ b/examples/pom.xml @@ -5,7 +5,7 @@ cloudevents-parent io.cloudevents - 2.0.0-SNAPSHOT + 2.0.0 4.0.0 diff --git a/examples/restful-ws-quarkus/pom.xml b/examples/restful-ws-quarkus/pom.xml index 2ff6cc7c..fcdffb01 100644 --- a/examples/restful-ws-quarkus/pom.xml +++ b/examples/restful-ws-quarkus/pom.xml @@ -5,7 +5,7 @@ cloudevents-examples io.cloudevents - 2.0.0-SNAPSHOT + 2.0.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 ee62fba0..f552752d 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.0.0-SNAPSHOT + 2.0.0 4.0.0 diff --git a/examples/spring-reactive/pom.xml b/examples/spring-reactive/pom.xml index 4d2c3faa..0dcc8a51 100644 --- a/examples/spring-reactive/pom.xml +++ b/examples/spring-reactive/pom.xml @@ -5,7 +5,7 @@ cloudevents-examples io.cloudevents - 2.0.0-SNAPSHOT + 2.0.0 4.0.0 diff --git a/examples/vertx/pom.xml b/examples/vertx/pom.xml index 19527e2e..d82e29d9 100644 --- a/examples/vertx/pom.xml +++ b/examples/vertx/pom.xml @@ -5,7 +5,7 @@ cloudevents-examples io.cloudevents - 2.0.0-SNAPSHOT + 2.0.0 4.0.0 diff --git a/formats/json-jackson/pom.xml b/formats/json-jackson/pom.xml index f681225f..edab4d0f 100644 --- a/formats/json-jackson/pom.xml +++ b/formats/json-jackson/pom.xml @@ -22,7 +22,7 @@ io.cloudevents cloudevents-parent - 2.0.0-SNAPSHOT + 2.0.0 ../../pom.xml diff --git a/http/basic/pom.xml b/http/basic/pom.xml index ef9e798f..f00e8fc3 100644 --- a/http/basic/pom.xml +++ b/http/basic/pom.xml @@ -21,7 +21,7 @@ io.cloudevents cloudevents-parent - 2.0.0-SNAPSHOT + 2.0.0 ../../pom.xml diff --git a/http/restful-ws-integration-tests/pom.xml b/http/restful-ws-integration-tests/pom.xml index e5df3abe..66a15274 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.0.0-SNAPSHOT + 2.0.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 4237f966..4ff2b3ce 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.0.0-SNAPSHOT + 2.0.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 01ce69a6..254f3cd4 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.0.0-SNAPSHOT + 2.0.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 a148a7a9..805727cf 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.0.0-SNAPSHOT + 2.0.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 610c6059..c4e5c544 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.0.0-SNAPSHOT + 2.0.0 ../ 4.0.0 diff --git a/http/restful-ws/pom.xml b/http/restful-ws/pom.xml index add25207..aa2b31ea 100644 --- a/http/restful-ws/pom.xml +++ b/http/restful-ws/pom.xml @@ -21,7 +21,7 @@ io.cloudevents cloudevents-parent - 2.0.0-SNAPSHOT + 2.0.0 ../../pom.xml diff --git a/http/vertx/pom.xml b/http/vertx/pom.xml index 7e7a34a1..aa6bb3f2 100644 --- a/http/vertx/pom.xml +++ b/http/vertx/pom.xml @@ -22,7 +22,7 @@ io.cloudevents cloudevents-parent - 2.0.0-SNAPSHOT + 2.0.0 ../../pom.xml diff --git a/kafka/pom.xml b/kafka/pom.xml index baa6ef4b..9b85d476 100644 --- a/kafka/pom.xml +++ b/kafka/pom.xml @@ -23,7 +23,7 @@ io.cloudevents cloudevents-parent - 2.0.0-SNAPSHOT + 2.0.0 cloudevents-kafka diff --git a/pom.xml b/pom.xml index cffa7650..e9b678ee 100644 --- a/pom.xml +++ b/pom.xml @@ -21,7 +21,7 @@ io.cloudevents cloudevents-parent - 2.0.0-SNAPSHOT + 2.0.0 pom CloudEvents diff --git a/spring/pom.xml b/spring/pom.xml index 5f48b7f0..82602402 100644 --- a/spring/pom.xml +++ b/spring/pom.xml @@ -23,7 +23,7 @@ io.cloudevents cloudevents-parent - 2.0.0-SNAPSHOT + 2.0.0 cloudevents-spring