Skip to content

Commit eff87c8

Browse files
committed
version: update library to version 1.3.2
Signed-off-by: Ruben Moral <[email protected]>
1 parent 9b508c6 commit eff87c8

File tree

43 files changed

+52
-47
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

43 files changed

+52
-47
lines changed

distribution/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>com.digi.xbee</groupId>
77
<artifactId>xbee-java-library-parent</artifactId>
8-
<version>1.3.1</version>
8+
<version>1.3.2</version>
99
<relativePath>..\pom.xml</relativePath>
1010
</parent>
1111

examples/communication/ReceiveDataPollingSample/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>com.digi.xbee</groupId>
66
<artifactId>xbee-java-library-parent</artifactId>
7-
<version>1.3.1</version>
7+
<version>1.3.2</version>
88
<relativePath>../../../pom.xml</relativePath>
99
</parent>
1010
<artifactId>receive-data-polling-sample</artifactId>

examples/communication/ReceiveDataSample/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>com.digi.xbee</groupId>
66
<artifactId>xbee-java-library-parent</artifactId>
7-
<version>1.3.1</version>
7+
<version>1.3.2</version>
88
<relativePath>../../../pom.xml</relativePath>
99
</parent>
1010
<artifactId>receive-data-sample</artifactId>

examples/communication/ReceiveModemStatusSample/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>com.digi.xbee</groupId>
66
<artifactId>xbee-java-library-parent</artifactId>
7-
<version>1.3.1</version>
7+
<version>1.3.2</version>
88
<relativePath>../../../pom.xml</relativePath>
99
</parent>
1010
<artifactId>receive-modem-status-sample</artifactId>

examples/communication/SendBroadcastDataSample/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>com.digi.xbee</groupId>
66
<artifactId>xbee-java-library-parent</artifactId>
7-
<version>1.3.1</version>
7+
<version>1.3.2</version>
88
<relativePath>../../../pom.xml</relativePath>
99
</parent>
1010
<artifactId>send-broadcast-data-sample</artifactId>

examples/communication/SendDataAsyncSample/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>com.digi.xbee</groupId>
66
<artifactId>xbee-java-library-parent</artifactId>
7-
<version>1.3.1</version>
7+
<version>1.3.2</version>
88
<relativePath>../../../pom.xml</relativePath>
99
</parent>
1010
<artifactId>send-data-async-sample</artifactId>

examples/communication/SendDataSample/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>com.digi.xbee</groupId>
66
<artifactId>xbee-java-library-parent</artifactId>
7-
<version>1.3.1</version>
7+
<version>1.3.2</version>
88
<relativePath>../../../pom.xml</relativePath>
99
</parent>
1010
<artifactId>send-data-sample</artifactId>

examples/communication/bluetooth/ReceiveBluetoothDataSample/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>com.digi.xbee</groupId>
66
<artifactId>xbee-java-library-parent</artifactId>
7-
<version>1.3.1</version>
7+
<version>1.3.2</version>
88
<relativePath>../../../../pom.xml</relativePath>
99
</parent>
1010
<artifactId>receive-bluetooth-data-sample</artifactId>

examples/communication/bluetooth/ReceiveBluetoothFileSample/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>com.digi.xbee</groupId>
66
<artifactId>xbee-java-library-parent</artifactId>
7-
<version>1.3.1</version>
7+
<version>1.3.2</version>
88
<relativePath>../../../../pom.xml</relativePath>
99
</parent>
1010
<artifactId>receive-bluetooth-file-sample</artifactId>

examples/communication/bluetooth/SendBluetoothDataSample/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>com.digi.xbee</groupId>
66
<artifactId>xbee-java-library-parent</artifactId>
7-
<version>1.3.1</version>
7+
<version>1.3.2</version>
88
<relativePath>../../../../pom.xml</relativePath>
99
</parent>
1010
<artifactId>send-bluetooth-data-sample</artifactId>

