Skip to content

Commit 830760a

Browse files
Bump to 2.4.0 (#472)
Signed-off-by: GitHub <noreply@github.com> Co-authored-by: pierDipi <pierdipi@redhat.com>
1 parent f8d27b0 commit 830760a

File tree

39 files changed

+39
-39
lines changed

39 files changed

+39
-39
lines changed

amqp/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>io.cloudevents</groupId>
88
<artifactId>cloudevents-parent</artifactId>
9-
<version>2.4.0-SNAPSHOT</version>
9+
<version>2.4.0</version>
1010
</parent>
1111

1212
<artifactId>cloudevents-amqp-proton</artifactId>

api/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
<parent>
2525
<groupId>io.cloudevents</groupId>
2626
<artifactId>cloudevents-parent</artifactId>
27-
<version>2.4.0-SNAPSHOT</version>
27+
<version>2.4.0</version>
2828
</parent>
2929

3030
<artifactId>cloudevents-api</artifactId>

benchmarks/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<parent>
2222
<groupId>io.cloudevents</groupId>
2323
<artifactId>cloudevents-parent</artifactId>
24-
<version>2.4.0-SNAPSHOT</version>
24+
<version>2.4.0</version>
2525
</parent>
2626

2727
<artifactId>cloudevents-benchmarks</artifactId>

bom/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<parent>
2323
<groupId>io.cloudevents</groupId>
2424
<artifactId>cloudevents-parent</artifactId>
25-
<version>2.4.0-SNAPSHOT</version>
25+
<version>2.4.0</version>
2626
</parent>
2727

2828
<artifactId>cloudevents-bom</artifactId>

core/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<parent>
2323
<groupId>io.cloudevents</groupId>
2424
<artifactId>cloudevents-parent</artifactId>
25-
<version>2.4.0-SNAPSHOT</version>
25+
<version>2.4.0</version>
2626
</parent>
2727

2828
<artifactId>cloudevents-core</artifactId>

docs/amqp-proton.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ binding for CloudEvents:
1818
<dependency>
1919
<groupId>io.cloudevents</groupId>
2020
<artifactId>cloudevents-amqp-proton</artifactId>
21-
<version>2.3.0</version>
21+
<version>2.4.0</version>
2222
</dependency>
2323
```
2424

docs/api.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ For Maven based projects, use the following dependency:
1717
<dependency>
1818
<groupId>io.cloudevents</groupId>
1919
<artifactId>cloudevents-api</artifactId>
20-
<version>2.3.0</version>
20+
<version>2.4.0</version>
2121
</dependency>
2222
```
2323

docs/core.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ For Maven based projects, use the following dependency:
1616
<dependency>
1717
<groupId>io.cloudevents</groupId>
1818
<artifactId>cloudevents-core</artifactId>
19-
<version>2.3.0</version>
19+
<version>2.4.0</version>
2020
</dependency>
2121
```
2222

docs/http-basic.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ HTTP Transport:
2727
<dependency>
2828
<groupId>io.cloudevents</groupId>
2929
<artifactId>cloudevents-http-basic</artifactId>
30-
<version>2.3.0</version>
30+
<version>2.4.0</version>
3131
</dependency>
3232
```
3333

docs/http-jakarta-restful-ws.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ RESTful Web Services Binding:
1414
<dependency>
1515
<groupId>io.cloudevents</groupId>
1616
<artifactId>cloudevents-http-restful-ws</artifactId>
17-
<version>2.3.0</version>
17+
<version>2.4.0</version>
1818
</dependency>
1919
```
2020

docs/http-vertx.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ HTTP Transport:
1414
<dependency>
1515
<groupId>io.cloudevents</groupId>
1616
<artifactId>cloudevents-http-vertx</artifactId>
17-
<version>2.3.0</version>
17+
<version>2.4.0</version>
1818
</dependency>
1919
```
2020

docs/json-jackson.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ For Maven based projects, use the following dependency:
1717
<dependency>
1818
<groupId>io.cloudevents</groupId>
1919
<artifactId>cloudevents-json-jackson</artifactId>
20-
<version>2.3.0</version>
20+
<version>2.4.0</version>
2121
</dependency>
2222
```
2323

docs/kafka.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ For Maven based projects, use the following to configure the
1717
<dependency>
1818
<groupId>io.cloudevents</groupId>
1919
<artifactId>cloudevents-kafka</artifactId>
20-
<version>2.3.0</version>
20+
<version>2.4.0</version>
2121
</dependency>
2222
```
2323

docs/protobuf.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ For Maven based projects, use the following dependency:
1717
<dependency>
1818
<groupId>io.cloudevents</groupId>
1919
<artifactId>cloudevents-protobuf</artifactId>
20-
<version>2.3.0</version>
20+
<version>2.4.0</version>
2121
</dependency>
2222
```
2323

docs/spring.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ For Maven based projects, use the following dependency:
1717
<dependency>
1818
<groupId>io.cloudevents</groupId>
1919
<artifactId>cloudevents-spring</artifactId>
20-
<version>2.3.0</version>
20+
<version>2.4.0</version>
2121
</dependency>
2222
```
2323

examples/amqp-proton/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<artifactId>cloudevents-examples</artifactId>
55
<groupId>io.cloudevents</groupId>
6-
<version>2.4.0-SNAPSHOT</version>
6+
<version>2.4.0</version>
77
</parent>
88
<modelVersion>4.0.0</modelVersion>
99

examples/basic-http/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<parent>
2222
<artifactId>cloudevents-examples</artifactId>
2323
<groupId>io.cloudevents</groupId>
24-
<version>2.4.0-SNAPSHOT</version>
24+
<version>2.4.0</version>
2525
</parent>
2626
<modelVersion>4.0.0</modelVersion>
2727

examples/kafka/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<artifactId>cloudevents-examples</artifactId>
77
<groupId>io.cloudevents</groupId>
8-
<version>2.4.0-SNAPSHOT</version>
8+
<version>2.4.0</version>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>
1111

examples/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<artifactId>cloudevents-parent</artifactId>
77
<groupId>io.cloudevents</groupId>
8-
<version>2.4.0-SNAPSHOT</version>
8+
<version>2.4.0</version>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>
1111

examples/restful-ws-quarkus/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<artifactId>cloudevents-examples</artifactId>
77
<groupId>io.cloudevents</groupId>
8-
<version>2.4.0-SNAPSHOT</version>
8+
<version>2.4.0</version>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>
1111
<artifactId>cloudevents-restful-ws-quarkus-example</artifactId>

examples/restful-ws-spring-boot/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<artifactId>cloudevents-examples</artifactId>
77
<groupId>io.cloudevents</groupId>
8-
<version>2.4.0-SNAPSHOT</version>
8+
<version>2.4.0</version>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>
1111

examples/spring-function/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<artifactId>cloudevents-examples</artifactId>
77
<groupId>io.cloudevents</groupId>
8-
<version>2.4.0-SNAPSHOT</version>
8+
<version>2.4.0</version>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>
1111

examples/spring-reactive/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<artifactId>cloudevents-examples</artifactId>
77
<groupId>io.cloudevents</groupId>
8-
<version>2.4.0-SNAPSHOT</version>
8+
<version>2.4.0</version>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>
1111

examples/spring-rsocket/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<artifactId>cloudevents-examples</artifactId>
77
<groupId>io.cloudevents</groupId>
8-
<version>2.4.0-SNAPSHOT</version>
8+
<version>2.4.0</version>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>
1111

examples/vertx/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<artifactId>cloudevents-examples</artifactId>
77
<groupId>io.cloudevents</groupId>
8-
<version>2.4.0-SNAPSHOT</version>
8+
<version>2.4.0</version>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>
1111

formats/json-jackson/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<parent>
2323
<groupId>io.cloudevents</groupId>
2424
<artifactId>cloudevents-parent</artifactId>
25-
<version>2.4.0-SNAPSHOT</version>
25+
<version>2.4.0</version>
2626
<relativePath>../../pom.xml</relativePath>
2727
</parent>
2828

formats/protobuf/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<parent>
2424
<groupId>io.cloudevents</groupId>
2525
<artifactId>cloudevents-parent</artifactId>
26-
<version>2.4.0-SNAPSHOT</version>
26+
<version>2.4.0</version>
2727
<relativePath>../../pom.xml</relativePath>
2828
</parent>
2929

http/basic/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<parent>
2222
<groupId>io.cloudevents</groupId>
2323
<artifactId>cloudevents-parent</artifactId>
24-
<version>2.4.0-SNAPSHOT</version>
24+
<version>2.4.0</version>
2525
<relativePath>../../pom.xml</relativePath>
2626
</parent>
2727

http/restful-ws-integration-tests/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<parent>
2323
<artifactId>cloudevents-parent</artifactId>
2424
<groupId>io.cloudevents</groupId>
25-
<version>2.4.0-SNAPSHOT</version>
25+
<version>2.4.0</version>
2626
<relativePath>../../pom.xml</relativePath>
2727
</parent>
2828
<modelVersion>4.0.0</modelVersion>

http/restful-ws-integration-tests/restful-ws-common/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<parent>
2323
<artifactId>cloudevents-http-restful-ws-integration-tests</artifactId>
2424
<groupId>io.cloudevents</groupId>
25-
<version>2.4.0-SNAPSHOT</version>
25+
<version>2.4.0</version>
2626
<relativePath>../</relativePath>
2727
</parent>
2828
<modelVersion>4.0.0</modelVersion>

http/restful-ws-integration-tests/restful-ws-jersey/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<parent>
2323
<artifactId>cloudevents-http-restful-ws-integration-tests</artifactId>
2424
<groupId>io.cloudevents</groupId>
25-
<version>2.4.0-SNAPSHOT</version>
25+
<version>2.4.0</version>
2626
<relativePath>../</relativePath>
2727
</parent>
2828
<modelVersion>4.0.0</modelVersion>

http/restful-ws-integration-tests/restful-ws-resteasy/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<parent>
2323
<artifactId>cloudevents-http-restful-ws-integration-tests</artifactId>
2424
<groupId>io.cloudevents</groupId>
25-
<version>2.4.0-SNAPSHOT</version>
25+
<version>2.4.0</version>
2626
<relativePath>../</relativePath>
2727
</parent>
2828
<modelVersion>4.0.0</modelVersion>

http/restful-ws-integration-tests/restful-ws-spring/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<parent>
2323
<artifactId>cloudevents-http-restful-ws-integration-tests</artifactId>
2424
<groupId>io.cloudevents</groupId>
25-
<version>2.4.0-SNAPSHOT</version>
25+
<version>2.4.0</version>
2626
<relativePath>../</relativePath>
2727
</parent>
2828
<modelVersion>4.0.0</modelVersion>

http/restful-ws/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<parent>
2222
<groupId>io.cloudevents</groupId>
2323
<artifactId>cloudevents-parent</artifactId>
24-
<version>2.4.0-SNAPSHOT</version>
24+
<version>2.4.0</version>
2525
<relativePath>../../pom.xml</relativePath>
2626
</parent>
2727

http/vertx/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<parent>
2323
<groupId>io.cloudevents</groupId>
2424
<artifactId>cloudevents-parent</artifactId>
25-
<version>2.4.0-SNAPSHOT</version>
25+
<version>2.4.0</version>
2626
<relativePath>../../pom.xml</relativePath>
2727
</parent>
2828

kafka/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<parent>
2424
<groupId>io.cloudevents</groupId>
2525
<artifactId>cloudevents-parent</artifactId>
26-
<version>2.4.0-SNAPSHOT</version>
26+
<version>2.4.0</version>
2727
</parent>
2828

2929
<artifactId>cloudevents-kafka</artifactId>

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121

2222
<groupId>io.cloudevents</groupId>
2323
<artifactId>cloudevents-parent</artifactId>
24-
<version>2.4.0-SNAPSHOT</version>
24+
<version>2.4.0</version>
2525
<packaging>pom</packaging>
2626

2727
<name>CloudEvents</name>

spring/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<parent>
2424
<groupId>io.cloudevents</groupId>
2525
<artifactId>cloudevents-parent</artifactId>
26-
<version>2.4.0-SNAPSHOT</version>
26+
<version>2.4.0</version>
2727
</parent>
2828

2929
<artifactId>cloudevents-spring</artifactId>

sql/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<artifactId>cloudevents-parent</artifactId>
77
<groupId>io.cloudevents</groupId>
8-
<version>2.4.0-SNAPSHOT</version>
8+
<version>2.4.0</version>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>
1111

0 commit comments

Comments
 (0)