Skip to content

Commit

Permalink
[RELEASE] - Bump version to 2.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
smallrye-ci committed Apr 13, 2020
1 parent a0481c8 commit 07df8cf
Show file tree
Hide file tree
Showing 29 changed files with 47 additions and 47 deletions.
2 changes: 1 addition & 1 deletion api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>io.smallrye.reactive</groupId>
<artifactId>smallrye-reactive-messaging</artifactId>
<version>2.1.0-SNAPSHOT</version>
<version>2.0.1</version>
</parent>

<artifactId>smallrye-reactive-messaging-api</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion documentation/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>io.smallrye.reactive</groupId>
<artifactId>smallrye-reactive-messaging</artifactId>
<version>2.1.0-SNAPSHOT</version>
<version>2.0.1</version>
</parent>

<artifactId>documentation</artifactId>
Expand Down
8 changes: 4 additions & 4 deletions documentation/src/main/doc/antora.yml
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
name: smallrye-reactive-messaging
title: SmallRye Reactive Messaging
version: 2.1
version: 2.0
nav:
- modules/ROOT/nav.adoc

asciidoc:
attributes:
version: '2.1'
project-version: '2.1.0-SNAPSHOT'
version: '2.0'
project-version: '2.0.1'
weld-version: '3.1.3.Final'
smallrye-config-version: '1.7.0'
mutiny-version: '0.4.4'
camel-version: '3.2.0'
spec-version: '1.0'
javadoc-base: 'https://smallrye.io/smallrye-reactive-messaging/2.1.0-SNAPSHOT/apidocs'
javadoc-base: 'https://smallrye.io/smallrye-reactive-messaging/2.0.1/apidocs'

6 changes: 3 additions & 3 deletions examples/amqp-quickstart/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>io.smallrye.reactive</groupId>
<artifactId>smallrye-reactive-messaging</artifactId>
<version>2.1.0-SNAPSHOT</version>
<version>2.0.1</version>
<relativePath>../..</relativePath>
</parent>

Expand All @@ -26,7 +26,7 @@
<dependency>
<groupId>io.smallrye.reactive</groupId>
<artifactId>smallrye-reactive-messaging-provider</artifactId>
<version>2.1.0-SNAPSHOT</version>
<version>2.0.1</version>
</dependency>

<dependency>
Expand All @@ -44,7 +44,7 @@
<dependency>
<groupId>io.smallrye.reactive</groupId>
<artifactId>smallrye-reactive-messaging-amqp</artifactId>
<version>2.1.0-SNAPSHOT</version>
<version>2.0.1</version>
<exclusions>
<exclusion>
<!-- this avoid having the logging working, to exclude it -->
Expand Down
6 changes: 3 additions & 3 deletions examples/awssns-quickstart/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>io.smallrye.reactive</groupId>
<artifactId>smallrye-reactive-messaging</artifactId>
<version>2.1.0-SNAPSHOT</version>
<version>2.0.1</version>
<relativePath>../..</relativePath>
</parent>

Expand All @@ -33,7 +33,7 @@
<dependency>
<groupId>io.smallrye.reactive</groupId>
<artifactId>smallrye-reactive-messaging-provider</artifactId>
<version>2.1.0-SNAPSHOT</version>
<version>2.0.1</version>
</dependency>

<dependency>
Expand All @@ -51,7 +51,7 @@
<dependency>
<groupId>io.smallrye.reactive</groupId>
<artifactId>smallrye-reactive-messaging-aws-sns</artifactId>
<version>2.1.0-SNAPSHOT</version>
<version>2.0.1</version>
</dependency>

<dependency>
Expand Down
6 changes: 3 additions & 3 deletions examples/cloud-events/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>io.smallrye.reactive</groupId>
<artifactId>smallrye-reactive-messaging</artifactId>
<version>2.1.0-SNAPSHOT</version>
<version>2.0.1</version>
<relativePath>../..</relativePath>
</parent>

Expand All @@ -25,13 +25,13 @@
<dependency>
<groupId>io.smallrye.reactive</groupId>
<artifactId>smallrye-reactive-messaging-cloud-events</artifactId>
<version>2.1.0-SNAPSHOT</version>
<version>2.0.1</version>
</dependency>

<dependency>
<groupId>io.smallrye.reactive</groupId>
<artifactId>smallrye-reactive-messaging-provider</artifactId>
<version>2.1.0-SNAPSHOT</version>
<version>2.0.1</version>
</dependency>

<dependency>
Expand Down
2 changes: 1 addition & 1 deletion examples/gcp-pubsub-quickstart/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>io.smallrye.reactive</groupId>
<artifactId>smallrye-reactive-messaging</artifactId>
<version>2.1.0-SNAPSHOT</version>
<version>2.0.1</version>
<relativePath>../..</relativePath>
</parent>

