Skip to content

Commit

Permalink
version: update library to version 1.3.2
Browse files Browse the repository at this point in the history
Signed-off-by: Ruben Moral <ruben.moral@digi.com>
  • Loading branch information
rubenmoral committed Feb 28, 2024
1 parent 9b508c6 commit eff87c8
Show file tree
Hide file tree
Showing 43 changed files with 52 additions and 47 deletions.
2 changes: 1 addition & 1 deletion distribution/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.digi.xbee</groupId>
<artifactId>xbee-java-library-parent</artifactId>
<version>1.3.1</version>
<version>1.3.2</version>
<relativePath>..\pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion examples/communication/ReceiveDataPollingSample/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.digi.xbee</groupId>
<artifactId>xbee-java-library-parent</artifactId>
<version>1.3.1</version>
<version>1.3.2</version>
<relativePath>../../../pom.xml</relativePath>
</parent>
<artifactId>receive-data-polling-sample</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion examples/communication/ReceiveDataSample/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.digi.xbee</groupId>
<artifactId>xbee-java-library-parent</artifactId>
<version>1.3.1</version>
<version>1.3.2</version>
<relativePath>../../../pom.xml</relativePath>
</parent>
<artifactId>receive-data-sample</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion examples/communication/ReceiveModemStatusSample/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.digi.xbee</groupId>
<artifactId>xbee-java-library-parent</artifactId>
<version>1.3.1</version>
<version>1.3.2</version>
<relativePath>../../../pom.xml</relativePath>
</parent>
<artifactId>receive-modem-status-sample</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion examples/communication/SendBroadcastDataSample/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.digi.xbee</groupId>
<artifactId>xbee-java-library-parent</artifactId>
<version>1.3.1</version>
<version>1.3.2</version>
<relativePath>../../../pom.xml</relativePath>
</parent>
<artifactId>send-broadcast-data-sample</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion examples/communication/SendDataAsyncSample/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.digi.xbee</groupId>
<artifactId>xbee-java-library-parent</artifactId>
<version>1.3.1</version>
<version>1.3.2</version>
<relativePath>../../../pom.xml</relativePath>
</parent>
<artifactId>send-data-async-sample</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion examples/communication/SendDataSample/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.digi.xbee</groupId>
<artifactId>xbee-java-library-parent</artifactId>
<version>1.3.1</version>
<version>1.3.2</version>
<relativePath>../../../pom.xml</relativePath>
</parent>
<artifactId>send-data-sample</artifactId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.digi.xbee</groupId>
<artifactId>xbee-java-library-parent</artifactId>
<version>1.3.1</version>
<version>1.3.2</version>
<relativePath>../../../../pom.xml</relativePath>
</parent>
<artifactId>receive-bluetooth-data-sample</artifactId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.digi.xbee</groupId>
<artifactId>xbee-java-library-parent</artifactId>
<version>1.3.1</version>
<version>1.3.2</version>
<relativePath>../../../../pom.xml</relativePath>
</parent>
<artifactId>receive-bluetooth-file-sample</artifactId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.digi.xbee</groupId>
<artifactId>xbee-java-library-parent</artifactId>
<version>1.3.1</version>
<version>1.3.2</version>
<relativePath>../../../../pom.xml</relativePath>
</parent>
<artifactId>send-bluetooth-data-sample</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion examples/communication/cellular/ReceiveSMSSample/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.digi.xbee</groupId>
<artifactId>xbee-java-library-parent</artifactId>
<version>1.3.1</version>
<version>1.3.2</version>
<relativePath>../../../../pom.xml</relativePath>
</parent>
<artifactId>receive-sms-sample</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion examples/communication/cellular/SendSMSSample/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.digi.xbee</groupId>
<artifactId>xbee-java-library-parent</artifactId>
<version>1.3.1</version>
<version>1.3.2</version>
<relativePath>../../../../pom.xml</relativePath>
</parent>
<artifactId>send-sms-sample</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion examples/communication/coap/ReceiveCoAPDataSample/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.digi.xbee</groupId>
<artifactId>xbee-java-library-parent</artifactId>
<version>1.3.1</version>
<version>1.3.2</version>
<relativePath>../../../../pom.xml</relativePath>
</parent>
<artifactId>receive-coap-data-sample</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion examples/communication/coap/SendCoAPDataSample/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.digi.xbee</groupId>
<artifactId>xbee-java-library-parent</artifactId>
<version>1.3.1</version>
<version>1.3.2</version>
<relativePath>../../../../pom.xml</relativePath>
</parent>
<artifactId>send-coap-data-sample</artifactId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.digi.xbee</groupId>
<artifactId>xbee-java-library-parent</artifactId>
<version>1.3.1</version>
<version>1.3.2</version>
<relativePath>../../../../pom.xml</relativePath>
</parent>
<artifactId>receive-explicit-data-polling-sample</artifactId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.digi.xbee</groupId>
<artifactId>xbee-java-library-parent</artifactId>
<version>1.3.1</version>
<version>1.3.2</version>
<relativePath>../../../../pom.xml</relativePath>
</parent>
<artifactId>receive-explicit-data-sample</artifactId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.digi.xbee</groupId>
<artifactId>xbee-java-library-parent</artifactId>
<version>1.3.1</version>
<version>1.3.2</version>
<relativePath>../../../../pom.xml</relativePath>
</parent>
<artifactId>send-broadcast-explicit-data-sample</artifactId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.digi.xbee</groupId>
<artifactId>xbee-java-library-parent</artifactId>
<version>1.3.1</version>
<version>1.3.2</version>
<relativePath>../../../../pom.xml</relativePath>
</parent>
<artifactId>send-explicit-data-async-sample</artifactId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.digi.xbee</groupId>
<artifactId>xbee-java-library-parent</artifactId>
<version>1.3.1</version>
<version>1.3.2</version>
<relativePath>../../../../pom.xml</relativePath>
</parent>
<artifactId>send-explicit-data-sample</artifactId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.digi.xbee</groupId>
<artifactId>xbee-java-library-parent</artifactId>
<version>1.3.1</version>
<version>1.3.2</version>
<relativePath>../../../../pom.xml</relativePath>
</parent>
<artifactId>connect-to-echo-server-sample</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion examples/communication/ip/KnockKnockSample/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.digi.xbee</groupId>
<artifactId>xbee-java-library-parent</artifactId>
<version>1.3.1</version>
<version>1.3.2</version>
<relativePath>../../../../pom.xml</relativePath>
</parent>
<artifactId>knock-knock-sample</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion examples/communication/ip/ReceiveIPDataSample/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.digi.xbee</groupId>
<artifactId>xbee-java-library-parent</artifactId>
<version>1.3.1</version>
<version>1.3.2</version>
<relativePath>../../../../pom.xml</relativePath>
</parent>
<artifactId>receive-ip-data-sample</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion examples/communication/ip/ReceiveIPv6DataSample/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.digi.xbee</groupId>
<artifactId>xbee-java-library-parent</artifactId>
<version>1.3.1</version>
<version>1.3.2</version>
<relativePath>../../../../pom.xml</relativePath>
</parent>
<artifactId>receive-ipv6-data-sample</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion examples/communication/ip/SendIPDataSample/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.digi.xbee</groupId>
<artifactId>xbee-java-library-parent</artifactId>
<version>1.3.1</version>
<version>1.3.2</version>
<relativePath>../../../../pom.xml</relativePath>
</parent>
<artifactId>send-ip-data-sample</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion examples/communication/ip/SendIPv6DataSample/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.digi.xbee</groupId>
<artifactId>xbee-java-library-parent</artifactId>
<version>1.3.1</version>
<version>1.3.2</version>
<relativePath>../../../../pom.xml</relativePath>
</parent>
<artifactId>send-ipv6-data-sample</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion examples/communication/ip/SendUDPDataSample/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.digi.xbee</groupId>
<artifactId>xbee-java-library-parent</artifactId>
<version>1.3.1</version>
<version>1.3.2</version>
<relativePath>../../../../pom.xml</relativePath>
</parent>
<artifactId>send-udp-data-sample</artifactId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.digi.xbee</groupId>
<artifactId>xbee-java-library-parent</artifactId>
<version>1.3.1</version>
<version>1.3.2</version>
<relativePath>../../../../pom.xml</relativePath>
</parent>
<artifactId>receive-micropython-data-sample</artifactId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.digi.xbee</groupId>
<artifactId>xbee-java-library-parent</artifactId>
<version>1.3.1</version>
<version>1.3.2</version>
<relativePath>../../../../pom.xml</relativePath>
</parent>
<artifactId>send-micropython-data-sample</artifactId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.digi.xbee</groupId>
<artifactId>xbee-java-library-parent</artifactId>
<version>1.3.1</version>
<version>1.3.2</version>
<relativePath>../../../../pom.xml</relativePath>
</parent>
<artifactId>receive-user-data-relay-sample</artifactId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.digi.xbee</groupId>
<artifactId>xbee-java-library-parent</artifactId>
<version>1.3.1</version>
<version>1.3.2</version>
<relativePath>../../../../pom.xml</relativePath>
</parent>
<artifactId>send-user-data-relay-sample</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion examples/configuration/ConnectToAccessPointSample/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.digi.xbee</groupId>
<artifactId>xbee-java-library-parent</artifactId>
<version>1.3.1</version>
<version>1.3.2</version>
<relativePath>../../../pom.xml</relativePath>
</parent>
<artifactId>connect-to-access-point-sample</artifactId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.digi.xbee</groupId>
<artifactId>xbee-java-library-parent</artifactId>
<version>1.3.1</version>
<version>1.3.2</version>
<relativePath>../../../pom.xml</relativePath>
</parent>
<artifactId>manage-common-parameters</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion examples/configuration/ResetModuleSample/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.digi.xbee</groupId>
<artifactId>xbee-java-library-parent</artifactId>
<version>1.3.1</version>
<version>1.3.2</version>
<relativePath>../../../pom.xml</relativePath>
</parent>
<artifactId>reset-sample</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion examples/configuration/SetAndGetParametersSample/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.digi.xbee</groupId>
<artifactId>xbee-java-library-parent</artifactId>
<version>1.3.1</version>
<version>1.3.2</version>
<relativePath>../../../pom.xml</relativePath>
</parent>
<artifactId>set-get-parameters</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion examples/io/IOSamplingSample/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.digi.xbee</groupId>
<artifactId>xbee-java-library-parent</artifactId>
<version>1.3.1</version>
<version>1.3.2</version>
<relativePath>../../../pom.xml</relativePath>
</parent>
<artifactId>io-sampling-sample</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion examples/io/LocalADCSample/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.digi.xbee</groupId>
<artifactId>xbee-java-library-parent</artifactId>
<version>1.3.1</version>
<version>1.3.2</version>
<relativePath>../../../pom.xml</relativePath>
</parent>
<artifactId>local-adc-sample</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion examples/io/LocalDIOSample/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.digi.xbee</groupId>
<artifactId>xbee-java-library-parent</artifactId>
<version>1.3.1</version>
<version>1.3.2</version>
<relativePath>../../../pom.xml</relativePath>
</parent>
<artifactId>local-dio-sample</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion examples/io/RemoteADCSample/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.digi.xbee</groupId>
<artifactId>xbee-java-library-parent</artifactId>
<version>1.3.1</version>
<version>1.3.2</version>
<relativePath>../../../pom.xml</relativePath>
</parent>
<artifactId>remote-adc-sample</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion examples/io/RemoteDIOSample/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.digi.xbee</groupId>
<artifactId>xbee-java-library-parent</artifactId>
<version>1.3.1</version>
<version>1.3.2</version>
<relativePath>../../../pom.xml</relativePath>
</parent>
<artifactId>remote-dio-sample</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion examples/network/DiscoverDevicesSample/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.digi.xbee</groupId>
<artifactId>xbee-java-library-parent</artifactId>
<version>1.3.1</version>
<version>1.3.2</version>
<relativePath>../../../pom.xml</relativePath>
</parent>
<artifactId>discover-devices</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion library/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.digi.xbee</groupId>
<artifactId>xbee-java-library-parent</artifactId>
<version>1.3.1</version>
<version>1.3.2</version>
<relativePath>..\pom.xml</relativePath>
</parent>
<artifactId>xbee-java-library</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<groupId>com.digi.xbee</groupId>
<artifactId>xbee-java-library-parent</artifactId>
<version>1.3.1</version>
<version>1.3.2</version>
<packaging>pom</packaging>
<name>XBee Java Library Project</name>
<inceptionYear>2014</inceptionYear>
Expand Down
Loading

0 comments on commit eff87c8

Please sign in to comment.