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

formats/json-jackson/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ For Maven:
1010
<dependency>
1111
<groupId>io.cloudevents</groupId>
1212
<artifactId>cloudevents-json-jackson</artifactId>
13-
<version>2.0.0-milestone3</version>
13+
<version>2.0.0-milestone4</version>
1414
</dependency>
1515
```
1616

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

http/basic/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ For Maven based projects, use the following to configure the CloudEvents Generic
1818
<dependency>
1919
<groupId>io.cloudevents</groupId>
2020
<artifactId>cloudevents-http-basic</artifactId>
21-
<version>2.0.0-milestone3</version>
21+
<version>2.0.0-milestone4</version>
2222
</dependency>
2323
```
2424

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.0.0-SNAPSHOT</version>
24+
<version>2.0.0-milestone4</version>
2525
<relativePath>../../</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.0.0-SNAPSHOT</version>
25+
<version>2.0.0-milestone4</version>
2626
<relativePath>../../</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.0.0-SNAPSHOT</version>
25+
<version>2.0.0-milestone4</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.0.0-SNAPSHOT</version>
25+
<version>2.0.0-milestone4</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.0.0-SNAPSHOT</version>
25+
<version>2.0.0-milestone4</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.0.0-SNAPSHOT</version>
25+
<version>2.0.0-milestone4</version>
2626
<relativePath>../</relativePath>
2727
</parent>
2828
<modelVersion>4.0.0</modelVersion>

http/restful-ws/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 to configure the CloudEvents Jakarta
88
<dependency>
99
<groupId>io.cloudevents</groupId>
1010
<artifactId>cloudevents-http-restful-ws</artifactId>
11-
<version>2.0.0-milestone3</version>
11+
<version>2.0.0-milestone4</version>
1212
</dependency>
1313
```
1414

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

http/vertx/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 to configure the CloudEvents Vertx H
88
<dependency>
99
<groupId>io.cloudevents</groupId>
1010
<artifactId>cloudevents-http-vertx</artifactId>
11-
<version>2.0.0-milestone3</version>
11+
<version>2.0.0-milestone4</version>
1212
</dependency>
1313
```
1414

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

kafka/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 to configure the [Kafka Protocol Bin
88
<dependency>
99
<groupId>io.cloudevents</groupId>
1010
<artifactId>cloudevents-kafka</artifactId>
11-
<version>2.0.0-milestone3</version>
11+
<version>2.0.0-milestone4</version>
1212
</dependency>
1313
```
1414

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.0.0-SNAPSHOT</version>
26+
<version>2.0.0-milestone4</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.0.0-SNAPSHOT</version>
24+
<version>2.0.0-milestone4</version>
2525
<packaging>pom</packaging>
2626

2727
<name>CloudEvents</name>

0 commit comments

Comments
 (0)