diff --git a/distribution/pom.xml b/distribution/pom.xml
index 5d619ca9..be85cd83 100644
--- a/distribution/pom.xml
+++ b/distribution/pom.xml
@@ -5,7 +5,7 @@
com.digi.xbee
xbee-java-library-parent
- 1.3.1
+ 1.3.2
..\pom.xml
diff --git a/examples/communication/ReceiveDataPollingSample/pom.xml b/examples/communication/ReceiveDataPollingSample/pom.xml
index 64d77f7e..c8769a97 100644
--- a/examples/communication/ReceiveDataPollingSample/pom.xml
+++ b/examples/communication/ReceiveDataPollingSample/pom.xml
@@ -4,7 +4,7 @@
com.digi.xbee
xbee-java-library-parent
- 1.3.1
+ 1.3.2
../../../pom.xml
receive-data-polling-sample
diff --git a/examples/communication/ReceiveDataSample/pom.xml b/examples/communication/ReceiveDataSample/pom.xml
index 78214a7b..4e62be53 100644
--- a/examples/communication/ReceiveDataSample/pom.xml
+++ b/examples/communication/ReceiveDataSample/pom.xml
@@ -4,7 +4,7 @@
com.digi.xbee
xbee-java-library-parent
- 1.3.1
+ 1.3.2
../../../pom.xml
receive-data-sample
diff --git a/examples/communication/ReceiveModemStatusSample/pom.xml b/examples/communication/ReceiveModemStatusSample/pom.xml
index 3a1aea44..2581880f 100644
--- a/examples/communication/ReceiveModemStatusSample/pom.xml
+++ b/examples/communication/ReceiveModemStatusSample/pom.xml
@@ -4,7 +4,7 @@
com.digi.xbee
xbee-java-library-parent
- 1.3.1
+ 1.3.2
../../../pom.xml
receive-modem-status-sample
diff --git a/examples/communication/SendBroadcastDataSample/pom.xml b/examples/communication/SendBroadcastDataSample/pom.xml
index 93cfcbd4..16ca2dfa 100644
--- a/examples/communication/SendBroadcastDataSample/pom.xml
+++ b/examples/communication/SendBroadcastDataSample/pom.xml
@@ -4,7 +4,7 @@
com.digi.xbee
xbee-java-library-parent
- 1.3.1
+ 1.3.2
../../../pom.xml
send-broadcast-data-sample
diff --git a/examples/communication/SendDataAsyncSample/pom.xml b/examples/communication/SendDataAsyncSample/pom.xml
index 16537d55..29dea9a1 100644
--- a/examples/communication/SendDataAsyncSample/pom.xml
+++ b/examples/communication/SendDataAsyncSample/pom.xml
@@ -4,7 +4,7 @@
com.digi.xbee
xbee-java-library-parent
- 1.3.1
+ 1.3.2
../../../pom.xml
send-data-async-sample
diff --git a/examples/communication/SendDataSample/pom.xml b/examples/communication/SendDataSample/pom.xml
index 66ac912c..08ab49da 100644
--- a/examples/communication/SendDataSample/pom.xml
+++ b/examples/communication/SendDataSample/pom.xml
@@ -4,7 +4,7 @@
com.digi.xbee
xbee-java-library-parent
- 1.3.1
+ 1.3.2
../../../pom.xml
send-data-sample
diff --git a/examples/communication/bluetooth/ReceiveBluetoothDataSample/pom.xml b/examples/communication/bluetooth/ReceiveBluetoothDataSample/pom.xml
index 0ee2fdc3..640d0bc8 100644
--- a/examples/communication/bluetooth/ReceiveBluetoothDataSample/pom.xml
+++ b/examples/communication/bluetooth/ReceiveBluetoothDataSample/pom.xml
@@ -4,7 +4,7 @@
com.digi.xbee
xbee-java-library-parent
- 1.3.1
+ 1.3.2
../../../../pom.xml
receive-bluetooth-data-sample
diff --git a/examples/communication/bluetooth/ReceiveBluetoothFileSample/pom.xml b/examples/communication/bluetooth/ReceiveBluetoothFileSample/pom.xml
index 6e3afb69..b5b48bc4 100644
--- a/examples/communication/bluetooth/ReceiveBluetoothFileSample/pom.xml
+++ b/examples/communication/bluetooth/ReceiveBluetoothFileSample/pom.xml
@@ -4,7 +4,7 @@
com.digi.xbee
xbee-java-library-parent
- 1.3.1
+ 1.3.2
../../../../pom.xml
receive-bluetooth-file-sample
diff --git a/examples/communication/bluetooth/SendBluetoothDataSample/pom.xml b/examples/communication/bluetooth/SendBluetoothDataSample/pom.xml
index 4f662559..537f3f1a 100644
--- a/examples/communication/bluetooth/SendBluetoothDataSample/pom.xml
+++ b/examples/communication/bluetooth/SendBluetoothDataSample/pom.xml
@@ -4,7 +4,7 @@
com.digi.xbee
xbee-java-library-parent
- 1.3.1
+ 1.3.2
../../../../pom.xml
send-bluetooth-data-sample
diff --git a/examples/communication/cellular/ReceiveSMSSample/pom.xml b/examples/communication/cellular/ReceiveSMSSample/pom.xml
index 8de4aa39..59b89087 100644
--- a/examples/communication/cellular/ReceiveSMSSample/pom.xml
+++ b/examples/communication/cellular/ReceiveSMSSample/pom.xml
@@ -4,7 +4,7 @@
com.digi.xbee
xbee-java-library-parent
- 1.3.1
+ 1.3.2
../../../../pom.xml
receive-sms-sample
diff --git a/examples/communication/cellular/SendSMSSample/pom.xml b/examples/communication/cellular/SendSMSSample/pom.xml
index b1b7e1fc..6de312ad 100644
--- a/examples/communication/cellular/SendSMSSample/pom.xml
+++ b/examples/communication/cellular/SendSMSSample/pom.xml
@@ -4,7 +4,7 @@
com.digi.xbee
xbee-java-library-parent
- 1.3.1
+ 1.3.2
../../../../pom.xml
send-sms-sample
diff --git a/examples/communication/coap/ReceiveCoAPDataSample/pom.xml b/examples/communication/coap/ReceiveCoAPDataSample/pom.xml
index 0e2e877e..745e82c5 100644
--- a/examples/communication/coap/ReceiveCoAPDataSample/pom.xml
+++ b/examples/communication/coap/ReceiveCoAPDataSample/pom.xml
@@ -4,7 +4,7 @@
com.digi.xbee
xbee-java-library-parent
- 1.3.1
+ 1.3.2
../../../../pom.xml
receive-coap-data-sample
diff --git a/examples/communication/coap/SendCoAPDataSample/pom.xml b/examples/communication/coap/SendCoAPDataSample/pom.xml
index 85213b59..be249bcd 100644
--- a/examples/communication/coap/SendCoAPDataSample/pom.xml
+++ b/examples/communication/coap/SendCoAPDataSample/pom.xml
@@ -4,7 +4,7 @@
com.digi.xbee
xbee-java-library-parent
- 1.3.1
+ 1.3.2
../../../../pom.xml
send-coap-data-sample
diff --git a/examples/communication/explicit/ReceiveExplicitDataPollingSample/pom.xml b/examples/communication/explicit/ReceiveExplicitDataPollingSample/pom.xml
index a65385ce..8559130d 100644
--- a/examples/communication/explicit/ReceiveExplicitDataPollingSample/pom.xml
+++ b/examples/communication/explicit/ReceiveExplicitDataPollingSample/pom.xml
@@ -4,7 +4,7 @@
com.digi.xbee
xbee-java-library-parent
- 1.3.1
+ 1.3.2
../../../../pom.xml
receive-explicit-data-polling-sample
diff --git a/examples/communication/explicit/ReceiveExplicitDataSample/pom.xml b/examples/communication/explicit/ReceiveExplicitDataSample/pom.xml
index 5f73a9f3..0ff46258 100644
--- a/examples/communication/explicit/ReceiveExplicitDataSample/pom.xml
+++ b/examples/communication/explicit/ReceiveExplicitDataSample/pom.xml
@@ -4,7 +4,7 @@
com.digi.xbee
xbee-java-library-parent
- 1.3.1
+ 1.3.2
../../../../pom.xml
receive-explicit-data-sample
diff --git a/examples/communication/explicit/SendBroadcastExplicitDataSample/pom.xml b/examples/communication/explicit/SendBroadcastExplicitDataSample/pom.xml
index afeea9b7..d7a6978c 100644
--- a/examples/communication/explicit/SendBroadcastExplicitDataSample/pom.xml
+++ b/examples/communication/explicit/SendBroadcastExplicitDataSample/pom.xml
@@ -4,7 +4,7 @@
com.digi.xbee
xbee-java-library-parent
- 1.3.1
+ 1.3.2
../../../../pom.xml
send-broadcast-explicit-data-sample
diff --git a/examples/communication/explicit/SendExplicitDataAsyncSample/pom.xml b/examples/communication/explicit/SendExplicitDataAsyncSample/pom.xml
index 32a878ad..f84f3c2e 100644
--- a/examples/communication/explicit/SendExplicitDataAsyncSample/pom.xml
+++ b/examples/communication/explicit/SendExplicitDataAsyncSample/pom.xml
@@ -4,7 +4,7 @@
com.digi.xbee
xbee-java-library-parent
- 1.3.1
+ 1.3.2
../../../../pom.xml
send-explicit-data-async-sample
diff --git a/examples/communication/explicit/SendExplicitDataSample/pom.xml b/examples/communication/explicit/SendExplicitDataSample/pom.xml
index bd7312bf..e85468b3 100644
--- a/examples/communication/explicit/SendExplicitDataSample/pom.xml
+++ b/examples/communication/explicit/SendExplicitDataSample/pom.xml
@@ -4,7 +4,7 @@
com.digi.xbee
xbee-java-library-parent
- 1.3.1
+ 1.3.2
../../../../pom.xml
send-explicit-data-sample
diff --git a/examples/communication/ip/ConnectToEchoServerSample/pom.xml b/examples/communication/ip/ConnectToEchoServerSample/pom.xml
index 03bdf27b..9e95698b 100644
--- a/examples/communication/ip/ConnectToEchoServerSample/pom.xml
+++ b/examples/communication/ip/ConnectToEchoServerSample/pom.xml
@@ -4,7 +4,7 @@
com.digi.xbee
xbee-java-library-parent
- 1.3.1
+ 1.3.2
../../../../pom.xml
connect-to-echo-server-sample
diff --git a/examples/communication/ip/KnockKnockSample/pom.xml b/examples/communication/ip/KnockKnockSample/pom.xml
index 8000ef39..442ffe34 100644
--- a/examples/communication/ip/KnockKnockSample/pom.xml
+++ b/examples/communication/ip/KnockKnockSample/pom.xml
@@ -4,7 +4,7 @@
com.digi.xbee
xbee-java-library-parent
- 1.3.1
+ 1.3.2
../../../../pom.xml
knock-knock-sample
diff --git a/examples/communication/ip/ReceiveIPDataSample/pom.xml b/examples/communication/ip/ReceiveIPDataSample/pom.xml
index 9a5c398e..df0a5cbc 100644
--- a/examples/communication/ip/ReceiveIPDataSample/pom.xml
+++ b/examples/communication/ip/ReceiveIPDataSample/pom.xml
@@ -4,7 +4,7 @@
com.digi.xbee
xbee-java-library-parent
- 1.3.1
+ 1.3.2
../../../../pom.xml
receive-ip-data-sample
diff --git a/examples/communication/ip/ReceiveIPv6DataSample/pom.xml b/examples/communication/ip/ReceiveIPv6DataSample/pom.xml
index 338cc945..e3612428 100644
--- a/examples/communication/ip/ReceiveIPv6DataSample/pom.xml
+++ b/examples/communication/ip/ReceiveIPv6DataSample/pom.xml
@@ -4,7 +4,7 @@
com.digi.xbee
xbee-java-library-parent
- 1.3.1
+ 1.3.2
../../../../pom.xml
receive-ipv6-data-sample
diff --git a/examples/communication/ip/SendIPDataSample/pom.xml b/examples/communication/ip/SendIPDataSample/pom.xml
index 020f8cfe..6591124c 100644
--- a/examples/communication/ip/SendIPDataSample/pom.xml
+++ b/examples/communication/ip/SendIPDataSample/pom.xml
@@ -4,7 +4,7 @@
com.digi.xbee
xbee-java-library-parent
- 1.3.1
+ 1.3.2
../../../../pom.xml
send-ip-data-sample
diff --git a/examples/communication/ip/SendIPv6DataSample/pom.xml b/examples/communication/ip/SendIPv6DataSample/pom.xml
index a425cffb..e5c12647 100644
--- a/examples/communication/ip/SendIPv6DataSample/pom.xml
+++ b/examples/communication/ip/SendIPv6DataSample/pom.xml
@@ -4,7 +4,7 @@
com.digi.xbee
xbee-java-library-parent
- 1.3.1
+ 1.3.2
../../../../pom.xml
send-ipv6-data-sample
diff --git a/examples/communication/ip/SendUDPDataSample/pom.xml b/examples/communication/ip/SendUDPDataSample/pom.xml
index 790c2ed8..23f73713 100644
--- a/examples/communication/ip/SendUDPDataSample/pom.xml
+++ b/examples/communication/ip/SendUDPDataSample/pom.xml
@@ -4,7 +4,7 @@
com.digi.xbee
xbee-java-library-parent
- 1.3.1
+ 1.3.2
../../../../pom.xml
send-udp-data-sample
diff --git a/examples/communication/micropython/ReceiveMicroPythonDataSample/pom.xml b/examples/communication/micropython/ReceiveMicroPythonDataSample/pom.xml
index 8049f1b9..d742541c 100644
--- a/examples/communication/micropython/ReceiveMicroPythonDataSample/pom.xml
+++ b/examples/communication/micropython/ReceiveMicroPythonDataSample/pom.xml
@@ -4,7 +4,7 @@
com.digi.xbee
xbee-java-library-parent
- 1.3.1
+ 1.3.2
../../../../pom.xml
receive-micropython-data-sample
diff --git a/examples/communication/micropython/SendMicroPythonDataSample/pom.xml b/examples/communication/micropython/SendMicroPythonDataSample/pom.xml
index 32a656b2..696d916d 100644
--- a/examples/communication/micropython/SendMicroPythonDataSample/pom.xml
+++ b/examples/communication/micropython/SendMicroPythonDataSample/pom.xml
@@ -4,7 +4,7 @@
com.digi.xbee
xbee-java-library-parent
- 1.3.1
+ 1.3.2
../../../../pom.xml
send-micropython-data-sample
diff --git a/examples/communication/relay/ReceiveUserDataRelaySample/pom.xml b/examples/communication/relay/ReceiveUserDataRelaySample/pom.xml
index 95fb01ca..51662e41 100644
--- a/examples/communication/relay/ReceiveUserDataRelaySample/pom.xml
+++ b/examples/communication/relay/ReceiveUserDataRelaySample/pom.xml
@@ -4,7 +4,7 @@
com.digi.xbee
xbee-java-library-parent
- 1.3.1
+ 1.3.2
../../../../pom.xml
receive-user-data-relay-sample
diff --git a/examples/communication/relay/SendUserDataRelaySample/pom.xml b/examples/communication/relay/SendUserDataRelaySample/pom.xml
index d74ec4ce..4cf1b6b9 100644
--- a/examples/communication/relay/SendUserDataRelaySample/pom.xml
+++ b/examples/communication/relay/SendUserDataRelaySample/pom.xml
@@ -4,7 +4,7 @@
com.digi.xbee
xbee-java-library-parent
- 1.3.1
+ 1.3.2
../../../../pom.xml
send-user-data-relay-sample
diff --git a/examples/configuration/ConnectToAccessPointSample/pom.xml b/examples/configuration/ConnectToAccessPointSample/pom.xml
index 8d8c42b5..11613cd9 100644
--- a/examples/configuration/ConnectToAccessPointSample/pom.xml
+++ b/examples/configuration/ConnectToAccessPointSample/pom.xml
@@ -4,7 +4,7 @@
com.digi.xbee
xbee-java-library-parent
- 1.3.1
+ 1.3.2
../../../pom.xml
connect-to-access-point-sample
diff --git a/examples/configuration/ManageCommonParametersSample/pom.xml b/examples/configuration/ManageCommonParametersSample/pom.xml
index 8def7d75..8cce74fe 100644
--- a/examples/configuration/ManageCommonParametersSample/pom.xml
+++ b/examples/configuration/ManageCommonParametersSample/pom.xml
@@ -4,7 +4,7 @@
com.digi.xbee
xbee-java-library-parent
- 1.3.1
+ 1.3.2
../../../pom.xml
manage-common-parameters
diff --git a/examples/configuration/ResetModuleSample/pom.xml b/examples/configuration/ResetModuleSample/pom.xml
index 3ca0a9a6..0a22f66a 100644
--- a/examples/configuration/ResetModuleSample/pom.xml
+++ b/examples/configuration/ResetModuleSample/pom.xml
@@ -4,7 +4,7 @@
com.digi.xbee
xbee-java-library-parent
- 1.3.1
+ 1.3.2
../../../pom.xml
reset-sample
diff --git a/examples/configuration/SetAndGetParametersSample/pom.xml b/examples/configuration/SetAndGetParametersSample/pom.xml
index 508d62d2..636c0319 100644
--- a/examples/configuration/SetAndGetParametersSample/pom.xml
+++ b/examples/configuration/SetAndGetParametersSample/pom.xml
@@ -4,7 +4,7 @@
com.digi.xbee
xbee-java-library-parent
- 1.3.1
+ 1.3.2
../../../pom.xml
set-get-parameters
diff --git a/examples/io/IOSamplingSample/pom.xml b/examples/io/IOSamplingSample/pom.xml
index 2047a313..7bb9af95 100644
--- a/examples/io/IOSamplingSample/pom.xml
+++ b/examples/io/IOSamplingSample/pom.xml
@@ -4,7 +4,7 @@
com.digi.xbee
xbee-java-library-parent
- 1.3.1
+ 1.3.2
../../../pom.xml
io-sampling-sample
diff --git a/examples/io/LocalADCSample/pom.xml b/examples/io/LocalADCSample/pom.xml
index 7641c8f2..ab1282f7 100644
--- a/examples/io/LocalADCSample/pom.xml
+++ b/examples/io/LocalADCSample/pom.xml
@@ -4,7 +4,7 @@
com.digi.xbee
xbee-java-library-parent
- 1.3.1
+ 1.3.2
../../../pom.xml
local-adc-sample
diff --git a/examples/io/LocalDIOSample/pom.xml b/examples/io/LocalDIOSample/pom.xml
index 69a45cb4..d868da2a 100644
--- a/examples/io/LocalDIOSample/pom.xml
+++ b/examples/io/LocalDIOSample/pom.xml
@@ -4,7 +4,7 @@
com.digi.xbee
xbee-java-library-parent
- 1.3.1
+ 1.3.2
../../../pom.xml
local-dio-sample
diff --git a/examples/io/RemoteADCSample/pom.xml b/examples/io/RemoteADCSample/pom.xml
index 74474279..3bbfdf55 100644
--- a/examples/io/RemoteADCSample/pom.xml
+++ b/examples/io/RemoteADCSample/pom.xml
@@ -4,7 +4,7 @@
com.digi.xbee
xbee-java-library-parent
- 1.3.1
+ 1.3.2
../../../pom.xml
remote-adc-sample
diff --git a/examples/io/RemoteDIOSample/pom.xml b/examples/io/RemoteDIOSample/pom.xml
index 77b26762..fc5c6120 100644
--- a/examples/io/RemoteDIOSample/pom.xml
+++ b/examples/io/RemoteDIOSample/pom.xml
@@ -4,7 +4,7 @@
com.digi.xbee
xbee-java-library-parent
- 1.3.1
+ 1.3.2
../../../pom.xml
remote-dio-sample
diff --git a/examples/network/DiscoverDevicesSample/pom.xml b/examples/network/DiscoverDevicesSample/pom.xml
index ecaa63a5..4ab1b2b0 100644
--- a/examples/network/DiscoverDevicesSample/pom.xml
+++ b/examples/network/DiscoverDevicesSample/pom.xml
@@ -4,7 +4,7 @@
com.digi.xbee
xbee-java-library-parent
- 1.3.1
+ 1.3.2
../../../pom.xml
discover-devices
diff --git a/library/pom.xml b/library/pom.xml
index 99eba9d3..91b260a1 100644
--- a/library/pom.xml
+++ b/library/pom.xml
@@ -4,7 +4,7 @@
com.digi.xbee
xbee-java-library-parent
- 1.3.1
+ 1.3.2
..\pom.xml
xbee-java-library
diff --git a/pom.xml b/pom.xml
index 3ee44c56..c30bec17 100644
--- a/pom.xml
+++ b/pom.xml
@@ -4,7 +4,7 @@
com.digi.xbee
xbee-java-library-parent
- 1.3.1
+ 1.3.2
pom
XBee Java Library Project
2014
diff --git a/release_notes.txt b/release_notes.txt
index 244d8ee4..736acbc6 100644
--- a/release_notes.txt
+++ b/release_notes.txt
@@ -1,11 +1,11 @@
XBee Java Library
Release Notes (PN 93000776)
- Build 1.3.1
- 23 May, 2022
+ Build 1.3.2
+ 28 February, 2024
- Copyright 2017-2022, Digi International Inc.
- http://www.digi.com
+ Copyright 2017-2024, Digi International Inc.
+ https://www.digi.com
Introduction
--------------------------------------------------------------------------------
@@ -14,7 +14,12 @@
Library, which allows customers to easily develop Java applications
that communicate with XBee modules.
- XBee Java Library v1.3.1, May 2022
+ XBee Java Library v1.3.2, February 2024
+--------------------------------------------------------------------------------
+ 1. Changes with respect to previous version:
+ * Added support for new hardware versions.
+
+ XBee Java Library v1.3.1, May 2022
--------------------------------------------------------------------------------
1. Changes with respect to previous version:
* Added support for new hardware versions.