Skip to content

Commit

Permalink
Update Hono version to 1.3.0.
Browse files Browse the repository at this point in the history
Signed-off-by: Carsten Lohmann <[email protected]>
  • Loading branch information
calohmn committed Jul 22, 2020
1 parent 7c2945c commit 8a1602d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion protocol-gateway/azure-mqtt-protocol-gateway/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
<timestamp>${maven.build.timestamp}</timestamp>

<assertj-core.version>3.15.0</assertj-core.version>
<hono.version>1.3.0-M3</hono.version>
<hono.version>1.3.0</hono.version>
<hono.mqtt-protocol-gateway.version>0.0.1-SNAPSHOT</hono.mqtt-protocol-gateway.version>
<junit.jupiter.version>5.6.0</junit.jupiter.version>
<mockito.version>3.3.3</mockito.version>
Expand Down
2 changes: 1 addition & 1 deletion protocol-gateway/mqtt-protocol-gateway-template/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
<timestamp>${maven.build.timestamp}</timestamp>

<assertj-core.version>3.15.0</assertj-core.version>
<hono.version>1.3.0-M3</hono.version>
<hono.version>1.3.0</hono.version>
<junit.jupiter.version>5.6.0</junit.jupiter.version>
<mockito.version>3.3.3</mockito.version>
<vertx.version>3.9.1</vertx.version>
Expand Down

0 comments on commit 8a1602d

Please sign in to comment.