Skip to content

Commit dda13c1

Browse files
author
streamnativebot
committed
"Created by snbot"
1 parent 380f0be commit dda13c1

File tree

3 files changed

+10
-6
lines changed

3 files changed

+10
-6
lines changed

Diff for: mqtt-impl/pom.xml

+1-1
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>2.11.4.3</version>
23+
<version>2.11.4.3-d49e2f</version>
2424
</parent>
2525
<modelVersion>4.0.0</modelVersion>
2626
<artifactId>pulsar-protocol-handler-mqtt</artifactId>

Diff for: pom.xml

+8-4
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
1818
<groupId>io.streamnative.pulsar.handlers</groupId>
1919
<artifactId>pulsar-protocol-handler-mqtt-parent</artifactId>
20-
<version>2.11.4.3</version>
20+
<version>2.11.4.3-d49e2f</version>
2121
<name>StreamNative :: Pulsar Protocol Handler :: MoP Parent</name>
2222
<description>Parent for MQTT on Pulsar implemented using Pulsar Protocol Handler.</description>
2323
<parent>
@@ -43,7 +43,7 @@
4343
<mockito.version>2.22.0</mockito.version>
4444
<testng.version>6.14.3</testng.version>
4545
<awaitility.version>4.0.2</awaitility.version>
46-
<pulsar.version>2.11.4.3</pulsar.version>
46+
<pulsar.version>2.11.4.3-d49e2f</pulsar.version>
4747
<mqtt.codec.version>4.1.93.Final</mqtt.codec.version>
4848
<log4j2.version>2.17.1</log4j2.version>
4949
<fusesource.client.version>1.16</fusesource.client.version>
@@ -352,12 +352,16 @@
352352
<name>bintray</name>
353353
<url>https://yahoo.bintray.com/maven</url>
354354
</repository>
355+
<repository>
356+
<id>nexus-snapshot</id>
357+
<url>https://s01.oss.sonatype.org/content/repositories/snapshots</url>
358+
</repository>
355359
<repository>
356360
<id>ossrh</id>
357-
<url>https://s01.oss.sonatype.org/service/local/repositories/iostreamnative-3067/content</url>
361+
<url>https://s01.oss.sonatype.org/service/local/repositories/iostreamnative-3608/content</url>
358362
</repository>
359363
<repository>
360-
<id>nexus-snapshot</id>
364+
<id>nexus-snapshot-ci</id>
361365
<url>https://s01.oss.sonatype.org/content/repositories/snapshots</url>
362366
</repository>
363367
</repositories>

Diff for: tests/pom.xml

+1-1
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>2.11.4.3</version>
23+
<version>2.11.4.3-d49e2f</version>
2424
</parent>
2525
<modelVersion>4.0.0</modelVersion>
2626
<artifactId>pulsar-protocol-handler-mqtt-tests</artifactId>

0 commit comments

Comments
 (0)