Skip to content

Commit 4784f03

Browse files
Bump to 2.4.0-SNAPSHOT (#439)
Signed-off-by: GitHub <[email protected]> Co-authored-by: pierDipi <[email protected]>
1 parent ace6859 commit 4784f03

File tree

29 files changed

+29
-29
lines changed

29 files changed

+29
-29
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.3.0</version>
9+
<version>2.4.0-SNAPSHOT</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.3.0</version>
27+
<version>2.4.0-SNAPSHOT</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.3.0</version>
24+
<version>2.4.0-SNAPSHOT</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.3.0</version>
25+
<version>2.4.0-SNAPSHOT</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.3.0</version>
25+
<version>2.4.0-SNAPSHOT</version>
2626
</parent>
2727

2828
<artifactId>cloudevents-core</artifactId>

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.3.0</version>
6+
<version>2.4.0-SNAPSHOT</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.3.0</version>
24+
<version>2.4.0-SNAPSHOT</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.3.0</version>
8+
<version>2.4.0-SNAPSHOT</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.3.0</version>
8+
<version>2.4.0-SNAPSHOT</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.3.0</version>
8+
<version>2.4.0-SNAPSHOT</version>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>
1111
<artifactId>cloudevents-restful-ws-quarkus-example</artifactId>

0 commit comments

Comments
 (0)