Skip to content

Commit 7ef22a0

Browse files
committed
version: update library to version 1.3.1
Signed-off-by: Ruben Moral <ruben.moral@digi.com>
1 parent b3ba146 commit 7ef22a0

File tree

44 files changed

+53
-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.

44 files changed

+53
-47
lines changed

README.md

Lines changed: 2 additions & 2 deletions

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.0</version>
8+
<version>1.3.1</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.0</version>
7+
<version>1.3.1</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.0</version>
7+
<version>1.3.1</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.0</version>
7+
<version>1.3.1</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.0</version>
7+
<version>1.3.1</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.0</version>
7+
<version>1.3.1</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.0</version>
7+
<version>1.3.1</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.0</version>
7+
<version>1.3.1</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.0</version>
7+
<version>1.3.1</version>
88
<relativePath>../../../../pom.xml</relativePath>
99
</parent>
1010
<artifactId>receive-bluetooth-file-sample</artifactId>

0 commit comments

Comments
 (0)