Skip to content

Commit 052191e

Browse files
author
streamnativebot
committed
"Created by snbot"
1 parent a57d06d commit 052191e

File tree

5 files changed

+7
-7
lines changed

5 files changed

+7
-7
lines changed

mqtt-broker/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<parent>
2121
<artifactId>pulsar-protocol-handler-mqtt-parent</artifactId>
2222
<groupId>io.streamnative.pulsar.handlers</groupId>
23-
<version>3.4.0-SNAPSHOT</version>
23+
<version>4.1.0.6</version>
2424
</parent>
2525
<modelVersion>4.0.0</modelVersion>
2626
<artifactId>pulsar-protocol-handler-mqtt</artifactId>

mqtt-common/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<parent>
2121
<artifactId>pulsar-protocol-handler-mqtt-parent</artifactId>
2222
<groupId>io.streamnative.pulsar.handlers</groupId>
23-
<version>3.4.0-SNAPSHOT</version>
23+
<version>4.1.0.6</version>
2424
</parent>
2525
<modelVersion>4.0.0</modelVersion>
2626
<artifactId>pulsar-protocol-handler-mqtt-common</artifactId>

mqtt-proxy/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<parent>
2121
<artifactId>pulsar-protocol-handler-mqtt-parent</artifactId>
2222
<groupId>io.streamnative.pulsar.handlers</groupId>
23-
<version>3.4.0-SNAPSHOT</version>
23+
<version>4.1.0.6</version>
2424
</parent>
2525
<modelVersion>4.0.0</modelVersion>
2626
<artifactId>pulsar-protocol-handler-mqtt-proxy</artifactId>

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
2020
<groupId>io.streamnative.pulsar.handlers</groupId>
2121
<artifactId>pulsar-protocol-handler-mqtt-parent</artifactId>
22-
<version>3.4.0-SNAPSHOT</version>
22+
<version>4.1.0.6</version>
2323
<name>StreamNative :: Pulsar Protocol Handler :: MoP Parent</name>
2424
<description>Parent for MQTT on Pulsar implemented using Pulsar Protocol Handler.</description>
2525

@@ -51,8 +51,8 @@
5151
<mockito.version>2.22.0</mockito.version>
5252
<testng.version>6.14.3</testng.version>
5353
<awaitility.version>4.0.2</awaitility.version>
54-
<pulsar.version>4.1.0.4</pulsar.version>
55-
<sn.bom.version>4.1.0.4</sn.bom.version>
54+
<pulsar.version>4.1.0.6</pulsar.version>
55+
<sn.bom.version>4.1.0.6</sn.bom.version>
5656
<log4j2.version>2.18.0</log4j2.version>
5757
<fusesource.client.version>1.16</fusesource.client.version>
5858
<hivemq.mqtt.client.version>1.2.2</hivemq.mqtt.client.version>

tests/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<parent>
2121
<artifactId>pulsar-protocol-handler-mqtt-parent</artifactId>
2222
<groupId>io.streamnative.pulsar.handlers</groupId>
23-
<version>3.4.0-SNAPSHOT</version>
23+
<version>4.1.0.6</version>
2424
</parent>
2525
<modelVersion>4.0.0</modelVersion>
2626
<artifactId>pulsar-protocol-handler-mqtt-tests</artifactId>

0 commit comments

Comments
 (0)