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>

0 commit comments

Comments
 (0)