Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
…namic-mapper into develop
  • Loading branch information
ck-c8y committed Oct 9, 2024
2 parents e4e0a7d + 4bc6347 commit 43525ee
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -647,7 +647,7 @@ public ResponseEntity<String> deleteMapping(@PathVariable String id) {
});
}
} catch (Exception ex) {
log.error("Tenant {} - Exception when deleting mapping {}", tenant, ex);
log.error("Tenant {} - Exception when deleting mapping: ", tenant, ex);
throw new ResponseStatusException(HttpStatus.NOT_ACCEPTABLE, ex.getLocalizedMessage());
}
log.info("Tenant {} - Mapping {} successfully deleted!", tenant, id);
Expand Down
2 changes: 1 addition & 1 deletion dynamic-mapping-ui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "dynamic-mapping",
"version": "4.5.2",
"version": "4.5.3",
"author": "[email protected], [email protected]",
"description": "Cumulocity plugin to map custom JSON payloads to C8Y payloads.The plugin support both directions: inbound/outbound. Currently MQTT is supported ",
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@

<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<revision>4.5.2-SNAPSHOT</revision>
<revision>4.5.3-SNAPSHOT</revision>
<c8y.version>1020.107.0</c8y.version>
<lombok.version>1.18.34</lombok.version>
<slf4j.version>1.7.36</slf4j.version>
Expand Down

0 comments on commit 43525ee

Please sign in to comment.