examples/communication/cellular/ReceiveSMSSample/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>com.digi.xbee</groupId>
66
<artifactId>xbee-java-library-parent</artifactId>
7-
<version>1.3.1</version>
7+
<version>1.3.2</version>
88
<relativePath>../../../../pom.xml</relativePath>
99
</parent>
1010
<artifactId>receive-sms-sample</artifactId>

examples/communication/cellular/SendSMSSample/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>com.digi.xbee</groupId>
66
<artifactId>xbee-java-library-parent</artifactId>
7-
<version>1.3.1</version>
7+
<version>1.3.2</version>
88
<relativePath>../../../../pom.xml</relativePath>
99
</parent>
1010
<artifactId>send-sms-sample</artifactId>

examples/communication/coap/ReceiveCoAPDataSample/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>com.digi.xbee</groupId>
66
<artifactId>xbee-java-library-parent</artifactId>
7-
<version>1.3.1</version>
7+
<version>1.3.2</version>
88
<relativePath>../../../../pom.xml</relativePath>
99
</parent>
1010
<artifactId>receive-coap-data-sample</artifactId>

examples/communication/coap/SendCoAPDataSample/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>com.digi.xbee</groupId>
66
<artifactId>xbee-java-library-parent</artifactId>
7-
<version>1.3.1</version>
7+
<version>1.3.2</version>
88
<relativePath>../../../../pom.xml</relativePath>
99
</parent>
1010
<artifactId>send-coap-data-sample</artifactId>

examples/communication/explicit/ReceiveExplicitDataPollingSample/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>com.digi.xbee</groupId>
66
<artifactId>xbee-java-library-parent</artifactId>
7-
<version>1.3.1</version>
7+
<version>1.3.2</version>
88
<relativePath>../../../../pom.xml</relativePath>
99
</parent>
1010
<artifactId>receive-explicit-data-polling-sample</artifactId>

examples/communication/explicit/ReceiveExplicitDataSample/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>com.digi.xbee</groupId>
66
<artifactId>xbee-java-library-parent</artifactId>
7-
<version>1.3.1</version>
7+
<version>1.3.2</version>
88
<relativePath>../../../../pom.xml</relativePath>
99
</parent>
1010
<artifactId>receive-explicit-data-sample</artifactId>

examples/communication/explicit/SendBroadcastExplicitDataSample/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>com.digi.xbee</groupId>
66
<artifactId>xbee-java-library-parent</artifactId>
7-
<version>1.3.1</version>
7+
<version>1.3.2</version>
88
<relativePath>../../../../pom.xml</relativePath>
99
</parent>
1010
<artifactId>send-broadcast-explicit-data-sample</artifactId>

examples/communication/explicit/SendExplicitDataAsyncSample/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>com.digi.xbee</groupId>
66
<artifactId>xbee-java-library-parent</artifactId>
7-
<version>1.3.1</version>
7+
<version>1.3.2</version>
88
<relativePath>../../../../pom.xml</relativePath>
99
</parent>
1010
<artifactId>send-explicit-data-async-sample</artifactId>

examples/communication/explicit/SendExplicitDataSample/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>com.digi.xbee</groupId>
66
<artifactId>xbee-java-library-parent</artifactId>
7-
<version>1.3.1</version>
7+
<version>1.3.2</version>
88
<relativePath>../../../../pom.xml</relativePath>
99
</parent>
1010
<artifactId>send-explicit-data-sample</artifactId>

examples/communication/ip/ConnectToEchoServerSample/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>com.digi.xbee</groupId>
66
<artifactId>xbee-java-library-parent</artifactId>
7-
<version>1.3.1</version>
7+
<version>1.3.2</version>
88
<relativePath>../../../../pom.xml</relativePath>
99
</parent>
1010
<artifactId>connect-to-echo-server-sample</artifactId>

