Skip to content

Commit 2f0afb4

Browse files
committed
correct version in package.json
1 parent d870b93 commit 2f0afb4

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

mqtt-mapping-service/src/main/resources/application.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,11 @@ application.name=mqtt-mapping-service
2323
server.port=8080
2424
server.error.include-message=always
2525
APP.additionalSubscriptionIdTest=
26-
APP.outputMappingEnabled=false
26+
APP.outputMappingEnabled=true
2727
APP.externalExtensionsEnabled=true
2828

2929
# properties used for local testing
3030
C8Y.bootstrap.user=servicebootstrap_mqtt-mapping-service
31-
C8Y.bootstrap.password=2BzkCI8Bcd4K5Yn425YWo11buBDURs6a
31+
C8Y.bootstrap.password=M63Eyqv2rElS4SPa63894AdZUbMw4dWt
3232
C8Y.bootstrap.tenant=t306817378
3333
C8Y.baseURL=https://ck2.eu-latest.cumulocity.com/

mqtt-mapping-ui/mqtt-mapping/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "mqtt-mapping",
3-
"version": "3.1.5",
3+
"version": "3.1.7",
44
"description": "Cumulocity plugin to map custom JSON payloads to C8Y payloads.The lugin support both directions: inbound/outbound.",
55
"repository": {
66
"type": "git",

0 commit comments

Comments
 (0)