Expand Down
8 changes: 4 additions & 4 deletions examples/kafka-quickstart-kotlin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@
<parent>
<groupId>io.smallrye.reactive</groupId>
<artifactId>smallrye-reactive-messaging</artifactId>
<version>2.1.0-SNAPSHOT</version>
<version>2.0.1</version>
<relativePath>../..</relativePath>
</parent>

<artifactId>kafka-quickstart-kotlin</artifactId>
<version>2.1.0-SNAPSHOT</version>
<version>2.0.1</version>

<properties>
<maven.compiler.source>1.8</maven.compiler.source>
Expand All @@ -28,7 +28,7 @@
<dependency>
<groupId>io.smallrye.reactive</groupId>
<artifactId>smallrye-reactive-messaging-provider</artifactId>
<version>2.1.0-SNAPSHOT</version>
<version>2.0.1</version>
</dependency>

<dependency>
Expand All @@ -46,7 +46,7 @@
<dependency>
<groupId>io.smallrye.reactive</groupId>
<artifactId>smallrye-reactive-messaging-kafka</artifactId>
<version>2.1.0-SNAPSHOT</version>
<version>2.0.1</version>
<exclusions>
<exclusion>
<!-- this avoid having the logging working, to exclude it -->
Expand Down
8 changes: 4 additions & 4 deletions examples/kafka-quickstart/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@
<parent>
<groupId>io.smallrye.reactive</groupId>
<artifactId>smallrye-reactive-messaging</artifactId>
<version>2.1.0-SNAPSHOT</version>
<version>2.0.1</version>
<relativePath>../..</relativePath>
</parent>

<artifactId>kafka-quickstart</artifactId>
<version>2.1.0-SNAPSHOT</version>
<version>2.0.1</version>

<properties>
<maven.compiler.source>1.8</maven.compiler.source>
Expand All @@ -27,7 +27,7 @@
<dependency>
<groupId>io.smallrye.reactive</groupId>
<artifactId>smallrye-reactive-messaging-provider</artifactId>
<version>2.1.0-SNAPSHOT</version>
<version>2.0.1</version>
</dependency>

<dependency>
Expand All @@ -45,7 +45,7 @@
<dependency>
<groupId>io.smallrye.reactive</groupId>
<artifactId>smallrye-reactive-messaging-kafka</artifactId>
<version>2.1.0-SNAPSHOT</version>
<version>2.0.1</version>
<exclusions>
<exclusion>
<!-- this avoid having the logging working, to exclude it -->
Expand Down
6 changes: 3 additions & 3 deletions examples/mqtt-quickstart/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>io.smallrye.reactive</groupId>
<artifactId>smallrye-reactive-messaging</artifactId>
<version>2.1.0-SNAPSHOT</version>
<version>2.0.1</version>
<relativePath>../..</relativePath>
</parent>

Expand All @@ -26,7 +26,7 @@
<dependency>
<groupId>io.smallrye.reactive</groupId>
<artifactId>smallrye-reactive-messaging-provider</artifactId>
<version>2.1.0-SNAPSHOT</version>
<version>2.0.1</version>
</dependency>

<dependency>
Expand All @@ -44,7 +44,7 @@
<dependency>
<groupId>io.smallrye.reactive</groupId>
<artifactId>smallrye-reactive-messaging-mqtt</artifactId>
<version>2.1.0-SNAPSHOT</version>
<version>2.0.1</version>
<exclusions>
<exclusion>
<!-- this avoid having the logging working, to exclude it -->
Expand Down
2 changes: 1 addition & 1 deletion examples/mqtt-server-quickstart/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>io.smallrye.reactive</groupId>
<artifactId>smallrye-reactive-messaging</artifactId>
<version>2.1.0-SNAPSHOT</version>
<version>2.0.1</version>
<relativePath>../..</relativePath>
</parent>

Expand Down
4 changes: 2 additions & 2 deletions examples/quickstart/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>io.smallrye.reactive</groupId>
<artifactId>smallrye-reactive-messaging</artifactId>
<version>2.1.0-SNAPSHOT</version>
<version>2.0.1</version>
<relativePath>../..</relativePath>
</parent>

Expand All @@ -26,7 +26,7 @@
<dependency>
<groupId>io.smallrye.reactive</groupId>
<artifactId>smallrye-reactive-messaging-provider</artifactId>
<version>2.1.0-SNAPSHOT</version>
<version>2.0.1</version>
</dependency>

<dependency>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

<groupId>io.smallrye.reactive</groupId>
<artifactId>smallrye-reactive-messaging</artifactId>
<version>2.1.0-SNAPSHOT</version>
<version>2.0.1</version>
<packaging>pom</packaging>

