From db710ed991462f2bda2cb4de659b92fc81d00e89 Mon Sep 17 00:00:00 2001 From: Ian Tracy Date: Tue, 27 Aug 2024 15:34:55 -0400 Subject: [PATCH] RELEASE: 1.14.2 --- CHANGELOG.md | 7 +++++++ pom.xml | 2 +- src/main/java/com/hms_networks/sc/cumulocity/package.html | 2 +- starting-files/jvmrun | 2 +- 4 files changed, 10 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bc8c9c62..ce759a09 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Ewon Flexy Cumulocity Connector Changelog +## Version 1.4.2 +### Features +- Update deployment dependencies +### Bug Fixes +- Fixed an issue where the main thread ends, but the event handler thread continues to run +- Removes unnecessary backtick from tasks.json + ## Version 1.4.1 ### Features - Added support for globally setting the Cumulocity data processing mode for tag data diff --git a/pom.xml b/pom.xml index 42791833..03e8679a 100644 --- a/pom.xml +++ b/pom.xml @@ -8,7 +8,7 @@ Ewon Flexy Cumulocity Connector - 1.4.1 + 1.4.2 com.hms_networks.americas.sc diff --git a/src/main/java/com/hms_networks/sc/cumulocity/package.html b/src/main/java/com/hms_networks/sc/cumulocity/package.html index b320fb41..176c660a 100644 --- a/src/main/java/com/hms_networks/sc/cumulocity/package.html +++ b/src/main/java/com/hms_networks/sc/cumulocity/package.html @@ -2,7 +2,7 @@ Main package for Ewon Flexy Cumulocity Connector. -@version 1.4.1 +@version 1.4.2 @author HMS Networks, MU Americas Solution Center \ No newline at end of file diff --git a/starting-files/jvmrun b/starting-files/jvmrun index e34a3833..565e7c19 100644 --- a/starting-files/jvmrun +++ b/starting-files/jvmrun @@ -1 +1 @@ --heapsize 25M -classpath /usr/flexy-cumulocity-connector-1.4.1-full.jar -emain com.hms_networks.sc.cumulocity.CConnectorMain +-heapsize 25M -classpath /usr/flexy-cumulocity-connector-1.4.2-full.jar -emain com.hms_networks.sc.cumulocity.CConnectorMain