Skip to content

Commit b54a46f

Browse files
Release 2.0.0-milestone2
Signed-off-by: Francesco Guardiani <francescoguard@gmail.com>
1 parent 08aed3b commit b54a46f

File tree

16 files changed

+16
-16
lines changed

16 files changed

+16
-16
lines changed

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-milestone2</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-milestone2</version>
2525
</parent>
2626

2727
<artifactId>cloudevents-benchmarks</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-milestone2</version>
2626
</parent>
2727

2828
<artifactId>cloudevents-core</artifactId>

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-milestone2</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-milestone2</version>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>
1111

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-milestone2</version>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>
1111

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

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-milestone2</version>
2525
<relativePath>../../</relativePath>
2626
</parent>
2727

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

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-milestone2</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-milestone2</version>
2525
<packaging>pom</packaging>
2626

2727
<name>CloudEvents</name>

0 commit comments

Comments
 (0)