Skip to content

Commit

Permalink
[Version] Updated library to version 1.1.1.
Browse files Browse the repository at this point in the history
Signed-off-by: Tatiana Leon <[email protected]>
  • Loading branch information
tatianaleon committed Apr 8, 2016
1 parent 06112ac commit 7e2c76f
Show file tree
Hide file tree
Showing 23 changed files with 23 additions and 29 deletions.
2 changes: 1 addition & 1 deletion distribution/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.digi.xbee</groupId>
<artifactId>xbjlib-parent</artifactId>
<version>1.1.0</version>
<version>1.1.1</version>
<relativePath>..\pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion examples/communication/ReceiveDataPollingSample/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.digi.xbee</groupId>
<artifactId>xbjlib-parent</artifactId>
<version>1.1.0</version>
<version>1.1.1</version>
<relativePath>../../../pom.xml</relativePath>
</parent>
<artifactId>receive-data-polling-sample</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion examples/communication/ReceiveDataSample/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.digi.xbee</groupId>
<artifactId>xbjlib-parent</artifactId>
<version>1.1.0</version>
<version>1.1.1</version>
<relativePath>../../../pom.xml</relativePath>
</parent>
<artifactId>receive-data-sample</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion examples/communication/ReceiveModemStatusSample/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.digi.xbee</groupId>
<artifactId>xbjlib-parent</artifactId>
<version>1.1.0</version>
<version>1.1.1</version>
<relativePath>../../../pom.xml</relativePath>
</parent>
<artifactId>receive-modem-status-sample</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion examples/communication/SendBroadcastDataSample/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.digi.xbee</groupId>
<artifactId>xbjlib-parent</artifactId>
<version>1.1.0</version>
<version>1.1.1</version>
<relativePath>../../../pom.xml</relativePath>
</parent>
<artifactId>send-broadcast-data-sample</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion examples/communication/SendDataAsyncSample/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.digi.xbee</groupId>
<artifactId>xbjlib-parent</artifactId>
<version>1.1.0</version>
<version>1.1.1</version>
<relativePath>../../../pom.xml</relativePath>
</parent>
<artifactId>send-data-async-sample</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion examples/communication/SendDataSample/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.digi.xbee</groupId>
<artifactId>xbjlib-parent</artifactId>
<version>1.1.0</version>
<version>1.1.1</version>
<relativePath>../../../pom.xml</relativePath>
</parent>
<artifactId>send-data-sample</artifactId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.digi.xbee</groupId>
<artifactId>xbjlib-parent</artifactId>
<version>1.1.0</version>
<version>1.1.1</version>
<relativePath>../../../../pom.xml</relativePath>
</parent>
<artifactId>receive-explicit-data-polling-sample</artifactId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.digi.xbee</groupId>
<artifactId>xbjlib-parent</artifactId>
<version>1.1.0</version>
<version>1.1.1</version>
<relativePath>../../../../pom.xml</relativePath>
</parent>
<artifactId>receive-explicit-data-sample</artifactId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.digi.xbee</groupId>
<artifactId>xbjlib-parent</artifactId>
<version>1.1.0</version>
<version>1.1.1</version>
<relativePath>../../../../pom.xml</relativePath>
</parent>
<artifactId>send-broadcast-explicit-data-sample</artifactId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.digi.xbee</groupId>
<artifactId>xbjlib-parent</artifactId>
<version>1.1.0</version>
<version>1.1.1</version>
<relativePath>../../../../pom.xml</relativePath>
</parent>
<artifactId>send-explicit-data-async-sample</artifactId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.digi.xbee</groupId>
<artifactId>xbjlib-parent</artifactId>
<version>1.1.0</version>
<version>1.1.1</version>
<relativePath>../../../../pom.xml</relativePath>
</parent>
<artifactId>send-explicit-data-sample</artifactId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.digi.xbee</groupId>
<artifactId>xbjlib-parent</artifactId>
<version>1.1.0</version>
<version>1.1.1</version>
<relativePath>../../../pom.xml</relativePath>
</parent>
<artifactId>manage-common-parameters</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion examples/configuration/ResetModuleSample/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.digi.xbee</groupId>
<artifactId>xbjlib-parent</artifactId>
<version>1.1.0</version>
<version>1.1.1</version>
<relativePath>../../../pom.xml</relativePath>
</parent>
<artifactId>reset-sample</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion examples/configuration/SetAndGetParametersSample/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.digi.xbee</groupId>
<artifactId>xbjlib-parent</artifactId>
<version>1.1.0</version>
<version>1.1.1</version>
<relativePath>../../../pom.xml</relativePath>
</parent>
<artifactId>set-get-parameters</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion examples/io/IOSamplingSample/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.digi.xbee</groupId>
<artifactId>xbjlib-parent</artifactId>
<version>1.1.0</version>
<version>1.1.1</version>
<relativePath>../../../pom.xml</relativePath>
</parent>
<artifactId>io-sampling-sample</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion examples/io/LocalADCSample/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.digi.xbee</groupId>
<artifactId>xbjlib-parent</artifactId>
<version>1.1.0</version>
<version>1.1.1</version>
<relativePath>../../../pom.xml</relativePath>
</parent>
<artifactId>local-adc-sample</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion examples/io/LocalDIOSample/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.digi.xbee</groupId>
<artifactId>xbjlib-parent</artifactId>
<version>1.1.0</version>
<version>1.1.1</version>
<relativePath>../../../pom.xml</relativePath>
</parent>
<artifactId>local-dio-sample</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion examples/io/RemoteADCSample/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.digi.xbee</groupId>
<artifactId>xbjlib-parent</artifactId>
<version>1.1.0</version>
<version>1.1.1</version>
<relativePath>../../../pom.xml</relativePath>
</parent>
<artifactId>remote-adc-sample</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion examples/io/RemoteDIOSample/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.digi.xbee</groupId>
<artifactId>xbjlib-parent</artifactId>
<version>1.1.0</version>
<version>1.1.1</version>
<relativePath>../../../pom.xml</relativePath>
</parent>
<artifactId>remote-dio-sample</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion examples/network/DiscoverDevicesSample/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.digi.xbee</groupId>
<artifactId>xbjlib-parent</artifactId>
<version>1.1.0</version>
<version>1.1.1</version>
<relativePath>../../../pom.xml</relativePath>
</parent>
<artifactId>discover-devices</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion library/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.digi.xbee</groupId>
<artifactId>xbjlib-parent</artifactId>
<version>1.1.0</version>
<version>1.1.1</version>
<relativePath>..\pom.xml</relativePath>
</parent>
<artifactId>xbjlib</artifactId>
Expand Down
8 changes: 1 addition & 7 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.digi.xbee</groupId>
<artifactId>xbjlib-parent</artifactId>
<version>1.1.0</version>
<version>1.1.1</version>
<packaging>pom</packaging>
<name>XBee Java Library Project</name>
<inceptionYear>2014</inceptionYear>
Expand Down Expand Up @@ -56,7 +56,6 @@
<maven.surefire.plugin.version>2.18.1</maven.surefire.plugin.version>
<javadoc.plugin.version>2.10.3</javadoc.plugin.version>
<rxtx.version>2.2</rxtx.version>
<jssc.version>2.8.0</jssc.version>
<slf4j-api.version>1.7.12</slf4j-api.version>
<slf4j-jdk1.4.version>1.7.12</slf4j-jdk1.4.version>
<slf4j-simple.version>1.7.12</slf4j-simple.version>
Expand Down Expand Up @@ -134,11 +133,6 @@
<version>${rxtx.version}</version>
<classifier>${build.type}</classifier>
</dependency>
<dependency>
<groupId>org.scream3r</groupId>
<artifactId>jssc</artifactId>
<version>${jssc.version}</version>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
Expand Down

0 comments on commit 7e2c76f

Please sign in to comment.