Skip to content

Commit c81759f

Browse files
committed
Updated version to 1.0.1.
Signed-off-by: Tatiana Leon <tatiana.leon@digi.com>
1 parent bfdf216 commit c81759f

18 files changed

Lines changed: 18 additions & 18 deletions

File tree

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.0.0</version>
8+
<version>1.0.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.0.0</version>
7+
<version>1.0.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.0.0</version>
7+
<version>1.0.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.0.0</version>
7+
<version>1.0.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.0.0</version>
7+
<version>1.0.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.0.0</version>
7+
<version>1.0.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.0.0</version>
7+
<version>1.0.1</version>
88
<relativePath>../../../pom.xml</relativePath>
99
</parent>
1010
<artifactId>send-data-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>xbjlib-parent</artifactId>
7-
<version>1.0.0</version>
7+
<version>1.0.1</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>xbjlib-parent</artifactId>
7-
<version>1.0.0</version>
7+
<version>1.0.1</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>xbjlib-parent</artifactId>
7-
<version>1.0.0</version>
7+
<version>1.0.1</version>
88
<relativePath>../../../pom.xml</relativePath>
99
</parent>
1010
<artifactId>set-get-parameters</artifactId>

0 commit comments

Comments
 (0)