Skip to content

Commit ed29113

Browse files
author
cescoffier
committed
[RELEASE] - Bump version to 2.0.2
1 parent 8d79f15 commit ed29113

File tree

29 files changed

+47
-47
lines changed

29 files changed

+47
-47
lines changed

api/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>io.smallrye.reactive</groupId>
77
<artifactId>smallrye-reactive-messaging</artifactId>
8-
<version>2.1.0-SNAPSHOT</version>
8+
<version>2.0.2</version>
99
</parent>
1010

1111
<artifactId>smallrye-reactive-messaging-api</artifactId>

documentation/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>io.smallrye.reactive</groupId>
99
<artifactId>smallrye-reactive-messaging</artifactId>
10-
<version>2.1.0-SNAPSHOT</version>
10+
<version>2.0.2</version>
1111
</parent>
1212

1313
<artifactId>documentation</artifactId>
Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
name: smallrye-reactive-messaging
22
title: SmallRye Reactive Messaging
3-
version: 2.1
3+
version: 2.0
44
nav:
55
- modules/ROOT/nav.adoc
66

77
asciidoc:
88
attributes:
9-
version: '2.1'
10-
project-version: '2.1.0-SNAPSHOT'
9+
version: '2.0'
10+
project-version: '2.0.2'
1111
weld-version: '3.1.3.Final'
1212
smallrye-config-version: '1.7.0'
1313
mutiny-version: '0.5.0'
1414
camel-version: '3.2.0'
1515
spec-version: '1.0'
16-
javadoc-base: 'https://smallrye.io/smallrye-reactive-messaging/2.1.0-SNAPSHOT/apidocs'
16+
javadoc-base: 'https://smallrye.io/smallrye-reactive-messaging/2.0.2/apidocs'
1717

examples/amqp-quickstart/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>io.smallrye.reactive</groupId>
77
<artifactId>smallrye-reactive-messaging</artifactId>
8-
<version>2.1.0-SNAPSHOT</version>
8+
<version>2.0.2</version>
99
<relativePath>../..</relativePath>
1010
</parent>
1111

@@ -26,7 +26,7 @@
2626
<dependency>
2727
<groupId>io.smallrye.reactive</groupId>
2828
<artifactId>smallrye-reactive-messaging-provider</artifactId>
29-
<version>2.1.0-SNAPSHOT</version>
29+
<version>2.0.2</version>
3030
</dependency>
3131

3232
<dependency>
@@ -44,7 +44,7 @@
4444
<dependency>
4545
<groupId>io.smallrye.reactive</groupId>
4646
<artifactId>smallrye-reactive-messaging-amqp</artifactId>
47-
<version>2.1.0-SNAPSHOT</version>
47+
<version>2.0.2</version>
4848
<exclusions>
4949
<exclusion>
5050
<!-- this avoid having the logging working, to exclude it -->

examples/awssns-quickstart/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>io.smallrye.reactive</groupId>
88
<artifactId>smallrye-reactive-messaging</artifactId>
9-
<version>2.1.0-SNAPSHOT</version>
9+
<version>2.0.2</version>
1010
<relativePath>../..</relativePath>
1111
</parent>
1212

@@ -33,7 +33,7 @@
3333
<dependency>
3434
<groupId>io.smallrye.reactive</groupId>
3535
<artifactId>smallrye-reactive-messaging-provider</artifactId>
36-
<version>2.1.0-SNAPSHOT</version>
36+
<version>2.0.2</version>
3737
</dependency>
3838

3939
<dependency>
@@ -51,7 +51,7 @@
5151
<dependency>
5252
<groupId>io.smallrye.reactive</groupId>
5353
<artifactId>smallrye-reactive-messaging-aws-sns</artifactId>
54-
<version>2.1.0-SNAPSHOT</version>
54+
<version>2.0.2</version>
5555
</dependency>
5656

5757
<dependency>

examples/cloud-events/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>io.smallrye.reactive</groupId>
77
<artifactId>smallrye-reactive-messaging</artifactId>
8-
<version>2.1.0-SNAPSHOT</version>
8+
<version>2.0.2</version>
99
<relativePath>../..</relativePath>
1010
</parent>
1111

@@ -25,13 +25,13 @@
2525
<dependency>
2626
<groupId>io.smallrye.reactive</groupId>
2727
<artifactId>smallrye-reactive-messaging-cloud-events</artifactId>
28-
<version>2.1.0-SNAPSHOT</version>
28+
<version>2.0.2</version>
2929
</dependency>
3030