examples/communication/ip/KnockKnockSample/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>com.digi.xbee</groupId>
66
<artifactId>xbee-java-library-parent</artifactId>
7-
<version>1.3.1</version>
7+
<version>1.3.2</version>
88
<relativePath>../../../../pom.xml</relativePath>
99
</parent>
1010
<artifactId>knock-knock-sample</artifactId>

examples/communication/ip/ReceiveIPDataSample/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>com.digi.xbee</groupId>
66
<artifactId>xbee-java-library-parent</artifactId>
7-
<version>1.3.1</version>
7+
<version>1.3.2</version>
88
<relativePath>../../../../pom.xml</relativePath>
99
</parent>
1010
<artifactId>receive-ip-data-sample</artifactId>

examples/communication/ip/ReceiveIPv6DataSample/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>com.digi.xbee</groupId>
66
<artifactId>xbee-java-library-parent</artifactId>
7-
<version>1.3.1</version>
7+
<version>1.3.2</version>
88
<relativePath>../../../../pom.xml</relativePath>
99
</parent>
1010
<artifactId>receive-ipv6-data-sample</artifactId>

examples/communication/ip/SendIPDataSample/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>com.digi.xbee</groupId>
66
<artifactId>xbee-java-library-parent</artifactId>
7-
<version>1.3.1</version>
7+
<version>1.3.2</version>
88
<relativePath>../../../../pom.xml</relativePath>
99
</parent>
1010
<artifactId>send-ip-data-sample</artifactId>

examples/communication/ip/SendIPv6DataSample/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>com.digi.xbee</groupId>
66
<artifactId>xbee-java-library-parent</artifactId>
7-
<version>1.3.1</version>
7+
<version>1.3.2</version>
88
<relativePath>../../../../pom.xml</relativePath>
99
</parent>
1010
<artifactId>send-ipv6-data-sample</artifactId>

examples/communication/ip/SendUDPDataSample/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>com.digi.xbee</groupId>
66
<artifactId>xbee-java-library-parent</artifactId>
7-
<version>1.3.1</version>
7+
<version>1.3.2</version>
88
<relativePath>../../../../pom.xml</relativePath>
99
</parent>
1010
<artifactId>send-udp-data-sample</artifactId>

examples/communication/micropython/ReceiveMicroPythonDataSample/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>com.digi.xbee</groupId>
66
<artifactId>xbee-java-library-parent</artifactId>
7-
<version>1.3.1</version>
7+
<version>1.3.2</version>
88
<relativePath>../../../../pom.xml</relativePath>
99
</parent>
1010
<artifactId>receive-micropython-data-sample</artifactId>

examples/communication/micropython/SendMicroPythonDataSample/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>com.digi.xbee</groupId>
66
<artifactId>xbee-java-library-parent</artifactId>
7-
<version>1.3.1</version>
7+
<version>1.3.2</version>
88
<relativePath>../../../../pom.xml</relativePath>
99
</parent>
1010
<artifactId>send-micropython-data-sample</artifactId>

examples/communication/relay/ReceiveUserDataRelaySample/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>com.digi.xbee</groupId>
66
<artifactId>xbee-java-library-parent</artifactId>
7-
<version>1.3.1</version>
7+
<version>1.3.2</version>
88
<relativePath>../../../../pom.xml</relativePath>
99
</parent>
1010
<artifactId>receive-user-data-relay-sample</artifactId>

examples/communication/relay/SendUserDataRelaySample/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>com.digi.xbee</groupId>
66
<artifactId>xbee-java-library-parent</artifactId>
7-
<version>1.3.1</version>
7+
<version>1.3.2</version>
88
<relativePath>../../../../pom.xml</relativePath>
99
</parent>
1010
<artifactId>send-user-data-relay-sample</artifactId>

examples/configuration/ConnectToAccessPointSample/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>com.digi.xbee</groupId>
66
<artifactId>xbee-java-library-parent</artifactId>
7-
<version>1.3.1</version>
7+
<version>1.3.2</version>
88
<relativePath>../../../pom.xml</relativePath>
99
</parent>
1010
<artifactId>connect-to-access-point-sample</artifactId>

