Skip to content

Commit f52356e

Browse files
Bump to 2.0.0-milestone4 (#254)
Signed-off-by: GitHub <noreply@github.com> Co-authored-by: slinkydeveloper <slinkydeveloper@users.noreply.github.com>
1 parent de2052c commit f52356e

File tree

26 files changed

+26
-26
lines changed

26 files changed

+26
-26
lines changed

api/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ For Maven based projects, use the following dependency:
88
<dependency>
99
<groupId>io.cloudevents</groupId>
1010
<artifactId>cloudevents-api</artifactId>
11-
<version>2.0.0-milestone3</version>
11+
<version>2.0.0-milestone4</version>
1212
</dependency>
1313
```
1414

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.0.0-SNAPSHOT</version>
27+
<version>2.0.0-milestone4</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.0.0-SNAPSHOT</version>
24+
<version>2.0.0-milestone4</version>
2525
</parent>
2626

2727
<artifactId>cloudevents-benchmarks</artifactId>

core/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ For Maven based projects, use the following dependency:
1212
<dependency>
1313
<groupId>io.cloudevents</groupId>
1414
<artifactId>cloudevents-api</artifactId>
15-
<version>2.0.0-milestone3</version>
15+
<version>2.0.0-milestone4</version>
1616
</dependency>
1717
```
1818

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.0.0-SNAPSHOT</version>
25+
<version>2.0.0-milestone4</version>
2626
</parent>
2727

2828
<artifactId>cloudevents-core</artifactId>

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

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.0.0-SNAPSHOT</version>
8+
<version>2.0.0-milestone4</version>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>
1111

0 commit comments

Comments
 (0)