Skip to content

Commit

Permalink
correct version in package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
ck-c8y committed Jul 21, 2023
1 parent 47e6509 commit 1dfb5e1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,11 @@ application.name=mqtt-mapping-service
server.port=8080
server.error.include-message=always
APP.additionalSubscriptionIdTest=
APP.outputMappingEnabled=false
APP.outputMappingEnabled=true
APP.externalExtensionsEnabled=true

# properties used for local testing
C8Y.bootstrap.user=servicebootstrap_mqtt-mapping-service
C8Y.bootstrap.password=2BzkCI8Bcd4K5Yn425YWo11buBDURs6a
C8Y.bootstrap.password=M63Eyqv2rElS4SPa63894AdZUbMw4dWt
C8Y.bootstrap.tenant=t306817378
C8Y.baseURL=https://ck2.eu-latest.cumulocity.com/
2 changes: 1 addition & 1 deletion mqtt-mapping-ui/mqtt-mapping/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mqtt-mapping",
"version": "3.1.5",
"version": "3.1.7",
"description": "Cumulocity plugin to map custom JSON payloads to C8Y payloads.The lugin support both directions: inbound/outbound.",
"repository": {
"type": "git",
Expand Down

0 comments on commit 1dfb5e1

Please sign in to comment.