examples/configuration/ManageCommonParametersSample/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>com.digi.xbee</groupId>
66
<artifactId>xbee-java-library-parent</artifactId>
7-
<version>1.3.1</version>
7+
<version>1.3.2</version>
88
<relativePath>../../../pom.xml</relativePath>
99
</parent>
1010
<artifactId>manage-common-parameters</artifactId>

examples/configuration/ResetModuleSample/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>com.digi.xbee</groupId>
66
<artifactId>xbee-java-library-parent</artifactId>
7-
<version>1.3.1</version>
7+
<version>1.3.2</version>
88
<relativePath>../../../pom.xml</relativePath>
99
</parent>
1010
<artifactId>reset-sample</artifactId>

examples/configuration/SetAndGetParametersSample/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>com.digi.xbee</groupId>
66
<artifactId>xbee-java-library-parent</artifactId>
7-
<version>1.3.1</version>
7+
<version>1.3.2</version>
88
<relativePath>../../../pom.xml</relativePath>
99
</parent>
1010
<artifactId>set-get-parameters</artifactId>

examples/io/IOSamplingSample/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>com.digi.xbee</groupId>
66
<artifactId>xbee-java-library-parent</artifactId>
7-
<version>1.3.1</version>
7+
<version>1.3.2</version>
88
<relativePath>../../../pom.xml</relativePath>
99
</parent>
1010
<artifactId>io-sampling-sample</artifactId>

examples/io/LocalADCSample/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>com.digi.xbee</groupId>
66
<artifactId>xbee-java-library-parent</artifactId>
7-
<version>1.3.1</version>
7+
<version>1.3.2</version>
88
<relativePath>../../../pom.xml</relativePath>
99
</parent>
1010
<artifactId>local-adc-sample</artifactId>

examples/io/LocalDIOSample/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>com.digi.xbee</groupId>
66
<artifactId>xbee-java-library-parent</artifactId>
7-
<version>1.3.1</version>
7+
<version>1.3.2</version>
88
<relativePath>../../../pom.xml</relativePath>
99
</parent>
1010
<artifactId>local-dio-sample</artifactId>

examples/io/RemoteADCSample/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>com.digi.xbee</groupId>
66
<artifactId>xbee-java-library-parent</artifactId>
7-
<version>1.3.1</version>
7+
<version>1.3.2</version>
88
<relativePath>../../../pom.xml</relativePath>
99
</parent>
1010
<artifactId>remote-adc-sample</artifactId>

examples/io/RemoteDIOSample/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>com.digi.xbee</groupId>
66
<artifactId>xbee-java-library-parent</artifactId>
7-
<version>1.3.1</version>
7+
<version>1.3.2</version>
88
<relativePath>../../../pom.xml</relativePath>
99
</parent>
1010
<artifactId>remote-dio-sample</artifactId>

examples/network/DiscoverDevicesSample/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>com.digi.xbee</groupId>
66
<artifactId>xbee-java-library-parent</artifactId>
7-
<version>1.3.1</version>
7+
<version>1.3.2</version>
88
<relativePath>../../../pom.xml</relativePath>
99
</parent>
1010
<artifactId>discover-devices</artifactId>

library/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>com.digi.xbee</groupId>
66
<artifactId>xbee-java-library-parent</artifactId>
7-
<version>1.3.1</version>
7+
<version>1.3.2</version>
88
<relativePath>..\pom.xml</relativePath>
99
</parent>
1010
<artifactId>xbee-java-library</artifactId>

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
<groupId>com.digi.xbee</groupId>
66
<artifactId>xbee-java-library-parent</artifactId>
7-
<version>1.3.1</version>
7+
<version>1.3.2</version>
88
<packaging>pom</packaging>
99
<name>XBee Java Library Project</name>
1010
<inceptionYear>2014</inceptionYear>

0 commit comments

Comments
 (0)