Skip to content

Commit

Permalink
RELEASE: 1.14.2
Browse files Browse the repository at this point in the history
  • Loading branch information
it-hms committed Sep 3, 2024
1 parent 0eaa57a commit db710ed
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<!-- PROJECT NAME -->
<name>Ewon Flexy Cumulocity Connector</name>
<!-- PROJECT VERSION -->
<version>1.4.1</version>
<version>1.4.2</version>
<!-- PROJECT GROUP ID (PARENT PACKAGE) -->
<groupId>com.hms_networks.americas.sc</groupId>
<!-- PROJECT ARTIFACT ID (ROOT PACKAGE NAME) -->
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/com/hms_networks/sc/cumulocity/package.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<BODY>
Main package for Ewon Flexy Cumulocity Connector.

@version 1.4.1
@version 1.4.2
@author HMS Networks, MU Americas Solution Center
</BODY>
</HTML>
2 changes: 1 addition & 1 deletion starting-files/jvmrun
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit db710ed

Please sign in to comment.