Skip to content

Commit

Permalink
[RELEASE] - Bump version to 3.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
cescoffier committed May 18, 2021
1 parent ccb4b7d commit 17e7dbf
Show file tree
Hide file tree
Showing 22 changed files with 24 additions and 23 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>3.3.0-SNAPSHOT</version>
<version>3.3.0</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>3.3.0-SNAPSHOT</version>
<version>3.3.0</version>
</parent>

<artifactId>documentation</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions documentation/src/main/doc/antora.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@ nav:
asciidoc:
attributes:
version: '3.3'
project-version: '3.3.0-SNAPSHOT'
project-version: '3.3.0'
weld-version: '3.1.7.Final'
smallrye-config-version: '2.3.0'
mutiny-version: '0.17.0'
camel-version: '3.9.0'
spec-version: '2.0'
javadoc-base: 'https://smallrye.io/smallrye-reactive-messaging/3.3.0-SNAPSHOT/apidocs'
javadoc-base: 'https://smallrye.io/smallrye-reactive-messaging/3.3.0/apidocs'

2 changes: 1 addition & 1 deletion 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>3.3.0-SNAPSHOT</version>
<version>3.3.0</version>
<relativePath>../..</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion examples/kafka-quickstart-kotlin/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>3.3.0-SNAPSHOT</version>
<version>3.3.0</version>
<relativePath>../..</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion examples/kafka-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>3.3.0-SNAPSHOT</version>
<version>3.3.0</version>
<relativePath>../..</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion 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>3.3.0-SNAPSHOT</version>
<version>3.3.0</version>
<relativePath>../..</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion 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>3.3.0-SNAPSHOT</version>
<version>3.3.0</version>
<relativePath>../..</relativePath>
</parent>

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>3.3.0-SNAPSHOT</version>
<version>3.3.0</version>
<packaging>pom</packaging>

<name>SmallRye Reactive Messaging</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>3.3.0-SNAPSHOT</version>
<version>3.3.0</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>3.3.0-SNAPSHOT</version>
<version>3.3.0</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 @@ -6,7 +6,7 @@
<parent>
<groupId>io.smallrye.reactive</groupId>
<artifactId>smallrye-reactive-messaging</artifactId>
<version>3.3.0-SNAPSHOT</version>
<version>3.3.0</version>
</parent>

<artifactId>smallrye-reactive-messaging-amqp</artifactId>
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>3.3.0-SNAPSHOT</version>
<version>3.3.0</version>
</parent>

<artifactId>smallrye-reactive-messaging-camel</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion smallrye-reactive-messaging-health/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>3.3.0-SNAPSHOT</version>
<version>3.3.0</version>
</parent>


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>3.3.0-SNAPSHOT</version>
<version>3.3.0</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>3.3.0-SNAPSHOT</version>
<version>3.3.0</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>3.3.0-SNAPSHOT</version>
<version>3.3.0</version>
</parent>

<artifactId>smallrye-reactive-messaging-kafka</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>3.3.0-SNAPSHOT</version>
<version>3.3.0</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>3.3.0-SNAPSHOT</version>
<version>3.3.0</version>
</parent>

<artifactId>smallrye-reactive-messaging-provider</artifactId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,8 @@ public void testPropertyNames() {

Iterable<String> names = config.getPropertyNames();
assertThat(names)
.containsExactlyInAnyOrder("connector", "ATTR1", "attr1", "attr2", "attr.2", "ATTR", "attr", "AT_TR", "at.tr", "at-tr", "key",
.containsExactlyInAnyOrder("connector", "ATTR1", "attr1", "attr2", "attr.2", "ATTR", "attr", "AT_TR", "at.tr",
"at-tr", "key",
"SOME_KEY", "some-key", "SOME_OTHER_KEY", "ATTR3", "attr4", "channel-name");

assertThat(config.getOptionalValue("connector", String.class)).hasValue("some-connector");
Expand Down
2 changes: 1 addition & 1 deletion tck/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>3.3.0-SNAPSHOT</version>
<version>3.3.0</version>
</parent>

<artifactId>tck</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion test-common/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>3.3.0-SNAPSHOT</version>
<version>3.3.0</version>
</parent>

<artifactId>test-common</artifactId>
Expand Down

0 comments on commit 17e7dbf

Please sign in to comment.