Skip to content

Commit

Permalink
Bump pulsar to 2.7.1.4 (#52)
Browse files Browse the repository at this point in the history
  • Loading branch information
BewareMyPower authored Apr 21, 2021
1 parent f79a0ee commit ff39ad0
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion mqtt-impl/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<artifactId>pulsar-protocol-handler-mqtt-parent</artifactId>
<groupId>io.streamnative.pulsar.handlers</groupId>
<version>2.7.1.4-rc-202104151209</version>
<version>2.7.1.4</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>io.streamnative.pulsar.handlers</groupId>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<groupId>io.streamnative.pulsar.handlers</groupId>
<artifactId>pulsar-protocol-handler-mqtt-parent</artifactId>
<version>2.7.1.4-rc-202104151209</version>
<version>2.7.1.4</version>
<name>StreamNative :: Pulsar Protocol Handler :: MoP Parent</name>
<description>Parent for MQTT on Pulsar implemented using Pulsar Protocol Handler.</description>

Expand Down Expand Up @@ -48,7 +48,7 @@
<lombok.version>1.18.4</lombok.version>
<mockito.version>2.22.0</mockito.version>
<testng.version>6.14.3</testng.version>
<pulsar.version>2.7.1.4-rc-202104151209</pulsar.version>
<pulsar.version>2.7.1.4</pulsar.version>
<awaitility.version>4.0.2</awaitility.version>
<mqtt.codec.version>4.1.49.Final</mqtt.codec.version>
<commons-lang3.version>3.4</commons-lang3.version>
Expand Down
2 changes: 1 addition & 1 deletion tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<artifactId>pulsar-protocol-handler-mqtt-parent</artifactId>
<groupId>io.streamnative.pulsar.handlers</groupId>
<version>2.7.1.4-rc-202104151209</version>
<version>2.7.1.4</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down

0 comments on commit ff39ad0

Please sign in to comment.