Skip to content

Commit 3442194

Browse files
committed
[Version] Updated library to version 1.1.1.
Signed-off-by: Tatiana Leon <tatiana.leon@digi.com>
1 parent 871fc10 commit 3442194

File tree

23 files changed

+23
-23
lines changed

23 files changed

+23
-23
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>xbjlib-parent</artifactId>
8-
<version>1.1.0</version>
8+
<version>1.1.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>xbjlib-parent</artifactId>
7-
<version>1.1.0</version>
7+
<version>1.1.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>xbjlib-parent</artifactId>
7-
<version>1.1.0</version>
7+
<version>1.1.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>xbjlib-parent</artifactId>
7-
<version>1.1.0</version>
7+
<version>1.1.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>xbjlib-parent</artifactId>
7-
<version>1.1.0</version>
7+
<version>1.1.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>xbjlib-parent</artifactId>
7-
<version>1.1.0</version>
7+
<version>1.1.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>xbjlib-parent</artifactId>
7-
<version>1.1.0</version>
7+
<version>1.1.1</version>
88
<relativePath>../../../pom.xml</relativePath>
99
</parent>
1010
<artifactId>send-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>xbjlib-parent</artifactId>
7-
<version>1.1.0</version>
7+
<version>1.1.1</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>xbjlib-parent</artifactId>
7-
<version>1.1.0</version>
7+
<version>1.1.1</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>xbjlib-parent</artifactId>
7-
<version>1.1.0</version>
7+
<version>1.1.1</version>
88
<relativePath>../../../../pom.xml</relativePath>
99
</parent>
1010
<artifactId>send-broadcast-explicit-data-sample</artifactId>

0 commit comments

Comments
 (0)