Skip to content

Commit cd67f2d

Browse files
committed
version: update library to version 1.2.1
Signed-off-by: Héctor González <[email protected]>
1 parent a558dfb commit cd67f2d

File tree

35 files changed

+35
-35
lines changed

35 files changed

+35
-35
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.2.0</version>
8+
<version>1.2.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.2.0</version>
7+
<version>1.2.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.2.0</version>
7+
<version>1.2.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.2.0</version>
7+
<version>1.2.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.2.0</version>
7+
<version>1.2.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.2.0</version>
7+
<version>1.2.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.2.0</version>
7+
<version>1.2.1</version>
88
<relativePath>../../../pom.xml</relativePath>
99
</parent>
1010
<artifactId>send-data-sample</artifactId>

examples/communication/cellular/ReceiveSMSSample/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.2.0</version>
7+
<version>1.2.1</version>
88
<relativePath>../../../../pom.xml</relativePath>
99
</parent>
1010
<artifactId>receive-sms-sample</artifactId>

examples/communication/cellular/SendSMSSample/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.2.0</version>
7+
<version>1.2.1</version>
88
<relativePath>../../../../pom.xml</relativePath>
99
</parent>
1010
<artifactId>send-sms-sample</artifactId>

examples/communication/coap/ReceiveCoAPDataSample/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.2.0</version>
7+
<version>1.2.1</version>
88
<relativePath>../../../../pom.xml</relativePath>
99
</parent>
1010
<artifactId>receive-coap-data-sample</artifactId>

0 commit comments

Comments
 (0)