Skip to content

Commit 900deca

Browse files
Release 2.0.0-milestone1 (#187)
Signed-off-by: Francesco Guardiani <francescoguard@gmail.com>
1 parent bd50e6f commit 900deca

File tree

19 files changed

+19
-19
lines changed

19 files changed

+19
-19
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ For Maven based projects, use the following to configure the CloudEvents Java SD
4848
<dependency>
4949
<groupId>io.cloudevents</groupId>
5050
<artifactId>cloudevents-core</artifactId>
51-
<version>2.0.0-SNAPSHOT</version>
51+
<version>2.0.0-milestone1</version>
5252
</dependency>
5353
```
5454

api/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ For Maven based projects, use the following dependency:
66
<dependency>
77
<groupId>io.cloudevents</groupId>
88
<artifactId>cloudevents-api</artifactId>
9-
<version>2.0.0-SNAPSHOT</version>
9+
<version>2.0.0-milestone1</version>
1010
</dependency>
1111
```
1212

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-milestone1</version>
2828
</parent>
2929

3030
<artifactId>cloudevents-api</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.0.0-SNAPSHOT</version>
25+
<version>2.0.0-milestone1</version>
2626
</parent>
2727

2828
<artifactId>cloudevents-core</artifactId>

docs/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ The CloudEvents SDK for Java is composed by several modules, each one providing
4343
* [`cloudevents-http-restful-ws`] Implementation of [HTTP Protocol Binding] for [Jakarta Restful WS](https://jakarta.ee/specifications/restful-ws/)
4444
* [`cloudevents-kafka`] Implementation of [Kafka Protocol Binding]
4545

46-
The latest SDK version is _2.0.0-SNAPSHOT_.
46+
The latest SDK version is _2.0.0-milestone1_.
4747

4848
## Get Started
4949

formats/json-jackson/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ For Maven:
88
<dependency>
99
<groupId>io.cloudevents</groupId>
1010
<artifactId>cloudevents-json-jackson</artifactId>
11-
<version>2.0.0-SNAPSHOT </version>
11+
<version>2.0.0-milestone1 </version>
1212
</dependency>
1313
```
1414

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-milestone1</version>
2626
<relativePath>../../</relativePath>
2727
</parent>
2828

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-milestone1</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-milestone1</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-milestone1</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-milestone1</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-milestone1</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
@@ -6,7 +6,7 @@ For Maven based projects, use the following to configure the CloudEvents Jakarta
66
<dependency>
77
<groupId>io.cloudevents</groupId>
88
<artifactId>cloudevents-http-restful-ws</artifactId>
9-
<version>2.0.0-SNAPSHOT</version>
9+
<version>2.0.0-milestone1</version>
1010
</dependency>
1111
```
1212

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-milestone1</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
@@ -6,7 +6,7 @@ For Maven based projects, use the following to configure the CloudEvents Vertx H
66
<dependency>
77
<groupId>io.cloudevents</groupId>
88
<artifactId>cloudevents-http-vertx</artifactId>
9-
<version>2.0.0-SNAPSHOT </version>
9+
<version>2.0.0-milestone1</version>
1010
</dependency>
1111
```
1212

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-milestone1</version>
2626
<relativePath>../../</relativePath>
2727
</parent>
2828

kafka/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ For Maven based projects, use the following to configure the [Kafka Protocol Bin
66
<dependency>
77
<groupId>io.cloudevents</groupId>
88
<artifactId>cloudevents-kafka</artifactId>
9-
<version>2.0.0-SNAPSHOT</version>
9+
<version>2.0.0-milestone1</version>
1010
</dependency>
1111
```
1212

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-milestone1</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
@@ -22,7 +22,7 @@
2222
<groupId>io.cloudevents</groupId>
2323
<artifactId>cloudevents-parent</artifactId>
2424
<name>CloudEvents</name>
25-
<version>2.0.0-SNAPSHOT</version>
25+
<version>2.0.0-milestone1</version>
2626
<packaging>pom</packaging>
2727

2828
<scm>

0 commit comments

Comments
 (0)