Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
ckienle committed Jun 20, 2023
2 parents 28af7d8 + 2fe32c5 commit 83be02a
Show file tree
Hide file tree
Showing 21 changed files with 61 additions and 59 deletions.
2 changes: 1 addition & 1 deletion java/compat_impl/edge/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<parent>
<groupId>org.eclipse.tahu</groupId>
<artifactId>tahu</artifactId>
<version>1.0.4</version>
<version>1.0.5-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion java/compat_impl/host/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<parent>
<groupId>org.eclipse.tahu</groupId>
<artifactId>tahu</artifactId>
<version>1.0.4</version>
<version>1.0.5-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>

Expand Down
3 changes: 1 addition & 2 deletions java/examples/device_timestamp/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,11 @@
<parent>
<groupId>org.eclipse.tahu</groupId>
<artifactId>tahu-examples</artifactId>
<version>1.0.4</version>
<version>1.0.5-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

<artifactId>example_device_timestamp</artifactId>
<version>1.0.4</version>
<packaging>jar</packaging>
<name>Sparkplug B Device Timestamp Example</name>

Expand Down
3 changes: 1 addition & 2 deletions java/examples/edge_node_control/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,11 @@
<parent>
<groupId>org.eclipse.tahu</groupId>
<artifactId>tahu-examples</artifactId>
<version>1.0.4</version>
<version>1.0.5-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

<artifactId>example_edge_node_control</artifactId>
<version>1.0.4</version>
<packaging>jar</packaging>
<name>Sparkplug B Edge Node Control Example</name>

Expand Down
3 changes: 1 addition & 2 deletions java/examples/host_file/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,11 @@
<parent>
<groupId>org.eclipse.tahu</groupId>
<artifactId>tahu-examples</artifactId>
<version>1.0.4</version>
<version>1.0.5-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

<artifactId>example_host_file</artifactId>
<version>1.0.4</version>
<packaging>jar</packaging>
<name>Sparkplug B Host File Example</name>

Expand Down
3 changes: 1 addition & 2 deletions java/examples/listener/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,11 @@
<parent>
<groupId>org.eclipse.tahu</groupId>
<artifactId>tahu-examples</artifactId>
<version>1.0.4</version>
<version>1.0.5-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

<artifactId>example_listener</artifactId>
<version>1.0.4</version>
<packaging>jar</packaging>
<name>Sparkplug B Listener Example</name>

Expand Down
4 changes: 3 additions & 1 deletion java/examples/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@

<groupId>org.eclipse.tahu</groupId>
<artifactId>tahu-examples</artifactId>
<version>1.0.4</version>
<version>1.0.5-SNAPSHOT</version>
<packaging>pom</packaging>

<name>Eclipse Tahu</name>
Expand Down Expand Up @@ -111,7 +111,9 @@
<module>simple/pom.xml</module>
<module>device_timestamp/pom.xml</module>
<module>udt/pom.xml</module>
<!--
<module>raspberry_pi/pom.xml</module>
-->
<module>host_file/pom.xml</module>
</modules>

Expand Down
3 changes: 1 addition & 2 deletions java/examples/raspberry_pi/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,11 @@
<parent>
<groupId>org.eclipse.tahu</groupId>
<artifactId>tahu-examples</artifactId>
<version>1.0.4</version>
<version>1.0.5-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

<artifactId>example_raspberry_pi</artifactId>
<version>1.0.4</version>
<packaging>jar</packaging>
<name>Sparkplug B Raspberry Pi Example</name>

Expand Down
2 changes: 1 addition & 1 deletion java/examples/records/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<parent>
<groupId>org.eclipse.tahu</groupId>
<artifactId>tahu-examples</artifactId>
<version>1.0.4</version>
<version>1.0.5-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
3 changes: 1 addition & 2 deletions java/examples/simple/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,11 @@
<parent>
<groupId>org.eclipse.tahu</groupId>
<artifactId>tahu-examples</artifactId>
<version>1.0.4</version>
<version>1.0.5-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

<artifactId>example_simple</artifactId>
<version>1.0.4</version>
<packaging>jar</packaging>
<name>Sparkplug B Simple Example</name>

Expand Down
3 changes: 1 addition & 2 deletions java/examples/udt/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,11 @@
<parent>
<groupId>org.eclipse.tahu</groupId>
<artifactId>tahu-examples</artifactId>
<version>1.0.4</version>
<version>1.0.5-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

<artifactId>sparkplug_b_udt_example</artifactId>
<version>1.0.4</version>
<packaging>jar</packaging>
<name>Sparkplug B UDT Example</name>

Expand Down
2 changes: 1 addition & 1 deletion java/lib/core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<parent>
<groupId>org.eclipse.tahu</groupId>
<artifactId>tahu</artifactId>
<version>1.0.4</version>
<version>1.0.5-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion java/lib/edge/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<parent>
<groupId>org.eclipse.tahu</groupId>
<artifactId>tahu</artifactId>
<version>1.0.4</version>
<version>1.0.5-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion java/lib/host/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<parent>
<groupId>org.eclipse.tahu</groupId>
<artifactId>tahu</artifactId>
<version>1.0.4</version>
<version>1.0.5-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion java/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@

<groupId>org.eclipse.tahu</groupId>
<artifactId>tahu</artifactId>
<version>1.0.4</version>
<version>1.0.5-SNAPSHOT</version>
<packaging>pom</packaging>

<name>Eclipse Tahu</name>
Expand Down
5 changes: 3 additions & 2 deletions javascript/core/sparkplug-client/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -432,14 +432,15 @@ client.on('close', function () {
ping rescheduling within the client.
* 3.2.1 Updated License and repo links, cleaned up logging.
* 3.2.2 Bug Fixes
* 3.2.3 Bug Fixes, added typescript

## License

Copyright (c) 2016-2018 Cirrus Link Solutions
Copyright (c) 2016-2023 Cirrus Link Solutions and others

All rights reserved. This program and the accompanying materials
are made available under the terms of the Eclipse Public License v1.0
which accompanies this distribution, and is available at
http://www.eclipse.org/legal/epl-v10.html

Contributors: Cirrus Link Solutions
Contributors: Cirrus Link Solutions and others
40 changes: 22 additions & 18 deletions javascript/core/sparkplug-client/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions javascript/core/sparkplug-client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "sparkplug-client",
"version": "3.2.2",
"version": "3.2.3",
"description": "A client module for MQTT communication using the Sparkplug specification from Cirrus Link Solutions",
"main": "index.js",
"scripts": {
Expand Down Expand Up @@ -34,7 +34,7 @@
"debug": "^4.3.4",
"mqtt": "^4.2.8",
"pako": "^2.0.4",
"sparkplug-payload": "^1.0.1"
"sparkplug-payload": "^1.0.2"
},
"devDependencies": {
"@types/debug": "^4.1.7",
Expand Down
6 changes: 4 additions & 2 deletions javascript/core/sparkplug-payload/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,14 +50,16 @@ var decoded = sparkplug.decodePayload(encoded);
## Release History

* 1.0.0 Initial release
* 1.0.1 Bug fixes
* 1.0.2 Bug fixes, added typescript

## License

Copyright (c) 2017 Cirrus Link Solutions
Copyright (c) 2017-2023 Cirrus Link Solutions and others

All rights reserved. This program and the accompanying materials
are made available under the terms of the Eclipse Public License v1.0
which accompanies this distribution, and is available at
http://www.eclipse.org/legal/epl-v10.html

Contributors: Cirrus Link Solutions
Contributors: Cirrus Link Solutions and others
Loading

0 comments on commit 83be02a

Please sign in to comment.