diff --git a/amqp/pom.xml b/amqp/pom.xml
index a8612a43..5c6ec0ea 100644
--- a/amqp/pom.xml
+++ b/amqp/pom.xml
@@ -6,7 +6,7 @@
io.cloudevents
cloudevents-parent
- 2.3.0-SNAPSHOT
+ 2.3.0
cloudevents-amqp-proton
diff --git a/api/pom.xml b/api/pom.xml
index 31e3d23f..39b2ffc4 100644
--- a/api/pom.xml
+++ b/api/pom.xml
@@ -24,7 +24,7 @@
io.cloudevents
cloudevents-parent
- 2.3.0-SNAPSHOT
+ 2.3.0
cloudevents-api
diff --git a/benchmarks/pom.xml b/benchmarks/pom.xml
index a2d5c34a..24097aeb 100644
--- a/benchmarks/pom.xml
+++ b/benchmarks/pom.xml
@@ -21,7 +21,7 @@
io.cloudevents
cloudevents-parent
- 2.3.0-SNAPSHOT
+ 2.3.0
cloudevents-benchmarks
diff --git a/bom/pom.xml b/bom/pom.xml
index 733abc57..f80af932 100644
--- a/bom/pom.xml
+++ b/bom/pom.xml
@@ -22,7 +22,7 @@
io.cloudevents
cloudevents-parent
- 2.3.0-SNAPSHOT
+ 2.3.0
cloudevents-bom
diff --git a/core/pom.xml b/core/pom.xml
index 9c85d91d..b1b4cf93 100644
--- a/core/pom.xml
+++ b/core/pom.xml
@@ -22,7 +22,7 @@
io.cloudevents
cloudevents-parent
- 2.3.0-SNAPSHOT
+ 2.3.0
cloudevents-core
diff --git a/docs/amqp-proton.md b/docs/amqp-proton.md
index 25c083b6..f6a456c0 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.3.0
```
diff --git a/docs/api.md b/docs/api.md
index 1bb9f3d0..1de08596 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.3.0
```
diff --git a/docs/core.md b/docs/core.md
index cb8d857e..fcafac13 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.3.0
```
diff --git a/docs/http-basic.md b/docs/http-basic.md
index 51ed1e97..f2cb67aa 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.3.0
```
diff --git a/docs/http-jakarta-restful-ws.md b/docs/http-jakarta-restful-ws.md
index 59ca7420..a7f08fef 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.3.0
```
diff --git a/docs/http-vertx.md b/docs/http-vertx.md
index da603f03..bdecc9a7 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.3.0
```
diff --git a/docs/json-jackson.md b/docs/json-jackson.md
index 0b62d319..6bb2a7c6 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.3.0
```
diff --git a/docs/kafka.md b/docs/kafka.md
index 449ef0af..bcdeb80a 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.3.0
```
diff --git a/docs/protobuf.md b/docs/protobuf.md
index 731a2d0e..64d7c431 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.3.0
```
diff --git a/docs/spring.md b/docs/spring.md
index d3f9fdf6..b9dab8ed 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.3.0
```
diff --git a/examples/amqp-proton/pom.xml b/examples/amqp-proton/pom.xml
index 2a28a9fd..ed74fed4 100644
--- a/examples/amqp-proton/pom.xml
+++ b/examples/amqp-proton/pom.xml
@@ -3,7 +3,7 @@
cloudevents-examples
io.cloudevents
- 2.3.0-SNAPSHOT
+ 2.3.0
4.0.0
diff --git a/examples/basic-http/pom.xml b/examples/basic-http/pom.xml
index 8a3b84c4..9c1642f6 100644
--- a/examples/basic-http/pom.xml
+++ b/examples/basic-http/pom.xml
@@ -21,7 +21,7 @@
cloudevents-examples
io.cloudevents
- 2.3.0-SNAPSHOT
+ 2.3.0
4.0.0
diff --git a/examples/kafka/pom.xml b/examples/kafka/pom.xml
index 33a03dc7..5a4bc51d 100644
--- a/examples/kafka/pom.xml
+++ b/examples/kafka/pom.xml
@@ -5,7 +5,7 @@
cloudevents-examples
io.cloudevents
- 2.3.0-SNAPSHOT
+ 2.3.0
4.0.0
diff --git a/examples/pom.xml b/examples/pom.xml
index 7b6299be..c6ad569e 100644
--- a/examples/pom.xml
+++ b/examples/pom.xml
@@ -5,7 +5,7 @@
cloudevents-parent
io.cloudevents
- 2.3.0-SNAPSHOT
+ 2.3.0
4.0.0
diff --git a/examples/restful-ws-quarkus/pom.xml b/examples/restful-ws-quarkus/pom.xml
index 4ca4f834..e27ea3e6 100644
--- a/examples/restful-ws-quarkus/pom.xml
+++ b/examples/restful-ws-quarkus/pom.xml
@@ -5,7 +5,7 @@
cloudevents-examples
io.cloudevents
- 2.3.0-SNAPSHOT
+ 2.3.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 e282d896..3740731b 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.3.0-SNAPSHOT
+ 2.3.0
4.0.0
diff --git a/examples/spring-function/pom.xml b/examples/spring-function/pom.xml
index fdb8a3b2..035b5307 100644
--- a/examples/spring-function/pom.xml
+++ b/examples/spring-function/pom.xml
@@ -5,7 +5,7 @@
cloudevents-examples
io.cloudevents
- 2.3.0-SNAPSHOT
+ 2.3.0
4.0.0
diff --git a/examples/spring-reactive/pom.xml b/examples/spring-reactive/pom.xml
index 25c2f003..203e9477 100644
--- a/examples/spring-reactive/pom.xml
+++ b/examples/spring-reactive/pom.xml
@@ -5,7 +5,7 @@
cloudevents-examples
io.cloudevents
- 2.3.0-SNAPSHOT
+ 2.3.0
4.0.0
diff --git a/examples/spring-rsocket/pom.xml b/examples/spring-rsocket/pom.xml
index cd29b734..00b34086 100644
--- a/examples/spring-rsocket/pom.xml
+++ b/examples/spring-rsocket/pom.xml
@@ -5,7 +5,7 @@
cloudevents-examples
io.cloudevents
- 2.3.0-SNAPSHOT
+ 2.3.0
4.0.0
diff --git a/examples/vertx/pom.xml b/examples/vertx/pom.xml
index 94b622f1..5fcc571e 100644
--- a/examples/vertx/pom.xml
+++ b/examples/vertx/pom.xml
@@ -5,7 +5,7 @@
cloudevents-examples
io.cloudevents
- 2.3.0-SNAPSHOT
+ 2.3.0
4.0.0
diff --git a/formats/json-jackson/pom.xml b/formats/json-jackson/pom.xml
index b769aa11..44921256 100644
--- a/formats/json-jackson/pom.xml
+++ b/formats/json-jackson/pom.xml
@@ -22,7 +22,7 @@
io.cloudevents
cloudevents-parent
- 2.3.0-SNAPSHOT
+ 2.3.0
../../pom.xml
diff --git a/formats/protobuf/pom.xml b/formats/protobuf/pom.xml
index 5a490d61..0d0a2160 100644
--- a/formats/protobuf/pom.xml
+++ b/formats/protobuf/pom.xml
@@ -23,7 +23,7 @@
io.cloudevents
cloudevents-parent
- 2.3.0-SNAPSHOT
+ 2.3.0
../../pom.xml
diff --git a/http/basic/pom.xml b/http/basic/pom.xml
index fd46a9ad..8b6042ee 100644
--- a/http/basic/pom.xml
+++ b/http/basic/pom.xml
@@ -21,7 +21,7 @@
io.cloudevents
cloudevents-parent
- 2.3.0-SNAPSHOT
+ 2.3.0
../../pom.xml
diff --git a/http/restful-ws-integration-tests/pom.xml b/http/restful-ws-integration-tests/pom.xml
index 4a81ba81..1f4e911d 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.3.0-SNAPSHOT
+ 2.3.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 7e691a91..16b3d0cf 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.3.0-SNAPSHOT
+ 2.3.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 a22edf54..f6499ef5 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.3.0-SNAPSHOT
+ 2.3.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 8885d7de..46400424 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.3.0-SNAPSHOT
+ 2.3.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 dfeac7c4..ea945b28 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.3.0-SNAPSHOT
+ 2.3.0
../
4.0.0
diff --git a/http/restful-ws/pom.xml b/http/restful-ws/pom.xml
index 3f8ae070..64ee65c6 100644
--- a/http/restful-ws/pom.xml
+++ b/http/restful-ws/pom.xml
@@ -21,7 +21,7 @@
io.cloudevents
cloudevents-parent
- 2.3.0-SNAPSHOT
+ 2.3.0
../../pom.xml
diff --git a/http/vertx/pom.xml b/http/vertx/pom.xml
index 846ecc07..50c25052 100644
--- a/http/vertx/pom.xml
+++ b/http/vertx/pom.xml
@@ -22,7 +22,7 @@
io.cloudevents
cloudevents-parent
- 2.3.0-SNAPSHOT
+ 2.3.0
../../pom.xml
diff --git a/kafka/pom.xml b/kafka/pom.xml
index 62997a9e..db7b55e4 100644
--- a/kafka/pom.xml
+++ b/kafka/pom.xml
@@ -23,7 +23,7 @@
io.cloudevents
cloudevents-parent
- 2.3.0-SNAPSHOT
+ 2.3.0
cloudevents-kafka
diff --git a/pom.xml b/pom.xml
index 64be1102..0f72b243 100644
--- a/pom.xml
+++ b/pom.xml
@@ -21,7 +21,7 @@
io.cloudevents
cloudevents-parent
- 2.3.0-SNAPSHOT
+ 2.3.0
pom
CloudEvents
diff --git a/spring/pom.xml b/spring/pom.xml
index 3e44b0dc..13c5b9fa 100644
--- a/spring/pom.xml
+++ b/spring/pom.xml
@@ -23,7 +23,7 @@
io.cloudevents
cloudevents-parent
- 2.3.0-SNAPSHOT
+ 2.3.0
cloudevents-spring
diff --git a/sql/pom.xml b/sql/pom.xml
index 10d6eaa0..a51e0be0 100644
--- a/sql/pom.xml
+++ b/sql/pom.xml
@@ -5,7 +5,7 @@
cloudevents-parent
io.cloudevents
- 2.3.0-SNAPSHOT
+ 2.3.0
4.0.0