3131
<dependency>
3232
<groupId>io.smallrye.reactive</groupId>
3333
<artifactId>smallrye-reactive-messaging-provider</artifactId>
34-
<version>2.1.0-SNAPSHOT</version>
34+
<version>2.0.2</version>
3535
</dependency>
3636

3737
<dependency>

examples/gcp-pubsub-quickstart/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>io.smallrye.reactive</groupId>
77
<artifactId>smallrye-reactive-messaging</artifactId>
8-
<version>2.1.0-SNAPSHOT</version>
8+
<version>2.0.2</version>
99
<relativePath>../..</relativePath>
1010
</parent>
1111

examples/kafka-quickstart-kotlin/pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,12 @@
55
<parent>
66
<groupId>io.smallrye.reactive</groupId>
77
<artifactId>smallrye-reactive-messaging</artifactId>
8-
<version>2.1.0-SNAPSHOT</version>
8+
<version>2.0.2</version>
99
<relativePath>../..</relativePath>
1010
</parent>
1111

1212
<artifactId>kafka-quickstart-kotlin</artifactId>
13-
<version>2.1.0-SNAPSHOT</version>
13+
<version>2.0.2</version>
1414

1515
<properties>
1616
<maven.compiler.source>1.8</maven.compiler.source>
@@ -28,7 +28,7 @@
2828
<dependency>
2929
<groupId>io.smallrye.reactive</groupId>
3030
<artifactId>smallrye-reactive-messaging-provider</artifactId>
31-
<version>2.1.0-SNAPSHOT</version>
31+
<version>2.0.2</version>
3232
</dependency>
3333

3434
<dependency>
@@ -46,7 +46,7 @@
4646
<dependency>
4747
<groupId>io.smallrye.reactive</groupId>
4848
<artifactId>smallrye-reactive-messaging-kafka</artifactId>
49-
<version>2.1.0-SNAPSHOT</version>
49+
<version>2.0.2</version>
5050
<exclusions>
5151
<exclusion>
5252
<!-- this avoid having the logging working, to exclude it -->

examples/kafka-quickstart/pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,12 @@
55
<parent>
66
<groupId>io.smallrye.reactive</groupId>
77
<artifactId>smallrye-reactive-messaging</artifactId>
8-
<version>2.1.0-SNAPSHOT</version>
8+
<version>2.0.2</version>
99
<relativePath>../..</relativePath>
1010
</parent>
1111

1212
<artifactId>kafka-quickstart</artifactId>
13-
<version>2.1.0-SNAPSHOT</version>
13+
<version>2.0.2</version>
1414

1515
<properties>
1616
<maven.compiler.source>1.8</maven.compiler.source>
@@ -27,7 +27,7 @@
2727
<dependency>
2828
<groupId>io.smallrye.reactive</groupId>
2929
<artifactId>smallrye-reactive-messaging-provider</artifactId>
30-
<version>2.1.0-SNAPSHOT</version>
30+
<version>2.0.2</version>
3131
</dependency>
3232

3333
<dependency>
@@ -45,7 +45,7 @@
4545
<dependency>
4646
<groupId>io.smallrye.reactive</groupId>
4747
<artifactId>smallrye-reactive-messaging-kafka</artifactId>
48-
<version>2.1.0-SNAPSHOT</version>
48+
<version>2.0.2</version>
4949
<exclusions>
5050
<exclusion>
5151
<!-- this avoid having the logging working, to exclude it -->

examples/mqtt-quickstart/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>io.smallrye.reactive</groupId>
77
<artifactId>smallrye-reactive-messaging</artifactId>
8-
<version>2.1.0-SNAPSHOT</version>
8+
<version>2.0.2</version>
99
<relativePath>../..</relativePath>
1010
</parent>
1111

@@ -26,7 +26,7 @@
2626
<dependency>
2727
<groupId>io.smallrye.reactive</groupId>
2828
<artifactId>smallrye-reactive-messaging-provider</artifactId>
29-
<version>2.1.0-SNAPSHOT</version>
29+
<version>2.0.2</version>
3030
</dependency>
3131

3232
<dependency>
@@ -44,7 +44,7 @@
4444
<dependency>
4545
<groupId>io.smallrye.reactive</groupId>
4646
<artifactId>smallrye-reactive-messaging-mqtt</artifactId>
47-
<version>2.1.0-SNAPSHOT</version>
47+
<version>2.0.2</version>
4848
<exclusions>
4949
<exclusion>
5050
<!-- this avoid having the logging working, to exclude it -->

0 commit comments

Comments
 (0)