Skip to content

Commit 807ac7b

Browse files
committed
[RELEASE] - Bump version to 4.0.0
1 parent 000bad3 commit 807ac7b

File tree

28 files changed

+30
-28
lines changed

28 files changed

+30
-28
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>4.0.0-SNAPSHOT</version>
8+
<version>4.0.0</version>
99
</parent>
1010

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

api/src/main/java/io/smallrye/reactive/messaging/connector/OutboundConnector.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,8 @@
5656
* In the previous configuration, the smallrye reactive messaging would need to find the
5757
* {@link OutboundConnector} implementation qualified with the {@link Connector} qualifier with the value
5858
* {@code acme.kafka} to create the {@code my-channel} <em>subscriber</em>. Note that if
59-
* the connector cannot be found, the deployment must be failed with a {@link jakarta.enterprise.inject.spi.DeploymentException}.
59+
* the connector cannot be found, the deployment must be failed with a
60+
* {@link jakarta.enterprise.inject.spi.DeploymentException}.
6061
* <p>
6162
* The {@link #getSubscriber(Config)} is called for every <em>channel</em> that needs to be created. The
6263
* {@link Config} object passed to the method contains a subset of the global configuration, and with the prefixes

api/src/main/java/org/eclipse/microprofile/reactive/messaging/spi/OutgoingConnectorFactory.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,8 @@
7272
* In the previous configuration, the reactive messaging implementation would need to find the
7373
* {@link OutgoingConnectorFactory} implementation qualified with the {@link Connector} qualifier with the value
7474
* {@code acme.kafka} to create the {@code my-channel} <em>subscriber</em>. Note that if
75-
* the connector cannot be found, the deployment must be failed with a {@link jakarta.enterprise.inject.spi.DeploymentException}.
75+
* the connector cannot be found, the deployment must be failed with a
76+
* {@link jakarta.enterprise.inject.spi.DeploymentException}.
7677
* <p>
7778
* The {@link #getSubscriberBuilder(Config)} is called for every <em>channel</em> that needs to be created. The
7879
* {@link Config} object passed to the method contains a subset of the global configuration, and with the prefixes removed.

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>4.0.0-SNAPSHOT</version>
10+
<version>4.0.0</version>
1111
</parent>
1212

1313
<artifactId>documentation</artifactId>

examples/amqp-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>4.0.0-SNAPSHOT</version>
8+
<version>4.0.0</version>
99
<relativePath>../../pom.xml</relativePath>
1010
</parent>
1111

examples/kafka-quickstart-kotlin/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>4.0.0-SNAPSHOT</version>
8+
<version>4.0.0</version>
99
<relativePath>../../pom.xml</relativePath>
1010
</parent>
1111

examples/kafka-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>4.0.0-SNAPSHOT</version>
8+
<version>4.0.0</version>
99
<relativePath>../../pom.xml</relativePath>
1010
</parent>
1111

examples/mqtt-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>4.0.0-SNAPSHOT</version>
8+
<version>4.0.0</version>
99
<relativePath>../../pom.xml</relativePath>
1010
</parent>
1111

examples/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>4.0.0-SNAPSHOT</version>
8+
<version>4.0.0</version>
99
<relativePath>../../pom.xml</relativePath> </parent>
1010

1111
<artifactId>reactive-messaging-quickstart</artifactId>

examples/rabbitmq-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>4.0.0-SNAPSHOT</version>
8+
<version>4.0.0</version>
99
<relativePath>../../pom.xml</relativePath>
1010
</parent>
1111

0 commit comments

Comments
 (0)