<name>MicroProfile Reactive Streams Messaging Implementation</name>
Expand Down
2 changes: 1 addition & 1 deletion release/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>io.smallrye.reactive</groupId>
<artifactId>smallrye-reactive-messaging</artifactId>
<version>2.1.0-SNAPSHOT</version>
<version>2.0.1</version>
</parent>

<artifactId>smallrye-reactive-messaging-release</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion smallrye-connector-attribute-processor/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>io.smallrye.reactive</groupId>
<artifactId>smallrye-reactive-messaging</artifactId>
<version>2.1.0-SNAPSHOT</version>
<version>2.0.1</version>
</parent>

<artifactId>smallrye-connector-attribute-processor</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion smallrye-reactive-messaging-amqp/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>io.smallrye.reactive</groupId>
<artifactId>smallrye-reactive-messaging</artifactId>
<version>2.1.0-SNAPSHOT</version>
<version>2.0.1</version>
</parent>

<artifactId>smallrye-reactive-messaging-amqp</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion smallrye-reactive-messaging-aws-sns/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>io.smallrye.reactive</groupId>
<artifactId>smallrye-reactive-messaging</artifactId>
<version>2.1.0-SNAPSHOT</version>
<version>2.0.1</version>
</parent>
<properties>
<vertx.version>3.8.0</vertx.version>
Expand Down
2 changes: 1 addition & 1 deletion smallrye-reactive-messaging-camel/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>io.smallrye.reactive</groupId>
<artifactId>smallrye-reactive-messaging</artifactId>
<version>2.1.0-SNAPSHOT</version>
<version>2.0.1</version>
</parent>

<artifactId>smallrye-reactive-messaging-camel</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion smallrye-reactive-messaging-cloud-events/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>io.smallrye.reactive</groupId>
<artifactId>smallrye-reactive-messaging</artifactId>
<version>2.1.0-SNAPSHOT</version>
<version>2.0.1</version>
</parent>

<artifactId>smallrye-reactive-messaging-cloud-events</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion smallrye-reactive-messaging-gcp-pubsub/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<artifactId>smallrye-reactive-messaging</artifactId>
<groupId>io.smallrye.reactive</groupId>
<version>2.1.0-SNAPSHOT</version>
<version>2.0.1</version>
</parent>
<properties>

Expand Down
2 changes: 1 addition & 1 deletion smallrye-reactive-messaging-http/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>io.smallrye.reactive</groupId>
<artifactId>smallrye-reactive-messaging</artifactId>
<version>2.1.0-SNAPSHOT</version>
<version>2.0.1</version>
</parent>

<artifactId>smallrye-reactive-messaging-http</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion smallrye-reactive-messaging-in-memory/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>io.smallrye.reactive</groupId>
<artifactId>smallrye-reactive-messaging</artifactId>
<version>2.1.0-SNAPSHOT</version>
<version>2.0.1</version>
</parent>

<artifactId>smallrye-reactive-messaging-in-memory</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion smallrye-reactive-messaging-jms/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>io.smallrye.reactive</groupId>
<artifactId>smallrye-reactive-messaging</artifactId>
<version>2.1.0-SNAPSHOT</version>
<version>2.0.1</version>
</parent>

<artifactId>smallrye-reactive-messaging-jms</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion smallrye-reactive-messaging-kafka/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>io.smallrye.reactive</groupId>
<artifactId>smallrye-reactive-messaging</artifactId>
<version>2.1.0-SNAPSHOT</version>
<version>2.0.1</version>
</parent>

<artifactId>smallrye-reactive-messaging-kafka</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion smallrye-reactive-messaging-mqtt-server/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>io.smallrye.reactive</groupId>
<artifactId>smallrye-reactive-messaging</artifactId>
<version>2.1.0-SNAPSHOT</version>
<version>2.0.1</version>
</parent>

<artifactId>smallrye-reactive-messaging-mqtt-server</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion smallrye-reactive-messaging-mqtt/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>io.smallrye.reactive</groupId>
<artifactId>smallrye-reactive-messaging</artifactId>
<version>2.1.0-SNAPSHOT</version>
<version>2.0.1</version>
</parent>

<artifactId>smallrye-reactive-messaging-mqtt</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion smallrye-reactive-messaging-provider/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>io.smallrye.reactive</groupId>
<artifactId>smallrye-reactive-messaging</artifactId>
<version>2.1.0-SNAPSHOT</version>
<version>2.0.1</version>
</parent>

<artifactId>smallrye-reactive-messaging-provider</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion smallrye-reactive-messaging-vertx-eventbus/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>io.smallrye.reactive</groupId>
<artifactId>smallrye-reactive-messaging</artifactId>
<version>2.1.0-SNAPSHOT</version>
<version>2.0.1</version>
</parent>

<artifactId>smallrye-reactive-messaging-vertx-eventbus</artifactId>
Expand Down
Loading

0 comments on commit 07df8cf

Please sign in to comment.