Skip to content
This repository has been archived by the owner on Oct 31, 2024. It is now read-only.

Commit

Permalink
RELEASE: v3.0.15
Browse files Browse the repository at this point in the history
  • Loading branch information
oliver-walker-hms committed Sep 11, 2023
1 parent 24f1678 commit 40c7f9c
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 5 deletions.
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Flexy OSIsoft Changelog

## Version 3.0.15
### Major Changes
+ None
### Minor Changes
+ Align PIWEBAPI expected URL with the rest of the connector requests.


## Version 3.0.14
### Major Changes
+ None
Expand Down Expand Up @@ -239,4 +246,4 @@ The "PostDuplicateTagValues" has been added to the configuration. This option c
+ Batch based datapoint posting

## Version 0.1.0
Initial Release
Initial Release
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<!-- PROJECT NAME -->
<name>Ewon Flexy OSIsoft Connector</name>
<!-- PROJECT VERSION -->
<version>3.0.14</version>
<version>3.0.15</version>
<!-- PROJECT GROUP ID (PARENT PACKAGE) -->
<groupId>com.hms_networks.americas.sc</groupId>
<!-- PROJECT ARTIFACT ID (ROOT PACKAGE NAME) -->
Expand Down Expand Up @@ -427,4 +427,4 @@
<version>1.14.2</version>
</dependency>
</dependencies>
</project>
</project>
2 changes: 1 addition & 1 deletion src/main/java/com/hms/flexyosisoftconnector/package.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<BODY>
Ewon Flexy OSIsoft Connector.

@version 3.0.14
@version 3.0.15
@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-osisoft-connector-3.0.14-full.jar -emain com.hms.flexyosisoftconnector.OSIsoftConnectorMain
-heapsize 25M -classpath /usr/flexy-osisoft-connector-3.0.15-full.jar -emain com.hms.flexyosisoftconnector.OSIsoftConnectorMain

0 comments on commit 40c7f9c

Please sign in to comment.