Skip to content

Commit c018f95

Browse files
Bump to 3.0.0 (#616)
Signed-off-by: GitHub <[email protected]> Co-authored-by: pierDipi <[email protected]>
1 parent 05baf9b commit c018f95

File tree

52 files changed

+52
-52
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

52 files changed

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

2828
<artifactId>cloudevents-core</artifactId>

docs/amqp-proton.md

Lines changed: 1 addition & 1 deletion

docs/api.md

Lines changed: 1 addition & 1 deletion

docs/avro.md

Lines changed: 1 addition & 1 deletion

docs/core.md

Lines changed: 1 addition & 1 deletion

docs/http-basic.md

Lines changed: 1 addition & 1 deletion

0 commit comments

Comments
 (0)